Drop upgrade scripts for old releases

These scripts are not used in recent releases.

Change-Id: I77db6f97d3f6226664e7b773d1d0b47db1a1dd5c
This commit is contained in:
Takashi Kajinami 2024-01-17 03:03:40 +09:00
parent 2c2788fa2d
commit 346ff0134c
2 changed files with 0 additions and 34 deletions

View File

@ -1,17 +0,0 @@
#!/usr/bin/env bash
# ``upgrade-manila``
function configure_manila_upgrade {
XTRACE=$(set +o | grep xtrace)
set -o xtrace
# Copy release-specific files
sudo cp -f $TARGET_RELEASE_DIR/manila/etc/manila/rootwrap.d/* $MANILA_CONF_DIR/rootwrap.d
sudo cp $TARGET_RELEASE_DIR/manila/etc/manila/api-paste.ini $MANILA_CONF_DIR/api-paste.ini
sudo cp $TARGET_RELEASE_DIR/manila/etc/manila/policy.json $MANILA_CONF_DIR/policy.json
sudo cp $TARGET_RELEASE_DIR/manila/etc/manila/rootwrap.conf $MANILA_CONF_DIR/rootwrap.conf
# reset to previous state
$XTRACE
}

View File

@ -1,17 +0,0 @@
#!/usr/bin/env bash
# ``upgrade-manila``
function configure_manila_upgrade {
XTRACE=$(set +o | grep xtrace)
set -o xtrace
# Copy release-specific files
sudo cp -f $TARGET_RELEASE_DIR/manila/etc/manila/rootwrap.d/* $MANILA_CONF_DIR/rootwrap.d
sudo cp $TARGET_RELEASE_DIR/manila/etc/manila/api-paste.ini $MANILA_CONF_DIR/api-paste.ini
sudo cp $TARGET_RELEASE_DIR/manila/etc/manila/policy.json $MANILA_CONF_DIR/policy.json
sudo cp $TARGET_RELEASE_DIR/manila/etc/manila/rootwrap.conf $MANILA_CONF_DIR/rootwrap.conf
# reset to previous state
$XTRACE
}