yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #11047
[Bug 1263872] Re: metadata proxy not support Https Metadata-api
** Changed in: neutron
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1263872
Title:
metadata proxy not support Https Metadata-api
Status in OpenStack Neutron (virtual network service):
Fix Released
Bug description:
In neutron/agent/metadata/agent.py, we have :
url = urlparse.urlunsplit((
'http',
'%s:%s' % (self.conf.nova_metadata_ip,
self.conf.nova_metadata_port),
req.path_info,
req.query_string,
''))
This means we can only use http to access metadata api server. and if
we have loadbalance for metadata api server and has enabled the SSL on
Loadbalance VIP, it can't work.
I think we need something like metadata_protocal to config http or
https.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1263872/+subscriptions
References