[Bug 1500635] Re: Allow os-{type}-hostname to also override protocol
James Page
james.page at ubuntu.com
Thu Feb 23 18:43:15 UTC 2017
** Changed in: charm-ceph-radosgw
Importance: Undecided => High
** Changed in: charm-ceph-radosgw
Status: New => In Progress
** Changed in: charm-ceph-radosgw
Assignee: (unassigned) => Billy Olsen (billy-olsen)
** Changed in: ceph-radosgw (Juju Charms Collection)
Status: In Progress => Invalid
** Changed in: charm-cinder
Importance: Undecided => High
** Changed in: charm-cinder
Status: New => In Progress
** Changed in: charm-cinder
Assignee: (unassigned) => Billy Olsen (billy-olsen)
** Changed in: cinder (Juju Charms Collection)
Status: In Progress => Invalid
** Changed in: charm-glance
Importance: Undecided => High
** Changed in: charm-glance
Status: New => In Progress
** Changed in: charm-glance
Assignee: (unassigned) => Billy Olsen (billy-olsen)
** Changed in: glance (Juju Charms Collection)
Status: In Progress => Invalid
** Changed in: charm-heat
Importance: Undecided => High
** Changed in: charm-heat
Status: New => In Progress
** Changed in: charm-heat
Assignee: (unassigned) => Billy Olsen (billy-olsen)
** Changed in: heat (Juju Charms Collection)
Status: In Progress => Invalid
** Changed in: charm-keystone
Importance: Undecided => High
** Changed in: charm-keystone
Status: New => In Progress
** Changed in: charm-keystone
Assignee: (unassigned) => Billy Olsen (billy-olsen)
** Changed in: keystone (Juju Charms Collection)
Status: In Progress => Invalid
** Changed in: charm-neutron-api
Importance: Undecided => High
** Changed in: charm-neutron-api
Status: New => In Progress
** Changed in: charm-neutron-api
Assignee: (unassigned) => Billy Olsen (billy-olsen)
** Changed in: neutron-api (Juju Charms Collection)
Status: In Progress => Invalid
** Changed in: charm-nova-cloud-controller
Importance: Undecided => High
** Changed in: charm-nova-cloud-controller
Status: New => In Progress
** Changed in: charm-nova-cloud-controller
Assignee: (unassigned) => Billy Olsen (billy-olsen)
** Changed in: nova-cloud-controller (Juju Charms Collection)
Status: In Progress => Invalid
--
You received this bug notification because you are a member of Ubuntu
OpenStack, which is subscribed to cinder in Juju Charms Collection.
Matching subscriptions: charm-bugs
https://bugs.launchpad.net/bugs/1500635
Title:
Allow os-{type}-hostname to also override protocol
Status in OpenStack ceilometer charm:
In Progress
Status in OpenStack ceph-radosgw charm:
In Progress
Status in OpenStack cinder charm:
In Progress
Status in OpenStack glance charm:
In Progress
Status in OpenStack heat charm:
In Progress
Status in Charm Helpers:
In Progress
Status in OpenStack keystone charm:
In Progress
Status in OpenStack neutron-api charm:
In Progress
Status in OpenStack nova-cloud-controller charm:
In Progress
Status in ceilometer package in Juju Charms Collection:
Invalid
Status in ceph-radosgw package in Juju Charms Collection:
Invalid
Status in cinder package in Juju Charms Collection:
Invalid
Status in glance package in Juju Charms Collection:
Invalid
Status in heat package in Juju Charms Collection:
Invalid
Status in keystone package in Juju Charms Collection:
Invalid
Status in neutron-api package in Juju Charms Collection:
Invalid
Status in nova-cloud-controller package in Juju Charms Collection:
Invalid
Status in swift-proxy package in Juju Charms Collection:
In Progress
Bug description:
When deploying a proxy for OpenStack services the proxy itself may
provide the SSL transport rather than the OpenStack services
themselves. In such a deployment, SSL is not configured nor managed by
the OpenStack service components (keystone, cinder, nova-compute, etc)
and instead the proxy is handling the SSL traffic.
Rather than introduce yet another config option, a simple change to
the way the os-{endpoint_type}-hostname options is treated will allow
the user to also specify that the endpoints should be advertised as
SSL and that an external proxy will manage the SSL configuration for
them.
As such, this change would allow the user to specify the following
options:
1. Override the hostname advertised, let the charms themselves manage
the SSL
juju set <service> os-public-hostname='foobar.example.org'
2. Override the hostname advertised and the URL scheme.
juju set <service> os-public-hostname='https://foobar.example.org'
In the second configuration option, the public endpoints for the
service will be advertised using https for the scheme/protocol and
foobar.example.org for the address. The path portion of the endpoint
URL will continue to be provided by the specific charm.
To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-ceilometer/+bug/1500635/+subscriptions
More information about the Ubuntu-openstack-bugs
mailing list