Fix spelling

This commit is contained in:
Liam Young
2020-02-04 13:36:44 +00:00
parent ee21886a8c
commit 51c2ec89b0

View File

@@ -110,9 +110,9 @@ CHARM_TYPES = {
}
# Older tests use the order the services appear in the list to imply
# they shoould be upgraded in. This approache has been superceded and
# the order they should be upgraded in. This approach has been superceded and
# zaza.openstack.utilities.openstack_upgrade.get_upgrade_groups should be used
# instead
# instead.
UPGRADE_SERVICES = [
{'name': 'keystone', 'type': CHARM_TYPES['keystone']},
{'name': 'neutron-api', 'type': CHARM_TYPES['neutron']},