Run the cinder resource phases only if the cinder-api is enabled. Only register cinder for upgrade tests if cinder-api is enabled. Co-Authored-By: John L. Villalovos <john.l.villalovos@intel.com> Change-Id: I54133bde8452b7c70c173b205eab39dfdb1c6ca8
5 lines
108 B
Plaintext
5 lines
108 B
Plaintext
if is_service_enabled c-api; then
|
|
register_project_for_upgrade cinder
|
|
register_db_to_save cinder
|
|
fi
|