From c30d3213f8fc683523267574676fa5062c2c36de Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Thu, 4 Dec 2014 07:20:03 -0500 Subject: [PATCH] remove legacy work around for nova paste.ini This code goes *way* back and is not needed any more Change-Id: I23716d88899a7fc18b7d4ccfa12b563d288810b0 --- lib/nova | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/nova b/lib/nova index 5db2f8fcd3..cdf43c4db3 100644 --- a/lib/nova +++ b/lib/nova @@ -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