Merge "Temporarily set astara_boot_command in config"

This commit is contained in:
Jenkins 2015-12-08 22:57:27 +00:00 committed by Gerrit Code Review
commit d648dd5dc0
1 changed files with 3 additions and 0 deletions

View File

@ -93,6 +93,9 @@ function configure_astara() {
iniset $ASTARA_CONF coordination enabled True
iniset $ASTARA_CONF coordination url $ASTARA_COORDINATION_URL
fi
# NOTE(adam_g): This is temporary and can be removed after mitaka-1
iniset $ASTARA_CONF DEFAULT astara_boot_command akanda-configure-management
}
function configure_astara_nova() {