首页 > Web开发 > 详细

sfc-network安装

时间:2019-07-18 14:01:25      阅读:96      评论:0      收藏:0      [点我收藏+]

申明:
主参考: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安装

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!