diff --git a/doc/source/install/compute-install-obs.rst b/doc/source/install/compute-install-obs.rst index 8ddf701a657..f9f9a3ed7bc 100644 --- a/doc/source/install/compute-install-obs.rst +++ b/doc/source/install/compute-install-obs.rst @@ -46,38 +46,6 @@ authentication mechanism, message queue, and plug-in. Replace ``RABBIT_PASS`` with the password you chose for the ``openstack`` account in RabbitMQ. - * In the ``[DEFAULT]`` and ``[keystone_authtoken]`` sections, configure - Identity service access: - - .. path /etc/neutron/neutron.conf - .. code-block:: ini - - [DEFAULT] - # ... - auth_strategy = keystone - - [keystone_authtoken] - # ... - www_authenticate_uri = http://controller:5000 - auth_url = http://controller:5000 - memcached_servers = controller:11211 - auth_type = password - project_domain_name = Default - user_domain_name = Default - project_name = service - username = neutron - password = NEUTRON_PASS - - .. end - - Replace ``NEUTRON_PASS`` with the password you chose for the ``neutron`` - user in the Identity service. - - .. note:: - - Comment out or remove any other options in the - ``[keystone_authtoken]`` section. - * In the ``[oslo_concurrency]`` section, configure the lock path: diff --git a/doc/source/install/compute-install-rdo.rst b/doc/source/install/compute-install-rdo.rst index 49dc2eec214..f7b348a2fef 100644 --- a/doc/source/install/compute-install-rdo.rst +++ b/doc/source/install/compute-install-rdo.rst @@ -49,38 +49,6 @@ authentication mechanism, message queue, and plug-in. Replace ``RABBIT_PASS`` with the password you chose for the ``openstack`` account in RabbitMQ. - * In the ``[DEFAULT]`` and ``[keystone_authtoken]`` sections, configure - Identity service access: - - .. path /etc/neutron/neutron.conf - .. code-block:: ini - - [DEFAULT] - # ... - auth_strategy = keystone - - [keystone_authtoken] - # ... - www_authenticate_uri = http://controller:5000 - auth_url = http://controller:5000 - memcached_servers = controller:11211 - auth_type = password - project_domain_name = Default - user_domain_name = Default - project_name = service - username = neutron - password = NEUTRON_PASS - - .. end - - Replace ``NEUTRON_PASS`` with the password you chose for the ``neutron`` - user in the Identity service. - - .. note:: - - Comment out or remove any other options in the - ``[keystone_authtoken]`` section. - * In the ``[oslo_concurrency]`` section, configure the lock path: diff --git a/doc/source/install/compute-install-ubuntu.rst b/doc/source/install/compute-install-ubuntu.rst index ba1657daf1b..73a7131aa5c 100644 --- a/doc/source/install/compute-install-ubuntu.rst +++ b/doc/source/install/compute-install-ubuntu.rst @@ -45,38 +45,6 @@ authentication mechanism, message queue, and plug-in. Replace ``RABBIT_PASS`` with the password you chose for the ``openstack`` account in RabbitMQ. - * In the ``[DEFAULT]`` and ``[keystone_authtoken]`` sections, configure - Identity service access: - - .. path /etc/neutron/neutron.conf - .. code-block:: ini - - [DEFAULT] - # ... - auth_strategy = keystone - - [keystone_authtoken] - # ... - www_authenticate_uri = http://controller:5000 - auth_url = http://controller:5000 - memcached_servers = controller:11211 - auth_type = password - project_domain_name = Default - user_domain_name = Default - project_name = service - username = neutron - password = NEUTRON_PASS - - .. end - - Replace ``NEUTRON_PASS`` with the password you chose for the ``neutron`` - user in the Identity service. - - .. note:: - - Comment out or remove any other options in the - ``[keystone_authtoken]`` section. - * In the ``[oslo_concurrency]`` section, configure the lock path: