SSL in Neutron LBaaS haproxy driver 的简单实现。...
分类:
其他好文 时间:
2014-06-20 11:40:53
阅读次数:
349
一、替代arp, ifconfig, route等命令 显示网卡和IP地址
root@openstack:~# ip link list1: lo: mtu 65536 qdisc noqueue state UNKNOWN
link/loopback 00:00:00:00:00:00 brd 0...
分类:
其他好文 时间:
2014-06-07 20:32:00
阅读次数:
325
DSR on Openstack POC. 本文验证了DSR在Openstack上的可行性。...
分类:
其他好文 时间:
2014-06-07 13:50:04
阅读次数:
298
【原题】
1822: [JSOI2010]Frozen Nova 冷冻波
Time Limit: 10 Sec Memory Limit: 64 MB
Submit: 796 Solved: 218
[Submit][Status]
Description
WJJ喜欢“魔兽争霸”这个游戏。在游戏中,巫妖是一种强大的英雄,它的技能Frozen Nova每次可以杀死一个小精...
分类:
Web程序 时间:
2014-06-05 10:05:02
阅读次数:
343
This note summarizes articles from other places
about Microsoft Windows images for OpenStack creation, along with some first
hand experience. The whol...
插件地址http://plugins.jetbrains.com/plugin/2170?pr=idea安装方法参考http://www.cnblogs.com/nova-/p/3535636.html安装完成后File>Settings>Jindent-Source
Code Formatter这...
分类:
编程语言 时间:
2014-06-02 20:52:22
阅读次数:
312
今天在维护服务器的时候,发现有5个nova-novncproxy的僵尸进程。26327 ? S
0:05 \_ /usr/bin/python /usr/bin/nova-novncproxy
--config-file=/etc/nova/nova.conf4765 ? Z 0:00 \_ [no...
分类:
系统相关 时间:
2014-06-02 15:38:10
阅读次数:
347
root@OpenstackIcehouse2:~# cat
/etc/nova/nova-compute.conf
[DEFAULT]compute_driver=libvirt.LibvirtDriver[libvirt]virt_type=qemulibvirt_inject_partitio...
分类:
其他好文 时间:
2014-06-02 10:23:16
阅读次数:
347
作为个人学习笔记分享,有任何问题欢迎交流!
最近在Gerrit中看到一个change:https://review.openstack.org/#/c/94295/ , 它主要是对当前在Ceph中创建虚拟机的流程的改进。如果glance的backend是ceph, 则nova创建虚拟机到RBD的流程是这样的:
通过glance从ceph中下载image --> 本地 --> 复制image...
分类:
其他好文 时间:
2014-06-01 17:54:07
阅读次数:
438
在Openstack中,RPC调用是通过RabbitMQ进行的。
任何一个RPC调用,都有Client/Server两部分,分别在rpcapi.py和manager.py中实现。
这里以nova-scheduler调用nova-compute为例子。 nova/compute/rpcapi.py中有...
分类:
其他好文 时间:
2014-05-30 04:40:26
阅读次数:
316