remove keystone_authtoken from polling agent

i don't think keystone_authtoken needs to be set for compute polling.
there is no api.

Change-Id: Ica5c834686c8e12c81ddfaeed320a5d7fa147c3e
This commit is contained in:
gord chung 2017-02-24 21:41:37 +00:00
parent 6d6b577bb4
commit 938a11f48a
1 changed files with 0 additions and 24 deletions

View File

@ -13,30 +13,6 @@
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:
.. code-block:: ini
[DEFAULT]
...
auth_strategy = keystone
[keystone_authtoken]
...
auth_uri = http://controller:5000
auth_url = http://controller:35357
memcached_servers = controller:11211
auth_type = password
project_domain_id = default
user_domain_id = default
project_name = service
username = ceilometer
password = CEILOMETER_PASS
Replace ``CEILOMETER_PASS`` with the password you chose for the
Telemetry service database.
* In the ``[service_credentials]`` section, configure service
credentials: