Merge "Copy nova-api-paste.ini if n-api* is enabled"
This commit is contained in:
commit
3b1647310d
2
lib/nova
2
lib/nova
@ -257,7 +257,7 @@ function configure_nova {
|
|||||||
|
|
||||||
configure_nova_rootwrap
|
configure_nova_rootwrap
|
||||||
|
|
||||||
if is_service_enabled n-api; then
|
if [[ "$ENABLED_SERVICES" =~ "n-api" ]]; then
|
||||||
# Remove legacy paste config if present
|
# Remove legacy paste config if present
|
||||||
rm -f $NOVA_DIR/bin/nova-api-paste.ini
|
rm -f $NOVA_DIR/bin/nova-api-paste.ini
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user