Skip to content

Commit 3b16473

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "Copy nova-api-paste.ini if n-api* is enabled"
2 parents ca7aa30 + ea70cc9 commit 3b16473

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/nova

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ function configure_nova {
257257

258258
configure_nova_rootwrap
259259

260-
if is_service_enabled n-api; then
260+
if [[ "$ENABLED_SERVICES" =~ "n-api" ]]; then
261261
# Remove legacy paste config if present
262262
rm -f $NOVA_DIR/bin/nova-api-paste.ini
263263

0 commit comments

Comments
 (0)