码迷,mamicode.com
首页 > Web开发 > 详细

sfc-network安装

时间:2019-07-18 13:24:21      阅读:145      评论:0      收藏:0      [点我收藏+]

标签:gen   work   http   sdn   ice   python   article   https   plugin   

申明:
主参考:https://blog.csdn.net/linshenyuan1213/article/details/78195061
辅参考:https://blog.csdn.net/wuliangtianzu/article/details/78422951

在控制节点上安装

yum -y install python-networking-sfc
SERVICE_PLUGINS_OLD=`openstack-config --get /etc/neutron/neutron.conf DEFAULT service_plugins`
openstack-config --set /etc/neutron/neutron.conf DEFAULT service_plugins ${SERVICE_PLUGINS_OLD},networking_sfc.services.flowclassifier.plugin.FlowClassifierPlugin,networking_sfc.services.sfc.plugin.SfcPlugin
openstack-config --set /etc/neutron/neutron.conf sfc drivers ovs
openstack-config --set /etc/neutron/neutron.conf flowclassifier drivers ovs
openstack-config --set /etc/neutron/plugins/ml2/openvswitch_agent.ini agent extensions sfc
neutron-db-manage --config-file /etc/neutron/neutron.conf --subproject networking-sfc upgrade head
systemctl restart neutron-server
systemctl restart neutron-openvswitch-agent
systemctl status neutron-server
systemctl status neutron-openvswitch-agent

在计算节点上安装

yum -y install python-networking-sfc
openstack-config --set /etc/neutron/plugins/ml2/openvswitch_agent.ini agent extensions sfc
systemctl restart neutron-openvswitch-agent
systemctl status neutron-openvswitch-agent

sfc-network安装

标签:gen   work   http   sdn   ice   python   article   https   plugin   

原文地址:https://www.cnblogs.com/jipinglong/p/11206600.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!