diff --git a/heat_integrationtests/pre_test_hook.sh b/heat_integrationtests/pre_test_hook.sh index 20aec24d17..fd869ebcc1 100755 --- a/heat_integrationtests/pre_test_hook.sh +++ b/heat_integrationtests/pre_test_hook.sh @@ -39,10 +39,6 @@ echo -e '[eventlet_opts]\nclient_socket_timeout=120\n' >> $localconf echo -e '[oslo_messaging_notifications]\ndriver=messagingv2\n' >> $localconf -# Disable nova quota check. -echo -e '[[post-config|$NOVA_CONF]]\n[DEFAULT]\n' >> $localconf -echo -e 'quota_driver=nova.quota.NoopQuotaDriver\n' >> $localconf - echo "[[local|localrc]]" >> $localconf # NOTE(mnaser): This will use the region local mirrors to avoid going out