sfc-network安装

Posted jipinglong

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sfc-network安装相关的知识,希望对你有一定的参考价值。

申明:
主参考: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安装的主要内容,如果未能解决你的问题,请参考以下文章

在 Ubuntu 14.04 上安装 Qt 5.5.1 - 在终端上抛出 qt.network.ssl 错误

OpenStack:安装Neutron与provider network

OpenStack stein安装network option1

我的电脑在网络协议安装的地方没有network协议怎么办?

coreos 安装

centos6安装mysql network is unreachable