Remove use of unsupported TEMPEST_SERVICES variable
TEMPEST_SERVICES global variable is not supported by devstack since long back. - I380dd20e5ed716a0bdf92aa02c3730359b8136e4 - I9c24705e494689f09a885eb0a640efd50db33fcf Service availability of tempest known services will be set by devstack with local check. - I02be777bf93143d946ccbb8e9eff637bfd1928d4 masakari does not have tempest plugin so it does not need to have service register in tempest. This commit removes the TEMPEST_SERVICES setting. Change-Id: I30673a3d739e013caec2b8d4a2295d71ab40e491 Related-Bug: #1743688
This commit is contained in:
parent
4daa43330d
commit
2395cd75f8
@ -31,8 +31,5 @@ MASAKARI_MANAGE=$MASAKARI_BIN_DIR/masakari-manage
|
||||
MASAKARI_SERVICE_PORT=${MASAKARI_SERVICE_PORT:-15868}
|
||||
MASAKARI_SERVICE_PORT_INT=${MASAKARI_SERVICE_PORT_INT:-25868}
|
||||
|
||||
# Tell Tempest this project is present
|
||||
TEMPEST_SERVICES+=,masakari
|
||||
|
||||
enable_service masakari masakari-api masakari-engine
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user