Disable nova quota check in gate jobs

Seems like Ice4aceac5dc44954db3661480b9365f54e47a4c9
broken the gate. We probably are better off disabling
the quota check altogether.

Change-Id: I55756ac80344fcf9ea78fdf3bd99467f169eb231
This commit is contained in:
rabi 2017-06-26 10:23:31 +05:30
parent 173f03a4aa
commit 608b35eaef
1 changed files with 4 additions and 0 deletions

View File

@ -39,6 +39,10 @@ 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
echo "CEILOMETER_PIPELINE_INTERVAL=60" >> $localconf
echo "HEAT_ENABLE_ADOPT_ABANDON=True" >> $localconf