diff --git a/doc/source/install/compute-install-obs.rst b/doc/source/install/compute-install-obs.rst index dca926df23d..9307ff3faf1 100644 --- a/doc/source/install/compute-install-obs.rst +++ b/doc/source/install/compute-install-obs.rst @@ -119,7 +119,6 @@ Configure the Compute service to use the Networking service [neutron] # ... - url = http://controller:9696 auth_url = http://controller:5000 auth_type = password project_domain_name = default @@ -134,6 +133,10 @@ Configure the Compute service to use the Networking service Replace ``NEUTRON_PASS`` with the password you chose for the ``neutron`` user in the Identity service. + See the :nova-doc:`compute service configuration guide ` + for the full set of options including overriding the service catalog + endpoint URL if necessary. + Finalize installation --------------------- diff --git a/doc/source/install/compute-install-rdo.rst b/doc/source/install/compute-install-rdo.rst index 981bf953695..79a1e3fada7 100644 --- a/doc/source/install/compute-install-rdo.rst +++ b/doc/source/install/compute-install-rdo.rst @@ -122,7 +122,6 @@ Configure the Compute service to use the Networking service [neutron] # ... - url = http://controller:9696 auth_url = http://controller:5000 auth_type = password project_domain_name = default @@ -137,6 +136,10 @@ Configure the Compute service to use the Networking service Replace ``NEUTRON_PASS`` with the password you chose for the ``neutron`` user in the Identity service. + See the :nova-doc:`compute service configuration guide ` + for the full set of options including overriding the service catalog + endpoint URL if necessary. + Finalize installation --------------------- diff --git a/doc/source/install/compute-install-ubuntu.rst b/doc/source/install/compute-install-ubuntu.rst index 5cff3417cbc..faa1e813d21 100644 --- a/doc/source/install/compute-install-ubuntu.rst +++ b/doc/source/install/compute-install-ubuntu.rst @@ -118,7 +118,6 @@ Configure the Compute service to use the Networking service [neutron] # ... - url = http://controller:9696 auth_url = http://controller:5000 auth_type = password project_domain_name = default @@ -133,6 +132,10 @@ Configure the Compute service to use the Networking service Replace ``NEUTRON_PASS`` with the password you chose for the ``neutron`` user in the Identity service. + See the :nova-doc:`compute service configuration guide ` + for the full set of options including overriding the service catalog + endpoint URL if necessary. + Finalize installation --------------------- diff --git a/doc/source/install/controller-install-obs.rst b/doc/source/install/controller-install-obs.rst index 4d55567ac95..3999c5c729e 100644 --- a/doc/source/install/controller-install-obs.rst +++ b/doc/source/install/controller-install-obs.rst @@ -247,7 +247,6 @@ Configure the Compute service to use the Networking service [neutron] # ... - url = http://controller:9696 auth_url = http://controller:5000 auth_type = password project_domain_name = default @@ -267,6 +266,10 @@ Configure the Compute service to use the Networking service Replace ``METADATA_SECRET`` with the secret you chose for the metadata proxy. + See the :nova-doc:`compute service configuration guide ` + for the full set of options including overriding the service catalog + endpoint URL if necessary. + Finalize installation --------------------- diff --git a/doc/source/install/controller-install-rdo.rst b/doc/source/install/controller-install-rdo.rst index 352fa241b35..890065c8a8b 100644 --- a/doc/source/install/controller-install-rdo.rst +++ b/doc/source/install/controller-install-rdo.rst @@ -247,7 +247,6 @@ Configure the Compute service to use the Networking service [neutron] # ... - url = http://controller:9696 auth_url = http://controller:5000 auth_type = password project_domain_name = default @@ -267,6 +266,10 @@ Configure the Compute service to use the Networking service Replace ``METADATA_SECRET`` with the secret you chose for the metadata proxy. + See the :nova-doc:`compute service configuration guide ` + for the full set of options including overriding the service catalog + endpoint URL if necessary. + Finalize installation --------------------- diff --git a/doc/source/install/controller-install-ubuntu.rst b/doc/source/install/controller-install-ubuntu.rst index f108f5a8b6d..6ea58aa1020 100644 --- a/doc/source/install/controller-install-ubuntu.rst +++ b/doc/source/install/controller-install-ubuntu.rst @@ -247,7 +247,6 @@ Configure the Compute service to use the Networking service [neutron] # ... - url = http://controller:9696 auth_url = http://controller:5000 auth_type = password project_domain_name = default @@ -267,6 +266,10 @@ Configure the Compute service to use the Networking service Replace ``METADATA_SECRET`` with the secret you chose for the metadata proxy. + See the :nova-doc:`compute service configuration guide ` + for the full set of options including overriding the service catalog + endpoint URL if necessary. + Finalize installation ---------------------