diff --git a/stack.sh b/stack.sh index e45707b781..1dc4b74ab3 100755 --- a/stack.sh +++ b/stack.sh @@ -1181,7 +1181,7 @@ fi # Configure and launch heat engine, api and metadata if is_service_enabled heat; then - # Initialize heat, including replacing nova flavors + # Initialize heat echo_summary "Configuring Heat" init_heat echo_summary "Starting Heat" @@ -1350,11 +1350,6 @@ if is_service_enabled horizon; then echo "Horizon is now available at http://$SERVICE_HOST/" fi -# Warn that the default flavors have been changed by Heat -if is_service_enabled heat; then - echo "Heat has replaced the default flavors. View by running: nova flavor-list" -fi - # If Keystone is present you can point ``nova`` cli to this server if is_service_enabled key; then echo "Keystone is serving at $KEYSTONE_AUTH_PROTOCOL://$SERVICE_HOST:$KEYSTONE_SERVICE_PORT/v2.0/"