Replace keystone reference by neutron-api

There was a typo in the file. It was mentioning keystone instead
of neutron-api.

Change-Id: I5fa15aa11ef7a1c7b0f4a9e76bf7cee2ff231e20
This commit is contained in:
Nicolas Pochet 2018-07-04 11:07:10 +02:00
parent f1a8b4e474
commit cce9b08f04
1 changed files with 4 additions and 4 deletions

View File

@ -2,12 +2,12 @@ openstack-upgrade:
description: Perform openstack upgrades. Config option action-managed-upgrade must be set to True. description: Perform openstack upgrades. Config option action-managed-upgrade must be set to True.
pause: pause:
description: | description: |
Pause keystone services. Pause neutron-api services.
If the keystone deployment is clustered using the hacluster charm, the If the neutron-api deployment is clustered using the hacluster charm, the
corresponding hacluster unit on the node must first be paused as well. corresponding hacluster unit on the node must first be paused as well.
Not doing so may lead to an interruption of service. Not doing so may lead to an interruption of service.
resume: resume:
description: | description: |
Resume keystone services. Resume neutron-api services.
If the keystone deployment is clustered using the hacluster charm, the If the neutron-api deployment is clustered using the hacluster charm, the
corresponding hacluster unit on the node must be resumed as well. corresponding hacluster unit on the node must be resumed as well.