python-novaclient/novaclient
Sergio Cazzolato fc8579dfa8 Flavor ExtraSpecs containing '/' cannot be deleted
This change applies a regular expression in order to filter
flavor extraspects keys with invalid characters.
The characters allowed are: letters, numbers, underscores,
periods, colons, spaces and hyphens.
A new test flavor has been created which doesn't check the
keys in the post body. This flavor has been created in the
third place (instead of in the last) in order to keep
working existent test cases which depend on the last flavor
received in the get method.

Change-Id: Ifd86bed23a05a5946ae8b9ba6f6c9bf4b24b1d4c
Partial-Bug: #1256119
2014-01-31 17:38:19 -05:00
..
openstack Updates nova client to use the latest oslo files 2014-01-23 18:08:03 +00:00
tests Flavor ExtraSpecs containing '/' cannot be deleted 2014-01-31 17:38:19 -05:00
v1_1 Flavor ExtraSpecs containing '/' cannot be deleted 2014-01-31 17:38:19 -05:00
v3 Flavor ExtraSpecs containing '/' cannot be deleted 2014-01-31 17:38:19 -05:00
__init__.py Migrate to pbr. 2013-05-19 10:00:38 +03:00
auth_plugin.py python3: Compatibility for iteritems differences 2013-06-24 11:51:04 -05:00
base.py Adds ability to boot a server via the Nova V3 API 2014-01-28 23:29:16 +10:30
client.py Don't call CS if a token + URL are provided 2014-01-15 17:11:35 +00:00
crypto.py Enables H403 pep8 rules 2013-12-14 15:16:20 +00:00
exceptions.py Enables H403 pep8 rules 2013-12-14 15:16:20 +00:00
extension.py Fix Copyright Headers from LLC to Foundation 2013-03-13 20:12:23 -04:00
service_catalog.py Enables H403 pep8 rules 2013-12-14 15:16:20 +00:00
shell.py Adds ability to boot a server via the Nova V3 API 2014-01-28 23:29:16 +10:30
utils.py Flavor ExtraSpecs containing '/' cannot be deleted 2014-01-31 17:38:19 -05:00