This code goes *way* back and is not needed any more
Change-Id: I23716d88899a7fc18b7d4ccfa12b563d288810b0
| ... | ... |
@@ -264,9 +264,6 @@ function configure_nova {
|
| 264 | 264 |
configure_nova_rootwrap |
| 265 | 265 |
|
| 266 | 266 |
if [[ "$ENABLED_SERVICES" =~ "n-api" ]]; then |
| 267 |
- # Remove legacy paste config if present |
|
| 268 |
- rm -f $NOVA_DIR/bin/nova-api-paste.ini |
|
| 269 |
- |
|
| 270 | 267 |
# Get the sample configuration file in place |
| 271 | 268 |
cp $NOVA_DIR/etc/nova/api-paste.ini $NOVA_CONF_DIR |
| 272 | 269 |
|