[Bug 1499435] [NEW] trusty-backports haproxy no longer needed for ipv6 as of liberty
Edward Hope-Morley
edward.hope-morley at canonical.com
Thu Sep 24 15:52:20 UTC 2015
Public bug reported:
As of the Openstack Libery release, the Ubuntu Cloud Archive will carry
haproxy (starting with 1.5.*) so we will no longer need to install
haproxy from trusty-backports i.e. each charm currently has:
# NOTE(xianghui): Need to install haproxy(1.5.3) from trusty-backports
# to support ipv6 address, so check is required to make sure not
# breaking other versions, IPv6 only support for >= Trusty
if ubuntu_rel == 'trusty':
add_source('deb http://archive.ubuntu.com/ubuntu trusty-backports'
' main')
apt_update()
apt_install('haproxy/trusty-backports', fatal=True)
** Affects: cinder (Juju Charms Collection)
Importance: Medium
Status: New
** Affects: glance (Juju Charms Collection)
Importance: Medium
Status: New
** Affects: keystone (Juju Charms Collection)
Importance: Medium
Status: New
** Affects: neutron-api (Juju Charms Collection)
Importance: Medium
Status: New
** Affects: nova-cloud-controller (Juju Charms Collection)
Importance: Medium
Status: New
** Affects: openstack-dashboard (Juju Charms Collection)
Importance: Medium
Status: New
** Affects: swift-proxy (Juju Charms Collection)
Importance: Medium
Status: New
** Tags: openstack sts
** Also affects: cinder (Juju Charms Collection)
Importance: Undecided
Status: New
** Also affects: glance (Ubuntu)
Importance: Undecided
Status: New
** Package changed: glance (Ubuntu) => glance (Juju Charms Collection)
** Also affects: neutron-api (Juju Charms Collection)
Importance: Undecided
Status: New
** Also affects: openstack-dashboard (Juju Charms Collection)
Importance: Undecided
Status: New
** Also affects: swift-proxy (Juju Charms Collection)
Importance: Undecided
Status: New
** Also affects: nova-cloud-controller (Juju Charms Collection)
Importance: Undecided
Status: New
** Summary changed:
- trusty-backports no longer needed for ipv6 as of liberty
+ trusty-backports haproxy no longer needed for ipv6 as of liberty
** Changed in: cinder (Juju Charms Collection)
Milestone: None => 15.10
** Changed in: glance (Juju Charms Collection)
Milestone: None => 15.10
** Changed in: neutron-api (Juju Charms Collection)
Milestone: None => 15.10
** Changed in: nova-cloud-controller (Juju Charms Collection)
Milestone: None => 15.10
** Changed in: openstack-dashboard (Juju Charms Collection)
Milestone: None => 15.10
** Changed in: swift-proxy (Juju Charms Collection)
Milestone: None => 15.10
** Changed in: cinder (Juju Charms Collection)
Importance: Undecided => Medium
** Changed in: glance (Juju Charms Collection)
Importance: Undecided => Medium
** Changed in: neutron-api (Juju Charms Collection)
Importance: Undecided => Medium
** Changed in: nova-cloud-controller (Juju Charms Collection)
Importance: Undecided => Medium
** Changed in: openstack-dashboard (Juju Charms Collection)
Importance: Undecided => Medium
** Changed in: swift-proxy (Juju Charms Collection)
Importance: Undecided => Medium
--
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/1499435
Title:
trusty-backports haproxy no longer needed for ipv6 as of liberty
Status in cinder package in Juju Charms Collection:
New
Status in glance package in Juju Charms Collection:
New
Status in keystone package in Juju Charms Collection:
New
Status in neutron-api package in Juju Charms Collection:
New
Status in nova-cloud-controller package in Juju Charms Collection:
New
Status in openstack-dashboard package in Juju Charms Collection:
New
Status in swift-proxy package in Juju Charms Collection:
New
Bug description:
As of the Openstack Libery release, the Ubuntu Cloud Archive will
carry haproxy (starting with 1.5.*) so we will no longer need to
install haproxy from trusty-backports i.e. each charm currently has:
# NOTE(xianghui): Need to install haproxy(1.5.3) from trusty-backports
# to support ipv6 address, so check is required to make sure not
# breaking other versions, IPv6 only support for >= Trusty
if ubuntu_rel == 'trusty':
add_source('deb http://archive.ubuntu.com/ubuntu trusty-backports'
' main')
apt_update()
apt_install('haproxy/trusty-backports', fatal=True)
To manage notifications about this bug go to:
https://bugs.launchpad.net/charms/+source/cinder/+bug/1499435/+subscriptions
More information about the Ubuntu-openstack-bugs
mailing list