yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #07725
[Bug 1263872] [NEW] metadata proxy not support Https Metadata-api
Public bug reported:
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.
** Affects: neutron
Importance: Undecided
Status: New
--
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):
New
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
Follow ups
References