Skip to content

Commit

Permalink
Add 'watcher' to tempest list of services
Browse files Browse the repository at this point in the history
  • Loading branch information
freyes committed Aug 24, 2023
1 parent 6787c84 commit 1d42b64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zaza/openstack/charm_tests/tempest/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
TEMPEST_ALT_FLAVOR_NAME = 'm2.tempest'
TEMPEST_SVC_LIST = ['ceilometer', 'cinder', 'glance', 'heat', 'horizon',
'ironic', 'manila', 'neutron', 'nova', 'octavia',
'sahara', 'swift', 'trove', 'zaqar']
'sahara', 'swift', 'trove', 'watcher', 'zaqar']


def render_tempest_config_keystone_v2():
Expand Down

0 comments on commit 1d42b64

Please sign in to comment.