Merge "[install] Remove neutron workaround for Ubuntu"
This commit is contained in:
@@ -19,7 +19,7 @@ kernel networking parameters to disable reverse-path filtering:
|
|||||||
|
|
||||||
#. Implement the changes:
|
#. Implement the changes:
|
||||||
|
|
||||||
.. code-block:: ini
|
.. code-block:: console
|
||||||
|
|
||||||
# sysctl -p
|
# sysctl -p
|
||||||
|
|
||||||
@@ -262,18 +262,6 @@ Finalize installation
|
|||||||
|
|
||||||
# service nova-compute restart
|
# service nova-compute restart
|
||||||
|
|
||||||
#. Due to a packaging issue, the Linux bridge agent initialization script
|
|
||||||
explicitly looks for the ML2 plug-in configuration file rather than the
|
|
||||||
agent configuration file. Run the following commands to resolve this
|
|
||||||
issue:
|
|
||||||
|
|
||||||
.. code-block:: console
|
|
||||||
|
|
||||||
# cp /etc/init/neutron-plugin-linuxbridge-agent.conf \
|
|
||||||
/etc/init/neutron-plugin-linuxbridge-agent.conf.orig
|
|
||||||
# sed -i 's,ml2_conf.ini,linuxbridge_agent.ini,g' \
|
|
||||||
/etc/init/neutron-plugin-linuxbridge-agent.conf
|
|
||||||
|
|
||||||
#. Restart the Linux bridge agent:
|
#. Restart the Linux bridge agent:
|
||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|||||||
@@ -359,18 +359,6 @@ Finalize installation
|
|||||||
|
|
||||||
.. only:: ubuntu
|
.. only:: ubuntu
|
||||||
|
|
||||||
#. Due to a packaging issue, the Linux bridge agent initialization script
|
|
||||||
explicitly looks for the ML2 plug-in configuration file rather than the
|
|
||||||
agent configuration file. Run the following commands to resolve this
|
|
||||||
issue:
|
|
||||||
|
|
||||||
.. code-block:: console
|
|
||||||
|
|
||||||
# cp /etc/init/neutron-plugin-linuxbridge-agent.conf \
|
|
||||||
/etc/init/neutron-plugin-linuxbridge-agent.conf.orig
|
|
||||||
# sed -i 's,ml2_conf.ini,linuxbridge_agent.ini,g' \
|
|
||||||
/etc/init/neutron-plugin-linuxbridge-agent.conf
|
|
||||||
|
|
||||||
#. Populate the database:
|
#. Populate the database:
|
||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|||||||
Reference in New Issue
Block a user