synergy-scheduler-manager/synergy_scheduler_manager
Lisa Zangrando 91919336b8 Invalid input for field/attribute quota_class_set
The optional input attribute 'force' for os-quota-class-sets is no more
supported in Mitaka and so NovaManager throws the following exception
reported in the log file:

ERROR - error on updating the quota info (id=<built-in function id>):
{u'badRequest': {u'message': u"Invalid input for field/attribute
quota_class_set. Value: {u'cores': 2, u'ram': 1024, u'force': True,
u'instances': 10}. Additional properties are not allowed
(u'force' was unexpected)", u'code': 400}}

- fixed method: NovaManager.updateQuota()
- moved some not useful logging info from LOG.info() to LOG.debug()

Change-Id: I72a401beee24b24bd2f8fc6dc8a3784813af0864
Sem-Ver: bugfix
Closes-bug: #1645397
2016-11-28 17:39:28 +00:00
..
2016-06-02 15:04:52 +02:00
2016-11-08 11:10:56 +01:00