openvswich进程重启的问题,如果只是单纯重启openvswich和neutron-openvswitch-agent进程,会引起被重启的宿主机上的所有的虚拟机否无法通信,重启openvswich进程后必须初始化ovsdb数据库,按下面顺序重启即可。1、重启openvswich进程/etc/init.d/openvswitchrestart2、初始化o..
分类:
其他好文 时间:
2014-08-11 12:12:22
阅读次数:
241
Neutron Extension 和 Plugin 的区别
分类:
其他好文 时间:
2014-08-10 06:02:19
阅读次数:
257
如何实现自己的 Neutron Extension
分类:
其他好文 时间:
2014-08-08 06:22:55
阅读次数:
415
OpenStack Neutron 的 Plugin 到底要怎么写?
分类:
其他好文 时间:
2014-08-07 03:04:48
阅读次数:
180
tail-f/var/log/neutron/dhcp-agent.logBydefault,CentOS6.4doesnotsupportnetworknamespaces.Ifonewantstotestthenewvirtualizationplatforms(Docker,OpenStack,&co…)onaCentOSserver,allfeatureswon’tbeavailable.ForOpenStackforexample,Neutronwon’tworkasexpected,..
分类:
Web程序 时间:
2014-08-05 11:35:39
阅读次数:
1996
[root@node1/]#yuminstallpython-pip-ypipinstallpython-novaclientpipinstallpython-ceilometerclientpipinstallpython-cinderclientpipinstallpython-glanceclient-haserrorwheniinstallpipinstallpython-heatclientpipinstallpython-keystoneclientpipinstallpython-neutron..
分类:
编程语言 时间:
2014-08-03 07:57:55
阅读次数:
443
GRE模式下,如果MTU和Offloading配置不当,会严重降低网络性能(https://ask.openstack.org/en/question/6140/quantum-neutron-gre-slow-performance/)。RDO推荐以下的配置(http://openstack.re...
分类:
其他好文 时间:
2014-07-22 22:43:13
阅读次数:
333
neutron-server是neutron的核心组件之一,负责直接接收外部请求,然后调用后端相应plugin进行处理。
其核心启动过程代码主要在neutron.server包中。
__init__.py文件中包括一个main()函数,是WSGI服务器开始的模块,并且通过调用serve_wsgi来创建一个NeutronApiService的实例。然后通过eventlet的greenpool...
分类:
其他好文 时间:
2014-07-22 14:15:44
阅读次数:
247