Check if bgpvpn enabled in tempest test

Tempest plugin currently defines a new 'BGPVPN' service.
This change remove this BGPVPN service and check instead
if the bgpvpn extension is activated to run the tempest tests.
Change-Id: I3731dc52793d4566632c3162d4c79d489b0857f1
Closes-Bug: 1646444
This commit is contained in:
Cédric Savignan
2017年11月10日 16:46:25 +01:00
parent 3a90e2ab75
commit c08f065d87

View File

@@ -24,7 +24,6 @@ elif [[ "1ドル" == "stack" && "2ドル" == "pre-install" ]]; then
elif [[ "1ドル" == "stack" && "2ドル" == "test-config" ]]; then
if is_service_enabled tempest; then
echo_summary "Enabling bgpvpn in $TEMPEST_CONFIG"
iniset $TEMPEST_CONFIG service_available bgpvpn "True"
fi
elif [[ "1ドル" == "stack" && "2ドル" == "post-config" ]]; then
if is_service_enabled q-svc; then
Reference in New Issue
openstack/networking-bgpvpn
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.