]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Adds POST method support in the metadata service
authorAlessandro Pilotti <ap@pilotti.it>
Wed, 1 May 2013 04:14:59 +0000 (07:14 +0300)
committerAlessandro Pilotti <ap@pilotti.it>
Wed, 1 May 2013 22:28:04 +0000 (01:28 +0300)
commit86cf8b53ee0f59fe213d18949c00cfb6c7287c86
tree3c1ec0642fc6979a7de2b78de6efa0f2b4ae2764
parentdbae68c3604c3b16ef8be001131fd6f4cbb278b0
Adds POST method support in the metadata service

Fixes bug: #1092311

The password generation feature introduced in Grizzly requires POST
support in the metadata service.

Support has been added to both the metadata agent and namespace proxy.
Tests have been added and updated accordingly.

Change-Id: If7ef6bede1775ad682822cb868518ec732b90805
quantum/agent/metadata/agent.py
quantum/agent/metadata/namespace_proxy.py
quantum/tests/unit/test_metadata_agent.py
quantum/tests/unit/test_metadata_namespace_proxy.py