Merge "remove legacy work around for nova paste.ini"

This commit is contained in:
Jenkins
2014-12-09 17:06:07 +00:00
committed by Gerrit Code Review

View File

@@ -264,9 +264,6 @@ function configure_nova {
configure_nova_rootwrap
if [[ "$ENABLED_SERVICES" =~ "n-api" ]]; then
# Remove legacy paste config if present
rm -f $NOVA_DIR/bin/nova-api-paste.ini
# Get the sample configuration file in place
cp $NOVA_DIR/etc/nova/api-paste.ini $NOVA_CONF_DIR