Revert "Disable nova quota check in gate jobs"

This reverts commit 608b35eaef.

Change-Id: I6558bd5131fb0d61571afa183380a93c5b142dfa
This commit is contained in:
rabi 2017-08-15 12:22:39 +05:30
parent 750a465af9
commit 8edb3aeabc
1 changed files with 0 additions and 4 deletions

View File

@ -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
# Create the images required for testing
echo "IMAGE_URLS+=http://fedora.bhs.mirrors.ovh.net/linux/releases/24/CloudImages/x86_64/images/Fedora-Cloud-Base-24-1.2.x86_64.qcow2" >> $localconf