diff --git a/doc/install-guide/section_networking-neutron-server-install.xml b/doc/install-guide/section_networking-neutron-server-install.xml index e61493ec39..8540d431cd 100644 --- a/doc/install-guide/section_networking-neutron-server-install.xml +++ b/doc/install-guide/section_networking-neutron-server-install.xml @@ -11,24 +11,22 @@ Install neutron-server and CLI for accessing the API: - $sudo apt-get install neutron-server python-neutronclient + $ sudo apt-get install neutron-server python-neutronclient + # yum install openstack-neutron python-neutronclient You must also install the plugin you choose to use, for example: - $sudo apt-get install neutron-plugin-<plugin-name> - + $sudo apt-get install neutron-plugin-openvswitch + # yum install openstack-neutron-openvswitch Most plugins require that you install a database and - configure it in a plugin configuration file. For - example: - $sudo apt-get install mysql-server python-mysqldb python-sqlalchemy + configure it in a plugin configuration file. If you already use a database for other OpenStack services, you only need to create a neutron database: - $mysql -u <user> -p <pass> -e “create database neutron” + $mysql -u <user> -p <pass> -e “create database neutron” Configure the database in the plugin’s configuration @@ -54,26 +52,8 @@ agents to communicate with the main neutron-server process. If your plugin requires agents, they can use the same RPC - mechanism used by other OpenStack components like Nova. - - - To use RabbitMQ as the message bus for RPC - - Install RabbitMQ on a host reachable through the - management network (this step is not necessary if - RabbitMQ has already been installed for another - service, like Compute): - $sudo apt-get install rabbitmq-server -$rabbitmqctl change_password guest <password> - - - Update - /etc/neutron/neutron.conf with - the following values: - rabbit_host=<mgmt-IP-of-rabbit-host> rabbit_password=<password> rabbit_userid=guest - - - + mechanism used by other OpenStack components like Nova. + These are installed in the Basic Operating System Configuration. The /etc/neutron/neutron.conf file should be copied to and used on all hosts running @@ -90,10 +70,6 @@ Tunneling is easier to deploy because it does not require configuring VLANs on network switches. The following procedure uses tunneling: - To configure OpenStack Networking to use the OVS diff --git a/doc/install-guide/section_nova-controller.xml b/doc/install-guide/section_nova-controller.xml index ac533de4ab..35162f76a2 100644 --- a/doc/install-guide/section_nova-controller.xml +++ b/doc/install-guide/section_nova-controller.xml @@ -183,7 +183,7 @@ rabbit_host = controller</programlisting> <para os="centos;fedora;rhel;opensuse">Finally, start the various Nova services and configure them to start when the system boots.</para> <para os="ubuntu;debian">Finally, restart the various Nova services.</para> - <screen os="ubuntu;debian"><prompt>#</prompt> <userinput>service nova-api start</userinput> + <screen os="ubuntu;debian"><prompt>#</prompt> <userinput>service nova-api restart</userinput> <prompt>#</prompt> <userinput>service nova-cert restart</userinput> <prompt>#</prompt> <userinput>service nova-consoleauth restart</userinput> <prompt>#</prompt> <userinput>service nova-scheduler restart</userinput>