When I go to create an instance with it fails because of disk capacity being insufficient. I see the following in the logs (on the previous successful allocation).
u'DISK_GB': {u'used': 10, u'capacity': 15}}
This log fragment was produced by writing out the response from get_allocation_candidates in nova.scheduler.client.report. I would like to set the capacity to be higher. Where do I set the capacity? What configuration file needs to be changed? ( I am not using the horizon UI to configure openstack ). The openstack quota command does not seem to help. Thank you for your help.