Merge "[install] Remove neutron workaround for Ubuntu"

This commit is contained in:
Jenkins
2015-10-07 02:56:21 +00:00
committed by Gerrit Code Review
2 changed files with 1 additions and 25 deletions

View File

@@ -19,7 +19,7 @@ kernel networking parameters to disable reverse-path filtering:
#. Implement the changes:
.. code-block:: ini
.. code-block:: console
# sysctl -p
@@ -262,18 +262,6 @@ Finalize installation
# 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:
.. code-block:: console

View File

@@ -359,18 +359,6 @@ Finalize installation
.. 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:
.. code-block:: console