]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Adds https support for metadata agent
authorXiaolin Zhang <zhangxiaolins@gmail.com>
Thu, 16 Jan 2014 14:28:28 +0000 (22:28 +0800)
committerThomas Goirand <thomas@goirand.fr>
Thu, 13 Mar 2014 07:20:26 +0000 (15:20 +0800)
commita67a6d79e1c1e86a18b14acbde16b5909dcc2fcf
tree38c31a64fc4cf81ac50439ad8fe1c727a42d27e9
parent337b4076bf73d351d572d043a95edbeefa113315
Adds https support for metadata agent

Adds two configure options to support https client for metadata proxy
* auth_insecure: turn off verification of the certificate for ssl, or
* auth_ca_cert: CA cert to check against with for ssl.

Change-Id: I3ffb86ae9ce31931436a4e13957aae30eebf9d92
Closes-Bug: #1263872
etc/metadata_agent.ini
neutron/agent/metadata/agent.py
neutron/tests/unit/test_metadata_agent.py