nova/nova/api
Leandro I. Costantino 050ce0e589 Enforce FlavorExtraSpecs Key format.
When creating a key name with characters like '/' that are not
being encoded or cannot be handled as expected by routes when
matching the url, then it's not possible to remove them anymore.
The new format apply the restriction: "[\w\.\- :]+$"

This change will fix the bug without API change.

Change-Id: I64bc098c4bde33c40fa149191a751ea3eb19f932
Closes-Bug: #1256119
2014-02-03 11:57:32 -05:00
..
ec2 Merge "Ensure that headers are utf8, not unicode" 2014-01-30 15:46:19 +00:00
metadata Merge "Use utils method when getting instance metadata and system metadata" 2014-01-30 22:58:22 +00:00
openstack Enforce FlavorExtraSpecs Key format. 2014-02-03 11:57:32 -05:00
validation Define common API parameter types 2014-01-12 19:00:03 +09:00
__init__.py Remove unused copyright from nova.api.__init__ 2014-01-10 16:24:50 +08:00
auth.py Small edits on help strings 2014-01-23 20:05:50 +01:00
manager.py Initialize iptables rules on initialization of MetadataManager 2013-12-16 17:39:09 +02:00
sizelimit.py Small edits on help strings 2014-01-23 20:05:50 +01:00
validator.py Replace basestring by six for python3 compatability 2013-10-23 22:42:28 +08:00