From 51c2ec89b0c4342be5b211674ffa8e8a050792f9 Mon Sep 17 00:00:00 2001 From: Liam Young Date: Tue, 4 Feb 2020 13:36:44 +0000 Subject: [PATCH] Fix spelling --- zaza/openstack/utilities/openstack.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zaza/openstack/utilities/openstack.py b/zaza/openstack/utilities/openstack.py index 6d114b8..7e48a98 100644 --- a/zaza/openstack/utilities/openstack.py +++ b/zaza/openstack/utilities/openstack.py @@ -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']},