Skip to content

Commit

Permalink
bump osa sha and consume run-upgrade-old.sh script
Browse files Browse the repository at this point in the history
openstack-ansible has moved the original run-upgrade.sh script to
run-upgrade-old.sh. In order to continue to consume the QE tested path,
we should consume this instead of run-upgrade.sh, which now points at a
new, un(QE)tested upgrade path.
  • Loading branch information
mancdaz committed Oct 19, 2015
1 parent eac8fbb commit 304a63d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openstack-ansible
Submodule openstack-ansible updated from 7bfbf5 to ae56a6
2 changes: 1 addition & 1 deletion scripts/upgrade.sh
Expand Up @@ -36,7 +36,7 @@ openstack-ansible -i "localhost," patcher.yml

# Do the upgrade for openstack-ansible components
cd ${OA_DIR}
echo 'YES' | ${OA_DIR}/scripts/run-upgrade.sh
echo 'YES' | ${OA_DIR}/scripts/run-upgrade-old.sh

# Prevent the deployment script from re-running the OA playbooks
export DEPLOY_OA="no"
Expand Down

0 comments on commit 304a63d

Please sign in to comment.