码迷,mamicode.com
首页 >  
搜索关键字:nova compute    ( 2594个结果
OpenStack源码分析——Nova-Scheduler
一、服务启动Nova-scheduler服务的启动入口脚本是cmd包下的scheduler.py,其主要监听来自于消息队列中topic=scheduler(可配置)的消息。在服务启动过程中,其将初始化一个SchedulerManager实例作为该服务的Handler,来处理接受到的消息请求。同时,N...
分类:其他好文   时间:2014-07-06 20:45:27    阅读次数:200
[转] OpenStack — nova image-create, under the hood
I was trying to understand what kind of image nova image-create creates. It’s not entirely obvious from its help output, which says — Creates a new im...
分类:其他好文   时间:2014-07-02 14:04:56    阅读次数:297
Trapping Rain Water
题目 Given n non-negative integers representing an elevation map where the width of each bar is 1, compute how much water it is able to trap after raining. For example,  Given [0,1,0,2,1,0,...
分类:移动开发   时间:2014-06-27 23:20:39    阅读次数:349
[LeetCode] Trapping Rain Water
Givennnon-negative integers representing an elevation map where the width of each bar is 1, compute how much water it is able to trap after raining.Fo...
分类:移动开发   时间:2014-06-27 16:53:38    阅读次数:262
[leetcode] Trapping Rain Water
Given n non-negative integers representing an elevation map where the width of each bar is 1, compute how much water it is able to trap after raining.
分类:移动开发   时间:2014-06-27 12:51:24    阅读次数:258
spice for openstack
nova.conf vnc_enabled=False [Spice] agent_enabled=True enabled=True html5proxy_base_url=http://x.x.x.x:6082/spice_auto.html server_listen=0.0.0.0 server_proxyclient_address=x.x.x.x keymap=...
分类:其他好文   时间:2014-06-27 08:47:57    阅读次数:263
nova vnc proxy基本原理
先上图 VNC Proxy的功能: 将公网(public network)和私网(private network)隔离 VNC client运行在公网上,VNCServer运行在私网上,VNC Proxy作为中间的桥梁将二者连接起来 VNC Proxy通过token对VNC Client进行验证 V...
分类:其他好文   时间:2014-06-21 18:22:56    阅读次数:268
[转]NOVA中的RabbitMQ解析
原博客地址:http://blog.csdn.net/gaoxingnengjisuan NOVA是OpenStack系统的核心模块,主要负责虚拟机实例的生命周期管理、网络管理(前几个版本)、存储卷管理(前几个版本)、用户管理以及其他相关云平台管理功能,在能力上类似于Amazon EC2和Racks...
分类:其他好文   时间:2014-06-21 18:17:32    阅读次数:365
Openstack中RabbitMQ RPC代码分析
在Openstack中,RPC调用是通过RabbitMQ进行的。 任何一个RPC调用,都有Client/Server两部分,分别在rpcapi.py和manager.py中实现。 这里以nova-scheduler调用nova-compute为例子。 nova/compute/rpcapi.py中有...
分类:其他好文   时间:2014-06-21 17:09:12    阅读次数:279
nova compute enable password injection and filesystem resize
root@OpenstackIcehouse2:~# cat /etc/nova/nova-compute.conf [DEFAULT] compute_driver=libvirt.LibvirtDriver [libvirt] virt_type=qemu libvirt_inject_part...
分类:其他好文   时间:2014-06-21 16:38:02    阅读次数:580
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!