Specific Nova part of the Blazar Reservation Service for OpenStack
Go to file
Hiroaki Kobayashi e7ffaf319b Replace old filter_properties with new RequestSpec NovaObject
The host_passes() method in blazar_filter depends on an old
filter_properties dictionary. However, Nova replaced it by a new
RequestSpec NovaObject. Therefore, the filter is throwing this error:

    "TypeError: 'RequestSpec' object has no attribute '__getitem__'."

This commit changes host_passes() to use the new RequestSpec NovaObject.

Change-Id: I0e57f4ee4655a8658419bfaaffad524369ee10b9
Closes-Bug: #1642137
2017-01-13 16:38:01 +00:00
blazarnova Replace old filter_properties with new RequestSpec NovaObject 2017-01-13 16:38:01 +00:00
climatenova Rename climatenova to blazarnova 2014-07-02 21:20:37 +00:00
etc Rename climatenova to blazarnova 2014-07-02 21:20:37 +00:00
.gitignore Bootstrap climate-nova with nova filter 2013-11-26 16:25:34 +01:00
.gitreview Update .gitreview for new namespace 2015-10-17 21:55:08 +00:00
.testr.conf Rename climatenova to blazarnova 2014-07-02 21:20:37 +00:00
HACKING.rst Bootstrap climate-nova with nova filter 2013-11-26 16:25:34 +01:00
LICENSE Add LICENSE and MANIFEST.in files 2014-02-04 23:03:20 +04:00
MANIFEST.in Add LICENSE and MANIFEST.in files 2014-02-04 23:03:20 +04:00
README.rst Fix setup.cfg 2014-02-04 22:13:26 +04:00
openstack-common.conf Remove unnecessary openstack.common modules 2013-12-26 21:43:42 +04:00
requirements.txt Update legacy code depending on Nova V2 API plugin 2017-01-11 10:17:13 +00:00
setup.cfg Rename climatenova to blazarnova 2014-07-02 21:20:37 +00:00
setup.py Updated from global requirements 2014-05-09 01:09:05 +00:00
test-requirements.txt Fix oslo import issues 2015-09-29 21:38:01 +02:00
tox.ini Remove docutils pin 2014-08-26 06:51:31 +02:00

README.rst

climate-nova

Climate Nova related changes. Includes filters for Host Reservation and Nova API extensions for the VM reservation feature.