Merge "Replace keystone reference by neutron-api"

This commit is contained in:
Zuul 2018-07-17 15:06:59 +00:00 committed by Gerrit Code Review
commit 64bda6a9b1
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.
pause:
description: |
Pause keystone services.
If the keystone deployment is clustered using the hacluster charm, the
Pause neutron-api services.
If the neutron-api deployment is clustered using the hacluster charm, the
corresponding hacluster unit on the node must first be paused as well.
Not doing so may lead to an interruption of service.
resume:
description: |
Resume keystone services.
If the keystone deployment is clustered using the hacluster charm, the
Resume neutron-api services.
If the neutron-api deployment is clustered using the hacluster charm, the
corresponding hacluster unit on the node must be resumed as well.