Updated install guide

* Added memcached to keystone section.
* Removed worker configuration as this is now default.

Change-Id: I809d16d119c1d03ac650e6f9328b72ce5c9d19ff
This commit is contained in:
Erik Olof Gunnar Andersson 2019-09-04 23:49:19 -07:00
parent aa0c4c67ff
commit 7cf35ad94f
3 changed files with 3 additions and 21 deletions

View File

@ -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

View File

@ -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

View File

@ -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