remove legacy work around for nova paste.ini

This code goes *way* back and is not needed any more

Change-Id: I23716d88899a7fc18b7d4ccfa12b563d288810b0
This commit is contained in:
Sean Dague 2014-12-04 07:20:03 -05:00
parent 0f176d8bc2
commit c30d3213f8

@ -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