From 7cf35ad94fb77642ec7e1d056d5de99f40f6b2e7 Mon Sep 17 00:00:00 2001 From: Erik Olof Gunnar Andersson Date: Wed, 4 Sep 2019 23:49:19 -0700 Subject: [PATCH] Updated install guide * Added memcached to keystone section. * Removed worker configuration as this is now default. Change-Id: I809d16d119c1d03ac650e6f9328b72ce5c9d19ff --- doc/source/install/install-obs.rst | 8 +------- doc/source/install/install-rdo.rst | 8 +------- doc/source/install/install-ubuntu.rst | 8 +------- 3 files changed, 3 insertions(+), 21 deletions(-) diff --git a/doc/source/install/install-obs.rst b/doc/source/install/install-obs.rst index febf95d77..5c182c104 100644 --- a/doc/source/install/install-obs.rst +++ b/doc/source/install/install-obs.rst @@ -107,17 +107,11 @@ Install and configure components user_domain_name = Default www_authenticate_uri = http://controller:5000/ auth_url = http://controller:5000/ + memcached_servers = controller:11211 Replace ``DESIGNATE_PASS`` with the password you chose for the ``designate`` user in the Identity service. - * In the ``[service:worker]`` section, enable the worker model: - - .. code-block:: ini - - enabled = True - notify = True - * In the ``[storage:sqlalchemy]`` section, configure database access: .. code-block:: ini diff --git a/doc/source/install/install-rdo.rst b/doc/source/install/install-rdo.rst index 659bb5698..70ddad615 100644 --- a/doc/source/install/install-rdo.rst +++ b/doc/source/install/install-rdo.rst @@ -107,17 +107,11 @@ Install and configure components user_domain_name = Default www_authenticate_uri = http://controller:5000/ auth_url = http://controller:5000/ + memcached_servers = controller:11211 Replace ``DESIGNATE_PASS`` with the password you chose for the ``designate`` user in the Identity service. - * In the ``[service:worker]`` section, enable the worker model: - - .. code-block:: ini - - enabled = True - notify = True - * In the ``[storage:sqlalchemy]`` section, configure database access: .. code-block:: ini diff --git a/doc/source/install/install-ubuntu.rst b/doc/source/install/install-ubuntu.rst index 4f947da49..fef0e8feb 100644 --- a/doc/source/install/install-ubuntu.rst +++ b/doc/source/install/install-ubuntu.rst @@ -102,17 +102,11 @@ Install and configure components user_domain_name = Default www_authenticate_uri = http://controller:5000/ auth_url = http://controller:5000/ + memcached_servers = controller:11211 Replace ``DESIGNATE_PASS`` with the password you chose for the ``designate`` user in the Identity service. - * In the ``[service:worker]`` section, enable the worker model: - - .. code-block:: ini - - enabled = True - notify = True - * In the ``[storage:sqlalchemy]`` section, configure database access: .. code-block:: ini