summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Olof Gunnar Andersson <eandersson@blizzard.com>2019-09-04 23:49:19 -0700
committerErik Olof Gunnar Andersson <eandersson@blizzard.com>2019-09-05 09:44:07 -0700
commit7cf35ad94fb77642ec7e1d056d5de99f40f6b2e7 (patch)
tree5fd16ed22e81a557264cb4b0b1668e671fad87c9
parentaa0c4c67ff300f69653248c38b6e041c62bca3e6 (diff)
downloaddesignate-7cf35ad94fb77642ec7e1d056d5de99f40f6b2e7.tar.gz
Updated install guide
* Added memcached to keystone section. * Removed worker configuration as this is now default. Change-Id: I809d16d119c1d03ac650e6f9328b72ce5c9d19ff
-rw-r--r--doc/source/install/install-obs.rst8
-rw-r--r--doc/source/install/install-rdo.rst8
-rw-r--r--doc/source/install/install-ubuntu.rst8
3 files changed, 3 insertions, 21 deletions
diff --git a/doc/source/install/install-obs.rst b/doc/source/install/install-obs.rst
index febf95d7..5c182c10 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 659bb569..70ddad61 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 4f947da4..fef0e8fe 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