diff --git a/.zuul.yaml b/.zuul.yaml index b2143b28..54d3abe3 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -96,6 +96,7 @@ required-projects: - openstack/barbican - openstack/python-barbicanclient + - openstack/stx-config - openstack/stx-fault - openstack/stx-integ - openstack/stx-metal @@ -104,6 +105,7 @@ tox_envlist: functional devstack_services: # StarlingX services + cgtsclient: true fm-common: true fm-api: true fm-rest-api: true @@ -114,8 +116,9 @@ nfv-client: true devstack_plugins: barbican: https://git.openstack.org/openstack/barbican - stx-fault: https:://git.starlingx.io/stx-fault + stx-config: https://git.starlingx.io/stx-config + stx-fault: https://git.starlingx.io/stx-fault stx-integ: https://git.starlingx.io/stx-integ - stx-metal: https:://git.starlingx.io/stx-metal - stx-nfv: https:://git.starlingx.io/stx-nfv - stx-update: https:://git.starlingx.io/stx-update + stx-metal: https://git.starlingx.io/stx-metal + stx-nfv: https://git.starlingx.io/stx-nfv + stx-update: https://git.starlingx.io/stx-update diff --git a/devstack/settings b/devstack/settings index 32ec52bd..2dce8596 100644 --- a/devstack/settings +++ b/devstack/settings @@ -33,7 +33,7 @@ if is_service_enabled stx-nfv; then : fi -# NOTE(dtroyer): This needs to be refiend a bit yet, for example fo we want +# NOTE(dtroyer): This needs to be refined a bit yet, for example fo we want # to abort or just disable guest-agent and guest-server if the # prereqs are not configured? if is_service_enabled guest-agent || is_service_enabled guest-server; then