ipv6 enabled charms don't understand mngtmpaddr flag

Bug #1581598 reported by Edward Hope-Morley
10
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Charm Helpers
Fix Released
High
Edward Hope-Morley
ceilometer (Juju Charms Collection)
Fix Released
High
Edward Hope-Morley
ceph (Juju Charms Collection)
Fix Released
High
Edward Hope-Morley
ceph-mon (Juju Charms Collection)
Fix Released
High
Unassigned
ceph-osd (Juju Charms Collection)
Fix Released
High
Edward Hope-Morley
ceph-radosgw (Juju Charms Collection)
Fix Released
High
Edward Hope-Morley
cinder (Juju Charms Collection)
Fix Released
High
Edward Hope-Morley
glance (Juju Charms Collection)
Fix Released
High
Edward Hope-Morley
hacluster (Juju Charms Collection)
Fix Released
High
Edward Hope-Morley
heat (Juju Charms Collection)
Fix Released
High
Edward Hope-Morley
keystone (Juju Charms Collection)
Fix Released
High
Edward Hope-Morley
neutron-api (Juju Charms Collection)
Fix Released
High
Edward Hope-Morley
nova-cloud-controller (Juju Charms Collection)
Fix Released
High
Edward Hope-Morley
nova-compute (Juju Charms Collection)
Fix Released
High
Edward Hope-Morley
openstack-dashboard (Juju Charms Collection)
Fix Released
High
Edward Hope-Morley
percona-cluster (Juju Charms Collection)
Fix Released
High
Edward Hope-Morley
rabbitmq-server (Juju Charms Collection)
Fix Released
High
Edward Hope-Morley
swift-proxy (Juju Charms Collection)
Fix Released
High
Edward Hope-Morley
swift-storage (Juju Charms Collection)
Fix Released
High
Edward Hope-Morley

Bug Description

In Xenial if you are have an ipv6 address that was created following an RA receive it may have the "mngtmpaddr" and/or "noprefixroute" flag set e.g.

2: ens3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
    link/ether fa:16:3e:e2:e2:56 brd ff:ff:ff:ff:ff:ff
    inet 10.5.32.212/16 brd 10.5.255.255 scope global ens3
       valid_lft forever preferred_lft forever
    inet6 2001:db8:0:1:f816:3eff:fee2:e256/64 scope global mngtmpaddr dynamic
       valid_lft 86397sec preferred_lft 14397sec
    inet6 fe80::f816:3eff:fee2:e256/64 scope link
       valid_lft forever preferred_lft forever

The charms do not currently parse this properly when validating ipv6 addresses which causes xenial ipv6 deployments to fail.

Looks like this has actually been around since Utopic timeframe - more info here - http://lists.openwall.net/netdev/2013/12/06/138

Related branches

Changed in ceilometer (Juju Charms Collection):
importance: Undecided → High
milestone: none → 16.07
Changed in ceph (Juju Charms Collection):
importance: Undecided → High
milestone: none → 16.07
Changed in ceph-osd (Juju Charms Collection):
importance: Undecided → High
milestone: none → 16.07
Changed in ceph-radosgw (Juju Charms Collection):
importance: Undecided → High
milestone: none → 16.07
Changed in cinder (Juju Charms Collection):
importance: Undecided → High
milestone: none → 16.07
Changed in glance (Juju Charms Collection):
importance: Undecided → High
milestone: none → 16.07
Changed in heat (Juju Charms Collection):
importance: Undecided → High
milestone: none → 16.07
Changed in keystone (Juju Charms Collection):
importance: Undecided → High
milestone: none → 16.07
Changed in neutron-api (Juju Charms Collection):
importance: Undecided → High
milestone: none → 16.07
Changed in nova-cloud-controller (Juju Charms Collection):
importance: Undecided → High
milestone: none → 16.07
Changed in nova-compute (Juju Charms Collection):
importance: Undecided → High
milestone: none → 16.07
Changed in openstack-dashboard (Juju Charms Collection):
importance: Undecided → High
milestone: none → 16.07
Changed in percona-cluster (Juju Charms Collection):
importance: Undecided → High
milestone: none → 16.07
Changed in rabbitmq-server (Juju Charms Collection):
importance: Undecided → High
milestone: none → 16.07
Changed in swift-proxy (Juju Charms Collection):
importance: Undecided → High
milestone: none → 16.07
Changed in swift-storage (Juju Charms Collection):
importance: Undecided → High
milestone: none → 16.07
Changed in charm-helpers:
assignee: nobody → Edward Hope-Morley (hopem)
importance: Undecided → High
status: New → In Progress
tags: added: ipv6 openstack sts
Changed in ceilometer (Juju Charms Collection):
assignee: nobody → Edward Hope-Morley (hopem)
Changed in ceph (Juju Charms Collection):
assignee: nobody → Edward Hope-Morley (hopem)
Changed in ceph-osd (Juju Charms Collection):
assignee: nobody → Edward Hope-Morley (hopem)
Changed in ceph-radosgw (Juju Charms Collection):
assignee: nobody → Edward Hope-Morley (hopem)
Changed in cinder (Juju Charms Collection):
assignee: nobody → Edward Hope-Morley (hopem)
Changed in glance (Juju Charms Collection):
assignee: nobody → Edward Hope-Morley (hopem)
Changed in heat (Juju Charms Collection):
assignee: nobody → Edward Hope-Morley (hopem)
Changed in keystone (Juju Charms Collection):
assignee: nobody → Edward Hope-Morley (hopem)
Changed in neutron-api (Juju Charms Collection):
assignee: nobody → Edward Hope-Morley (hopem)
Changed in nova-cloud-controller (Juju Charms Collection):
assignee: nobody → Edward Hope-Morley (hopem)
Changed in nova-compute (Juju Charms Collection):
assignee: nobody → Edward Hope-Morley (hopem)
Changed in openstack-dashboard (Juju Charms Collection):
assignee: nobody → Edward Hope-Morley (hopem)
Changed in percona-cluster (Juju Charms Collection):
assignee: nobody → Edward Hope-Morley (hopem)
Changed in rabbitmq-server (Juju Charms Collection):
assignee: nobody → Edward Hope-Morley (hopem)
Changed in swift-proxy (Juju Charms Collection):
assignee: nobody → Edward Hope-Morley (hopem)
Changed in swift-storage (Juju Charms Collection):
assignee: nobody → Edward Hope-Morley (hopem)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to charm-keystone (master)

Fix proposed to branch: master
Review: https://review.openstack.org/316221

Changed in keystone (Juju Charms Collection):
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to charm-ceilometer (master)

Fix proposed to branch: master
Review: https://review.openstack.org/316832

Changed in ceilometer (Juju Charms Collection):
status: New → In Progress
Changed in ceph (Juju Charms Collection):
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to charm-ceph (master)

Fix proposed to branch: master
Review: https://review.openstack.org/316833

Changed in ceph-osd (Juju Charms Collection):
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to charm-ceph-osd (master)

Fix proposed to branch: master
Review: https://review.openstack.org/316835

Changed in cinder (Juju Charms Collection):
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to charm-cinder (master)

Fix proposed to branch: master
Review: https://review.openstack.org/316836

Changed in glance (Juju Charms Collection):
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to charm-glance (master)

Fix proposed to branch: master
Review: https://review.openstack.org/316837

Changed in heat (Juju Charms Collection):
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to charm-heat (master)

Fix proposed to branch: master
Review: https://review.openstack.org/316838

Changed in neutron-api (Juju Charms Collection):
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to charm-neutron-api (master)

Fix proposed to branch: master
Review: https://review.openstack.org/316839

Changed in nova-cloud-controller (Juju Charms Collection):
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to charm-nova-cloud-controller (master)

Fix proposed to branch: master
Review: https://review.openstack.org/316840

Changed in nova-compute (Juju Charms Collection):
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to charm-nova-compute (master)

Fix proposed to branch: master
Review: https://review.openstack.org/316841

Changed in openstack-dashboard (Juju Charms Collection):
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to charm-openstack-dashboard (master)

Fix proposed to branch: master
Review: https://review.openstack.org/316842

Changed in percona-cluster (Juju Charms Collection):
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to charm-percona-cluster (master)

Fix proposed to branch: master
Review: https://review.openstack.org/316843

Changed in rabbitmq-server (Juju Charms Collection):
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to charm-rabbitmq-server (master)

Fix proposed to branch: master
Review: https://review.openstack.org/316844

Changed in swift-proxy (Juju Charms Collection):
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to charm-swift-proxy (master)

Fix proposed to branch: master
Review: https://review.openstack.org/316845

Changed in swift-storage (Juju Charms Collection):
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to charm-swift-storage (master)

Fix proposed to branch: master
Review: https://review.openstack.org/316846

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on charm-rabbitmq-server (master)

Change abandoned by Edward Hope-Morley (<email address hidden>) on branch: master
Review: https://review.openstack.org/316844
Reason: deferring sync

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on charm-swift-storage (master)

Change abandoned by Edward Hope-Morley (<email address hidden>) on branch: master
Review: https://review.openstack.org/316846
Reason: deferring sync

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on charm-keystone (master)

Change abandoned by Edward Hope-Morley (<email address hidden>) on branch: master
Review: https://review.openstack.org/316221
Reason: deferring sync

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on charm-percona-cluster (master)

Change abandoned by Edward Hope-Morley (<email address hidden>) on branch: master
Review: https://review.openstack.org/316843
Reason: deferring sync

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on charm-swift-proxy (master)

Change abandoned by Edward Hope-Morley (<email address hidden>) on branch: master
Review: https://review.openstack.org/316845
Reason: deferring sync

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on charm-nova-cloud-controller (master)

Change abandoned by Edward Hope-Morley (<email address hidden>) on branch: master
Review: https://review.openstack.org/316840
Reason: deferring sync

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on charm-neutron-api (master)

Change abandoned by Edward Hope-Morley (<email address hidden>) on branch: master
Review: https://review.openstack.org/316839
Reason: deferring sync

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on charm-heat (master)

Change abandoned by Edward Hope-Morley (<email address hidden>) on branch: master
Review: https://review.openstack.org/316838
Reason: deferring sync

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on charm-glance (master)

Change abandoned by Edward Hope-Morley (<email address hidden>) on branch: master
Review: https://review.openstack.org/316837
Reason: deferring sync

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on charm-cinder (master)

Change abandoned by Edward Hope-Morley (<email address hidden>) on branch: master
Review: https://review.openstack.org/316836
Reason: deferring sync

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on charm-ceph-mon (master)

Change abandoned by Edward Hope-Morley (<email address hidden>) on branch: master
Review: https://review.openstack.org/316834
Reason: deferring sync

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on charm-ceph-osd (master)

Change abandoned by Edward Hope-Morley (<email address hidden>) on branch: master
Review: https://review.openstack.org/316835
Reason: deferring sync

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on charm-ceilometer (master)

Change abandoned by Edward Hope-Morley (<email address hidden>) on branch: master
Review: https://review.openstack.org/316832
Reason: deferring sync

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on charm-ceph (master)

Change abandoned by Edward Hope-Morley (<email address hidden>) on branch: master
Review: https://review.openstack.org/316833
Reason: deferring sync

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on charm-openstack-dashboard (master)

Change abandoned by Edward Hope-Morley (<email address hidden>) on branch: master
Review: https://review.openstack.org/316842
Reason: deferring sync

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on charm-nova-compute (master)

Change abandoned by Edward Hope-Morley (<email address hidden>) on branch: master
Review: https://review.openstack.org/316841
Reason: deferring sync

Revision history for this message
Edward Hope-Morley (hopem) wrote :

charm-helpers patch will be synced in to charms as part or fix for bug 1581171

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-nova-cloud-controller (master)

Reviewed: https://review.openstack.org/318071
Committed: https://git.openstack.org/cgit/openstack/charm-nova-cloud-controller/commit/?id=30c60318e530bdaa22a7be29e4e62a427690f9c4
Submitter: Jenkins
Branch: master

commit 30c60318e530bdaa22a7be29e4e62a427690f9c4
Author: James Page <email address hidden>
Date: Wed May 18 14:09:18 2016 +0100

    Resync charm-helpers

    Avoid use of 'service --status-all' which is currently
    broken on trusty for upstart managed daemons; the change
    moves to detecting how the daemon is managed, and then
    using upstart status XXX or the return code of service XXX
    status to determine whether a process is running.

    Fixes for IPv6 network address detection under Ubuntu
    16.04 which changes the output format of the ip commands
    slightly.

    Update the version map to include 8.1.x as a Neutron
    version for Mitaka.

    Change-Id: I529f4ac54ee1a56e61e61f35e2bc52353f6874f3
    Closes-Bug: 1581171
    Closes-Bug: 1581598
    Closes-Bug: 1580674

Changed in nova-cloud-controller (Juju Charms Collection):
status: In Progress → Fix Committed
Changed in percona-cluster (Juju Charms Collection):
status: In Progress → Fix Committed
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-percona-cluster (master)

Reviewed: https://review.openstack.org/318075
Committed: https://git.openstack.org/cgit/openstack/charm-percona-cluster/commit/?id=3ce2fa3e40f74c530fefe392772b604cec8f13e1
Submitter: Jenkins
Branch: master

commit 3ce2fa3e40f74c530fefe392772b604cec8f13e1
Author: James Page <email address hidden>
Date: Wed May 18 14:12:22 2016 +0100

    Resync charm-helpers

    Avoid use of 'service --status-all' which is currently
    broken on trusty for upstart managed daemons; the change
    moves to detecting how the daemon is managed, and then
    using upstart status XXX or the return code of service XXX
    status to determine whether a process is running.

    Fixes for IPv6 network address detection under Ubuntu
    16.04 which changes the output format of the ip commands
    slightly.

    Update the version map to include 8.1.x as a Neutron
    version for Mitaka.

    Change-Id: I52f4bd2116986155b91b88e5f8bd73c7344c6088
    Closes-Bug: 1581171
    Closes-Bug: 1581598
    Closes-Bug: 1580674

Changed in rabbitmq-server (Juju Charms Collection):
status: In Progress → Fix Committed
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-rabbitmq-server (master)

Reviewed: https://review.openstack.org/318076
Committed: https://git.openstack.org/cgit/openstack/charm-rabbitmq-server/commit/?id=d706edf0134fea98657bc149494cf37baaae3af9
Submitter: Jenkins
Branch: master

commit d706edf0134fea98657bc149494cf37baaae3af9
Author: James Page <email address hidden>
Date: Wed May 18 14:12:51 2016 +0100

    Resync charm-helpers

    Avoid use of 'service --status-all' which is currently
    broken on trusty for upstart managed daemons; the change
    moves to detecting how the daemon is managed, and then
    using upstart status XXX or the return code of service XXX
    status to determine whether a process is running.

    Fixes for IPv6 network address detection under Ubuntu
    16.04 which changes the output format of the ip commands
    slightly.

    Update the version map to include 8.1.x as a Neutron
    version for Mitaka.

    Change-Id: I947e783052fc77c70c0ffec2e0159a20a92215cc
    Closes-Bug: 1581171
    Closes-Bug: 1581598
    Closes-Bug: 1580674

Changed in neutron-api (Juju Charms Collection):
status: In Progress → Fix Committed
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-neutron-api (master)

Reviewed: https://review.openstack.org/318067
Committed: https://git.openstack.org/cgit/openstack/charm-neutron-api/commit/?id=1f044382c1c60372fcd669d5ebe1dc8a372ccc8c
Submitter: Jenkins
Branch: master

commit 1f044382c1c60372fcd669d5ebe1dc8a372ccc8c
Author: James Page <email address hidden>
Date: Wed May 18 14:07:13 2016 +0100

    Resync charm-helpers

    Avoid use of 'service --status-all' which is currently
    broken on trusty for upstart managed daemons; the change
    moves to detecting how the daemon is managed, and then
    using upstart status XXX or the return code of service XXX
    status to determine whether a process is running.

    Fixes for IPv6 network address detection under Ubuntu
    16.04 which changes the output format of the ip commands
    slightly.

    Update the version map to include 8.1.x as a Neutron
    version for Mitaka.

    Change-Id: Ie6ce8ecbf576c497e37698e8f175deda351a831e
    Closes-Bug: 1581171
    Closes-Bug: 1581598
    Closes-Bug: 1580674

Changed in nova-compute (Juju Charms Collection):
status: In Progress → Fix Committed
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-nova-compute (master)

Reviewed: https://review.openstack.org/318072
Committed: https://git.openstack.org/cgit/openstack/charm-nova-compute/commit/?id=a5f8c755fe3524023bd5384c9e0ffc6b64dcbeb3
Submitter: Jenkins
Branch: master

commit a5f8c755fe3524023bd5384c9e0ffc6b64dcbeb3
Author: James Page <email address hidden>
Date: Wed May 18 14:09:48 2016 +0100

    Resync charm-helpers

    Avoid use of 'service --status-all' which is currently
    broken on trusty for upstart managed daemons; the change
    moves to detecting how the daemon is managed, and then
    using upstart status XXX or the return code of service XXX
    status to determine whether a process is running.

    Fixes for IPv6 network address detection under Ubuntu
    16.04 which changes the output format of the ip commands
    slightly.

    Update the version map to include 8.1.x as a Neutron
    version for Mitaka.

    Change-Id: Ia1e9fd2bf982a53b9e2a59e7c148cf17b5c89d15
    Closes-Bug: 1581171
    Closes-Bug: 1581598
    Closes-Bug: 1580674

Changed in openstack-dashboard (Juju Charms Collection):
status: In Progress → Fix Committed
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-openstack-dashboard (master)

Reviewed: https://review.openstack.org/318074
Committed: https://git.openstack.org/cgit/openstack/charm-openstack-dashboard/commit/?id=70a9b81840179a2ad7d033c40c9c1c03ea68d3fd
Submitter: Jenkins
Branch: master

commit 70a9b81840179a2ad7d033c40c9c1c03ea68d3fd
Author: James Page <email address hidden>
Date: Wed May 18 14:11:04 2016 +0100

    Resync charm-helpers

    Avoid use of 'service --status-all' which is currently
    broken on trusty for upstart managed daemons; the change
    moves to detecting how the daemon is managed, and then
    using upstart status XXX or the return code of service XXX
    status to determine whether a process is running.

    Fixes for IPv6 network address detection under Ubuntu
    16.04 which changes the output format of the ip commands
    slightly.

    Update the version map to include 8.1.x as a Neutron
    version for Mitaka.

    Change-Id: I1deb23d0cdea7c9564e9ea3ceb501690af73c9af
    Closes-Bug: 1581171
    Closes-Bug: 1581598
    Closes-Bug: 1580674

Changed in swift-proxy (Juju Charms Collection):
status: In Progress → Fix Committed
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-swift-proxy (master)

Reviewed: https://review.openstack.org/318077
Committed: https://git.openstack.org/cgit/openstack/charm-swift-proxy/commit/?id=01438186b86e9f7a6c3e63d5c7d2ae8e0b1eb43b
Submitter: Jenkins
Branch: master

commit 01438186b86e9f7a6c3e63d5c7d2ae8e0b1eb43b
Author: James Page <email address hidden>
Date: Wed May 18 14:13:22 2016 +0100

    Resync charm-helpers

    Avoid use of 'service --status-all' which is currently
    broken on trusty for upstart managed daemons; the change
    moves to detecting how the daemon is managed, and then
    using upstart status XXX or the return code of service XXX
    status to determine whether a process is running.

    Fixes for IPv6 network address detection under Ubuntu
    16.04 which changes the output format of the ip commands
    slightly.

    Update the version map to include 8.1.x as a Neutron
    version for Mitaka.

    Change-Id: I2a0282f56d89b7a38e47230da26bfc064988eda8
    Closes-Bug: 1581171
    Closes-Bug: 1581598
    Closes-Bug: 1580674

Changed in swift-storage (Juju Charms Collection):
status: In Progress → Fix Committed
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-swift-storage (master)

Reviewed: https://review.openstack.org/318078
Committed: https://git.openstack.org/cgit/openstack/charm-swift-storage/commit/?id=d642f1e0133ab04cf8a1165bf0e0720dfe28f249
Submitter: Jenkins
Branch: master

commit d642f1e0133ab04cf8a1165bf0e0720dfe28f249
Author: James Page <email address hidden>
Date: Wed May 18 14:13:51 2016 +0100

    Resync charm-helpers

    Avoid use of 'service --status-all' which is currently
    broken on trusty for upstart managed daemons; the change
    moves to detecting how the daemon is managed, and then
    using upstart status XXX or the return code of service XXX
    status to determine whether a process is running.

    Fixes for IPv6 network address detection under Ubuntu
    16.04 which changes the output format of the ip commands
    slightly.

    Update the version map to include 8.1.x as a Neutron
    version for Mitaka.

    Change-Id: I0b68a2c4c03cb9d9113f23df8af50e09b0628348
    Closes-Bug: 1581171
    Closes-Bug: 1581598
    Closes-Bug: 1580674

Changed in ceilometer (Juju Charms Collection):
status: In Progress → Fix Committed
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-ceilometer (master)

Reviewed: https://review.openstack.org/318054
Committed: https://git.openstack.org/cgit/openstack/charm-ceilometer/commit/?id=deaf758cba8b346fb440e21e2a910a944447d450
Submitter: Jenkins
Branch: master

commit deaf758cba8b346fb440e21e2a910a944447d450
Author: James Page <email address hidden>
Date: Wed May 18 14:00:02 2016 +0100

    Resync charm-helpers

    Avoid use of 'service --status-all' which is currently
    broken on trusty for upstart managed daemons; the change
    moves to detecting how the daemon is managed, and then
    using upstart status XXX or the return code of service XXX
    status to determine whether a process is running.

    Fixes for IPv6 network address detection under Ubuntu
    16.04 which changes the output format of the ip commands
    slightly.

    Update the version map to include 8.1.x as a Neutron
    version for Mitaka.

    Change-Id: Ied1707170d7cfed6beaed9435bd0edd446ef06a2
    Closes-Bug: 1581171
    Closes-Bug: 1581598
    Closes-Bug: 1580674

Changed in ceph (Juju Charms Collection):
status: In Progress → Fix Committed
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-ceph (master)

Reviewed: https://review.openstack.org/318056
Committed: https://git.openstack.org/cgit/openstack/charm-ceph/commit/?id=9cea78977a7da86348aceb80fd35443f0ff75436
Submitter: Jenkins
Branch: master

commit 9cea78977a7da86348aceb80fd35443f0ff75436
Author: James Page <email address hidden>
Date: Wed May 18 14:01:36 2016 +0100

    Resync charm-helpers

    Avoid use of 'service --status-all' which is currently
    broken on trusty for upstart managed daemons; the change
    moves to detecting how the daemon is managed, and then
    using upstart status XXX or the return code of service XXX
    status to determine whether a process is running.

    Fixes for IPv6 network address detection under Ubuntu
    16.04 which changes the output format of the ip commands
    slightly.

    Update the version map to include 8.1.x as a Neutron
    version for Mitaka.

    Change-Id: I043f45ec309d4c198a9535e1c6b540a083352cc0
    Closes-Bug: 1581171
    Closes-Bug: 1581598
    Closes-Bug: 1580674

Changed in ceph-osd (Juju Charms Collection):
status: In Progress → Fix Committed
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-ceph-osd (master)

Reviewed: https://review.openstack.org/318058
Committed: https://git.openstack.org/cgit/openstack/charm-ceph-osd/commit/?id=fabc06772ea002b5af49d44f84f94595b3660349
Submitter: Jenkins
Branch: master

commit fabc06772ea002b5af49d44f84f94595b3660349
Author: James Page <email address hidden>
Date: Wed May 18 14:02:36 2016 +0100

    Resync charm-helpers

    Avoid use of 'service --status-all' which is currently
    broken on trusty for upstart managed daemons; the change
    moves to detecting how the daemon is managed, and then
    using upstart status XXX or the return code of service XXX
    status to determine whether a process is running.

    Fixes for IPv6 network address detection under Ubuntu
    16.04 which changes the output format of the ip commands
    slightly.

    Update the version map to include 8.1.x as a Neutron
    version for Mitaka.

    Change-Id: I8aa5c59441362100ff48be0181f4cfdb98f2e6d7
    Closes-Bug: 1581171
    Closes-Bug: 1581598
    Closes-Bug: 1580674

Changed in ceph-radosgw (Juju Charms Collection):
status: New → Fix Committed
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-ceph-radosgw (master)

Reviewed: https://review.openstack.org/318059
Committed: https://git.openstack.org/cgit/openstack/charm-ceph-radosgw/commit/?id=b9d5f21944b66f7a5edb66487ac7ad1b0453b365
Submitter: Jenkins
Branch: master

commit b9d5f21944b66f7a5edb66487ac7ad1b0453b365
Author: James Page <email address hidden>
Date: Wed May 18 14:03:04 2016 +0100

    Resync charm-helpers

    Avoid use of 'service --status-all' which is currently
    broken on trusty for upstart managed daemons; the change
    moves to detecting how the daemon is managed, and then
    using upstart status XXX or the return code of service XXX
    status to determine whether a process is running.

    Fixes for IPv6 network address detection under Ubuntu
    16.04 which changes the output format of the ip commands
    slightly.

    Update the version map to include 8.1.x as a Neutron
    version for Mitaka.

    Change-Id: I8fd67b8c4d1a44af2dff8b26d7a8ccc40dd3e409
    Closes-Bug: 1581171
    Closes-Bug: 1581598
    Closes-Bug: 1580674

Changed in cinder (Juju Charms Collection):
status: In Progress → Fix Committed
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-cinder (master)

Reviewed: https://review.openstack.org/318060
Committed: https://git.openstack.org/cgit/openstack/charm-cinder/commit/?id=d9a6cb7606137fed36bff97c2eb21a569bb869fd
Submitter: Jenkins
Branch: master

commit d9a6cb7606137fed36bff97c2eb21a569bb869fd
Author: James Page <email address hidden>
Date: Wed May 18 14:03:33 2016 +0100

    Resync charm-helpers

    Avoid use of 'service --status-all' which is currently
    broken on trusty for upstart managed daemons; the change
    moves to detecting how the daemon is managed, and then
    using upstart status XXX or the return code of service XXX
    status to determine whether a process is running.

    Fixes for IPv6 network address detection under Ubuntu
    16.04 which changes the output format of the ip commands
    slightly.

    Update the version map to include 8.1.x as a Neutron
    version for Mitaka.

    Change-Id: Ic565bf17f13315c9511636c7ee9ede560c37e91f
    Closes-Bug: 1581171
    Closes-Bug: 1581598
    Closes-Bug: 1580674

Changed in glance (Juju Charms Collection):
status: In Progress → Fix Committed
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-glance (master)

Reviewed: https://review.openstack.org/318063
Committed: https://git.openstack.org/cgit/openstack/charm-glance/commit/?id=f9167bafc7dd81541d5dd5ea02b075b85f9b7319
Submitter: Jenkins
Branch: master

commit f9167bafc7dd81541d5dd5ea02b075b85f9b7319
Author: James Page <email address hidden>
Date: Wed May 18 14:05:02 2016 +0100

    Resync charm-helpers

    Avoid use of 'service --status-all' which is currently
    broken on trusty for upstart managed daemons; the change
    moves to detecting how the daemon is managed, and then
    using upstart status XXX or the return code of service XXX
    status to determine whether a process is running.

    Fixes for IPv6 network address detection under Ubuntu
    16.04 which changes the output format of the ip commands
    slightly.

    Update the version map to include 8.1.x as a Neutron
    version for Mitaka.

    Change-Id: I2b6ade54c8955247d29f7a45a0a8b71a66a672a5
    Closes-Bug: 1581171
    Closes-Bug: 1581598
    Closes-Bug: 1580674

Changed in heat (Juju Charms Collection):
status: In Progress → Fix Committed
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-heat (master)

Reviewed: https://review.openstack.org/318064
Committed: https://git.openstack.org/cgit/openstack/charm-heat/commit/?id=fb95a24b959f4853db43b9768c8ac0fc851224b1
Submitter: Jenkins
Branch: master

commit fb95a24b959f4853db43b9768c8ac0fc851224b1
Author: James Page <email address hidden>
Date: Wed May 18 14:05:38 2016 +0100

    Resync charm-helpers

    Avoid use of 'service --status-all' which is currently
    broken on trusty for upstart managed daemons; the change
    moves to detecting how the daemon is managed, and then
    using upstart status XXX or the return code of service XXX
    status to determine whether a process is running.

    Fixes for IPv6 network address detection under Ubuntu
    16.04 which changes the output format of the ip commands
    slightly.

    Update the version map to include 8.1.x as a Neutron
    version for Mitaka.

    Change-Id: I6975d9f0a8d88184dff949f6d3e0f78b8e80bc64
    Closes-Bug: 1581171
    Closes-Bug: 1581598
    Closes-Bug: 1580674

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to charm-ceph (stable/16.04)

Fix proposed to branch: stable/16.04
Review: https://review.openstack.org/318219

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to charm-ceph-mon (stable/16.04)

Fix proposed to branch: stable/16.04
Review: https://review.openstack.org/318220

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to charm-ceph-osd (stable/16.04)

Fix proposed to branch: stable/16.04
Review: https://review.openstack.org/318221

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to charm-glance (stable/16.04)

Fix proposed to branch: stable/16.04
Review: https://review.openstack.org/318224

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to charm-keystone (stable/16.04)

Fix proposed to branch: stable/16.04
Review: https://review.openstack.org/318225

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to charm-nova-cloud-controller (stable/16.04)

Fix proposed to branch: stable/16.04
Review: https://review.openstack.org/318229

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to charm-nova-compute (stable/16.04)

Fix proposed to branch: stable/16.04
Review: https://review.openstack.org/318230

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to charm-openstack-dashboard (stable/16.04)

Fix proposed to branch: stable/16.04
Review: https://review.openstack.org/318232

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to charm-rabbitmq-server (stable/16.04)

Fix proposed to branch: stable/16.04
Review: https://review.openstack.org/318233

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to charm-swift-proxy (stable/16.04)

Fix proposed to branch: stable/16.04
Review: https://review.openstack.org/318234

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to charm-swift-storage (stable/16.04)

Fix proposed to branch: stable/16.04
Review: https://review.openstack.org/318235

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to charm-ceilometer (stable/16.04)

Fix proposed to branch: stable/16.04
Review: https://review.openstack.org/318238

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to charm-cinder (stable/16.04)

Fix proposed to branch: stable/16.04
Review: https://review.openstack.org/318239

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to charm-neutron-api (stable/16.04)

Fix proposed to branch: stable/16.04
Review: https://review.openstack.org/318241

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to charm-percona-cluster (stable/16.04)

Fix proposed to branch: stable/16.04
Review: https://review.openstack.org/318244

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to charm-heat (stable/16.04)

Fix proposed to branch: stable/16.04
Review: https://review.openstack.org/318247

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-ceph-mon (master)

Reviewed: https://review.openstack.org/318057
Committed: https://git.openstack.org/cgit/openstack/charm-ceph-mon/commit/?id=5d1c1bdfb978a276bd8702e7ff7b0fe7e878e935
Submitter: Jenkins
Branch: master

commit 5d1c1bdfb978a276bd8702e7ff7b0fe7e878e935
Author: James Page <email address hidden>
Date: Wed May 18 14:02:05 2016 +0100

    Resync charm-helpers

    Avoid use of 'service --status-all' which is currently
    broken on trusty for upstart managed daemons; the change
    moves to detecting how the daemon is managed, and then
    using upstart status XXX or the return code of service XXX
    status to determine whether a process is running.

    Fixes for IPv6 network address detection under Ubuntu
    16.04 which changes the output format of the ip commands
    slightly.

    Update the version map to include 8.1.x as a Neutron
    version for Mitaka.

    Fixup mocking of apt during load of unit tests and ensure
    that tox does not use any site packages, ensuring that
    test execution is isolated from installed OS

    Change-Id: I0f8d7cb2689f5e4c94390b324850e4e9b6e10eb5
    Closes-Bug: 1581171
    Closes-Bug: 1581598
    Closes-Bug: 1580674

Changed in ceph-mon (Juju Charms Collection):
status: New → Fix Committed
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-ceilometer (stable/16.04)

Reviewed: https://review.openstack.org/318238
Committed: https://git.openstack.org/cgit/openstack/charm-ceilometer/commit/?id=1948e68bdada3cb75799f604a3171d9b18d7e910
Submitter: Jenkins
Branch: stable/16.04

commit 1948e68bdada3cb75799f604a3171d9b18d7e910
Author: James Page <email address hidden>
Date: Wed May 18 17:54:26 2016 +0100

    Resync stable charm-helpers

    Avoid use of 'service --status-all' which is currently
    broken on trusty for upstart managed daemons; the change
    moves to detecting how the daemon is managed, and then
    using upstart status XXX or the return code of service XXX
    status to determine whether a process is running.

    Fixes for IPv6 network address detection under Ubuntu
    16.04 which changes the output format of the ip commands
    slightly.

    Update the version map to include 8.1.x as a Neutron
    version for Mitaka.

    Change-Id: I8a2da5d9c8c03b43f7782bc5f6513950d61c74b1
    Closes-Bug: 1581171
    Closes-Bug: 1581598
    Closes-Bug: 1580674

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-neutron-api (stable/16.04)

Reviewed: https://review.openstack.org/318241
Committed: https://git.openstack.org/cgit/openstack/charm-neutron-api/commit/?id=16c7e1a6a1a6a10127aea40d0422a26152e9a4ea
Submitter: Jenkins
Branch: stable/16.04

commit 16c7e1a6a1a6a10127aea40d0422a26152e9a4ea
Author: James Page <email address hidden>
Date: Wed May 18 17:56:54 2016 +0100

    Resync stable charm-helpers

    Avoid use of 'service --status-all' which is currently
    broken on trusty for upstart managed daemons; the change
    moves to detecting how the daemon is managed, and then
    using upstart status XXX or the return code of service XXX
    status to determine whether a process is running.

    Fixes for IPv6 network address detection under Ubuntu
    16.04 which changes the output format of the ip commands
    slightly.

    Update the version map to include 8.1.x as a Neutron
    version for Mitaka.

    Change-Id: I503868545a64cdf056268d15404311b0b5b510ca
    Closes-Bug: 1581171
    Closes-Bug: 1581598
    Closes-Bug: 1580674

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-nova-cloud-controller (stable/16.04)

Reviewed: https://review.openstack.org/318229
Committed: https://git.openstack.org/cgit/openstack/charm-nova-cloud-controller/commit/?id=5d18b130dafeeb0bd7e42c56c42a62e35627537c
Submitter: Jenkins
Branch: stable/16.04

commit 5d18b130dafeeb0bd7e42c56c42a62e35627537c
Author: James Page <email address hidden>
Date: Wed May 18 17:45:57 2016 +0100

    Resync stable charm-helpers

    Avoid use of 'service --status-all' which is currently
    broken on trusty for upstart managed daemons; the change
    moves to detecting how the daemon is managed, and then
    using upstart status XXX or the return code of service XXX
    status to determine whether a process is running.

    Fixes for IPv6 network address detection under Ubuntu
    16.04 which changes the output format of the ip commands
    slightly.

    Update the version map to include 8.1.x as a Neutron
    version for Mitaka.

    Change-Id: Ibc70bc34e95765722903daee3ce64b8eb2b672f3
    Closes-Bug: 1581171
    Closes-Bug: 1581598
    Closes-Bug: 1580674

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-rabbitmq-server (stable/16.04)

Reviewed: https://review.openstack.org/318233
Committed: https://git.openstack.org/cgit/openstack/charm-rabbitmq-server/commit/?id=b6d4717b35fda69e332f6ff35731ad0f9e5c789f
Submitter: Jenkins
Branch: stable/16.04

commit b6d4717b35fda69e332f6ff35731ad0f9e5c789f
Author: James Page <email address hidden>
Date: Wed May 18 17:48:29 2016 +0100

    Resync stable charm-helpers

    Avoid use of 'service --status-all' which is currently
    broken on trusty for upstart managed daemons; the change
    moves to detecting how the daemon is managed, and then
    using upstart status XXX or the return code of service XXX
    status to determine whether a process is running.

    Fixes for IPv6 network address detection under Ubuntu
    16.04 which changes the output format of the ip commands
    slightly.

    Update the version map to include 8.1.x as a Neutron
    version for Mitaka.

    Change-Id: I0c98712ef53ce5e3c52f85c9a6c1fff5b248b6a4
    Closes-Bug: 1581171
    Closes-Bug: 1581598
    Closes-Bug: 1580674

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-cinder (stable/16.04)

Reviewed: https://review.openstack.org/318239
Committed: https://git.openstack.org/cgit/openstack/charm-cinder/commit/?id=442a5adcdeec840a2ff01d147fa8dc6990d47c65
Submitter: Jenkins
Branch: stable/16.04

commit 442a5adcdeec840a2ff01d147fa8dc6990d47c65
Author: James Page <email address hidden>
Date: Wed May 18 17:56:11 2016 +0100

    Resync stable charm-helpers

    Avoid use of 'service --status-all' which is currently
    broken on trusty for upstart managed daemons; the change
    moves to detecting how the daemon is managed, and then
    using upstart status XXX or the return code of service XXX
    status to determine whether a process is running.

    Fixes for IPv6 network address detection under Ubuntu
    16.04 which changes the output format of the ip commands
    slightly.

    Update the version map to include 8.1.x as a Neutron
    version for Mitaka.

    Change-Id: I08e0dcebaf7019625fa8b48e27981b999cc04709
    Closes-Bug: 1581171
    Closes-Bug: 1581598
    Closes-Bug: 1580674

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-glance (stable/16.04)

Reviewed: https://review.openstack.org/318224
Committed: https://git.openstack.org/cgit/openstack/charm-glance/commit/?id=6956376e65095b00346a5829e8652df73b0cbc58
Submitter: Jenkins
Branch: stable/16.04

commit 6956376e65095b00346a5829e8652df73b0cbc58
Author: James Page <email address hidden>
Date: Wed May 18 17:43:51 2016 +0100

    Resync stable charm-helpers

    Avoid use of 'service --status-all' which is currently
    broken on trusty for upstart managed daemons; the change
    moves to detecting how the daemon is managed, and then
    using upstart status XXX or the return code of service XXX
    status to determine whether a process is running.

    Fixes for IPv6 network address detection under Ubuntu
    16.04 which changes the output format of the ip commands
    slightly.

    Update the version map to include 8.1.x as a Neutron
    version for Mitaka.

    Change-Id: Ia7c03c9f38468326718f21db0aed9ad157ae1bed
    Closes-Bug: 1581171
    Closes-Bug: 1581598
    Closes-Bug: 1580674

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-heat (stable/16.04)

Reviewed: https://review.openstack.org/318247
Committed: https://git.openstack.org/cgit/openstack/charm-heat/commit/?id=ddff94b8a544651fe56bc6f0c9068f65b55f1e42
Submitter: Jenkins
Branch: stable/16.04

commit ddff94b8a544651fe56bc6f0c9068f65b55f1e42
Author: James Page <email address hidden>
Date: Wed May 18 18:08:46 2016 +0100

    Resync stable charm-helpers

    Avoid use of 'service --status-all' which is currently
    broken on trusty for upstart managed daemons; the change
    moves to detecting how the daemon is managed, and then
    using upstart status XXX or the return code of service XXX
    status to determine whether a process is running.

    Fixes for IPv6 network address detection under Ubuntu
    16.04 which changes the output format of the ip commands
    slightly.

    Update the version map to include 8.1.x as a Neutron
    version for Mitaka.

    Change-Id: I00d419fa7cf092d83d0fe95ca98526ba6656a92a
    Closes-Bug: 1581171
    Closes-Bug: 1581598
    Closes-Bug: 1580674

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-percona-cluster (stable/16.04)

Reviewed: https://review.openstack.org/318244
Committed: https://git.openstack.org/cgit/openstack/charm-percona-cluster/commit/?id=c4dae78eb5df8081a4be8bb21bfd669c1b614cc6
Submitter: Jenkins
Branch: stable/16.04

commit c4dae78eb5df8081a4be8bb21bfd669c1b614cc6
Author: James Page <email address hidden>
Date: Wed May 18 18:05:50 2016 +0100

    Resync stable charm-helpers

    Avoid use of 'service --status-all' which is currently
    broken on trusty for upstart managed daemons; the change
    moves to detecting how the daemon is managed, and then
    using upstart status XXX or the return code of service XXX
    status to determine whether a process is running.

    Fixes for IPv6 network address detection under Ubuntu
    16.04 which changes the output format of the ip commands
    slightly.

    Update the version map to include 8.1.x as a Neutron
    version for Mitaka.

    Change-Id: Id3fc1745d7af1757e8165ad578b7c1f95e9bf9ea
    Closes-Bug: 1581171
    Closes-Bug: 1581598
    Closes-Bug: 1580674

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-openstack-dashboard (stable/16.04)

Reviewed: https://review.openstack.org/318232
Committed: https://git.openstack.org/cgit/openstack/charm-openstack-dashboard/commit/?id=c2c14761a41b8d40e7f13fcb31493f03d85f34c8
Submitter: Jenkins
Branch: stable/16.04

commit c2c14761a41b8d40e7f13fcb31493f03d85f34c8
Author: James Page <email address hidden>
Date: Wed May 18 17:47:15 2016 +0100

    Resync stable charm-helpers

    Avoid use of 'service --status-all' which is currently
    broken on trusty for upstart managed daemons; the change
    moves to detecting how the daemon is managed, and then
    using upstart status XXX or the return code of service XXX
    status to determine whether a process is running.

    Fixes for IPv6 network address detection under Ubuntu
    16.04 which changes the output format of the ip commands
    slightly.

    Update the version map to include 8.1.x as a Neutron
    version for Mitaka.

    Change-Id: Ia7714fcd5d41e3bbe415995236adc59bc38bd58f
    Closes-Bug: 1581171
    Closes-Bug: 1581598
    Closes-Bug: 1580674

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-ceph (stable/16.04)

Reviewed: https://review.openstack.org/318219
Committed: https://git.openstack.org/cgit/openstack/charm-ceph/commit/?id=d1ce66bd423305cff549b068ba16cbe80dfdffe1
Submitter: Jenkins
Branch: stable/16.04

commit d1ce66bd423305cff549b068ba16cbe80dfdffe1
Author: James Page <email address hidden>
Date: Wed May 18 17:41:21 2016 +0100

    Resync stable charm-helpers

    Avoid use of 'service --status-all' which is currently
    broken on trusty for upstart managed daemons; the change
    moves to detecting how the daemon is managed, and then
    using upstart status XXX or the return code of service XXX
    status to determine whether a process is running.

    Fixes for IPv6 network address detection under Ubuntu
    16.04 which changes the output format of the ip commands
    slightly.

    Update the version map to include 8.1.x as a Neutron
    version for Mitaka.

    Change-Id: I353e53265d6e0f5db31647d1091dcf8b6ba17f39
    Closes-Bug: 1581171
    Closes-Bug: 1581598
    Closes-Bug: 1580674

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-nova-compute (stable/16.04)

Reviewed: https://review.openstack.org/318230
Committed: https://git.openstack.org/cgit/openstack/charm-nova-compute/commit/?id=b6a00e1c9065a193f0b0567a0ee06cf6dedc602c
Submitter: Jenkins
Branch: stable/16.04

commit b6a00e1c9065a193f0b0567a0ee06cf6dedc602c
Author: James Page <email address hidden>
Date: Wed May 18 17:46:24 2016 +0100

    Resync stable charm-helpers

    Avoid use of 'service --status-all' which is currently
    broken on trusty for upstart managed daemons; the change
    moves to detecting how the daemon is managed, and then
    using upstart status XXX or the return code of service XXX
    status to determine whether a process is running.

    Fixes for IPv6 network address detection under Ubuntu
    16.04 which changes the output format of the ip commands
    slightly.

    Update the version map to include 8.1.x as a Neutron
    version for Mitaka.

    Change-Id: I1cb159a85bb5d0f200493229b354548eb56b2350
    Closes-Bug: 1581171
    Closes-Bug: 1581598
    Closes-Bug: 1580674

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-swift-proxy (stable/16.04)

Reviewed: https://review.openstack.org/318234
Committed: https://git.openstack.org/cgit/openstack/charm-swift-proxy/commit/?id=0ee4c62faa84a9b83cda14716a2526dd58893bfa
Submitter: Jenkins
Branch: stable/16.04

commit 0ee4c62faa84a9b83cda14716a2526dd58893bfa
Author: James Page <email address hidden>
Date: Wed May 18 17:48:58 2016 +0100

    Resync stable charm-helpers

    Avoid use of 'service --status-all' which is currently
    broken on trusty for upstart managed daemons; the change
    moves to detecting how the daemon is managed, and then
    using upstart status XXX or the return code of service XXX
    status to determine whether a process is running.

    Fixes for IPv6 network address detection under Ubuntu
    16.04 which changes the output format of the ip commands
    slightly.

    Update the version map to include 8.1.x as a Neutron
    version for Mitaka.

    Change-Id: Ib19edc2874d78328ef23ae58e7cde75e41f1a1b6
    Closes-Bug: 1581171
    Closes-Bug: 1581598
    Closes-Bug: 1580674

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-keystone (stable/16.04)

Reviewed: https://review.openstack.org/318225
Committed: https://git.openstack.org/cgit/openstack/charm-keystone/commit/?id=f7a35ddd9bcea287d5cffa18014e8e42a497f506
Submitter: Jenkins
Branch: stable/16.04

commit f7a35ddd9bcea287d5cffa18014e8e42a497f506
Author: James Page <email address hidden>
Date: Wed May 18 17:44:19 2016 +0100

    Resync stable charm-helpers

    Avoid use of 'service --status-all' which is currently
    broken on trusty for upstart managed daemons; the change
    moves to detecting how the daemon is managed, and then
    using upstart status XXX or the return code of service XXX
    status to determine whether a process is running.

    Fixes for IPv6 network address detection under Ubuntu
    16.04 which changes the output format of the ip commands
    slightly.

    Update the version map to include 8.1.x as a Neutron
    version for Mitaka.

    Change-Id: I5b412a5f75985a5183444e3e8666534cce718563
    Closes-Bug: 1581171
    Closes-Bug: 1581598
    Closes-Bug: 1580674

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-swift-storage (stable/16.04)

Reviewed: https://review.openstack.org/318235
Committed: https://git.openstack.org/cgit/openstack/charm-swift-storage/commit/?id=59c5e4b75bc0cf5557879c75500794c0da52dcb9
Submitter: Jenkins
Branch: stable/16.04

commit 59c5e4b75bc0cf5557879c75500794c0da52dcb9
Author: James Page <email address hidden>
Date: Wed May 18 17:49:31 2016 +0100

    Resync stable charm-helpers

    Avoid use of 'service --status-all' which is currently
    broken on trusty for upstart managed daemons; the change
    moves to detecting how the daemon is managed, and then
    using upstart status XXX or the return code of service XXX
    status to determine whether a process is running.

    Fixes for IPv6 network address detection under Ubuntu
    16.04 which changes the output format of the ip commands
    slightly.

    Update the version map to include 8.1.x as a Neutron
    version for Mitaka.

    Change-Id: I8c272a6ee294b16076d049eeaca6812f4e9f932a
    Closes-Bug: 1581171
    Closes-Bug: 1581598
    Closes-Bug: 1580674

Changed in keystone (Juju Charms Collection):
status: In Progress → Fix Committed
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-keystone (master)

Reviewed: https://review.openstack.org/318065
Committed: https://git.openstack.org/cgit/openstack/charm-keystone/commit/?id=a651e239a612a442fcc3aa882390036bb87cb815
Submitter: Jenkins
Branch: master

commit a651e239a612a442fcc3aa882390036bb87cb815
Author: James Page <email address hidden>
Date: Wed May 18 14:06:12 2016 +0100

    Resync charm-helpers

    Avoid use of 'service --status-all' which is currently
    broken on trusty for upstart managed daemons; the change
    moves to detecting how the daemon is managed, and then
    using upstart status XXX or the return code of service XXX
    status to determine whether a process is running.

    Fixes for IPv6 network address detection under Ubuntu
    16.04 which changes the output format of the ip commands
    slightly.

    Update the version map to include 8.1.x as a Neutron
    version for Mitaka.

    Change-Id: I6c002c7671600bff53785da7bf9a73b4ddd6348b
    Closes-Bug: 1581171
    Closes-Bug: 1581598
    Closes-Bug: 1580674

James Page (james-page)
Changed in charm-helpers:
status: In Progress → Fix Committed
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-ceph-mon (stable/16.04)

Reviewed: https://review.openstack.org/318220
Committed: https://git.openstack.org/cgit/openstack/charm-ceph-mon/commit/?id=6306c694b1c65717d5bb295efa30c79aa2f33b5a
Submitter: Jenkins
Branch: stable/16.04

commit 6306c694b1c65717d5bb295efa30c79aa2f33b5a
Author: James Page <email address hidden>
Date: Wed May 18 17:41:53 2016 +0100

    Resync stable charm-helpers

    Avoid use of 'service --status-all' which is currently
    broken on trusty for upstart managed daemons; the change
    moves to detecting how the daemon is managed, and then
    using upstart status XXX or the return code of service XXX
    status to determine whether a process is running.

    Fixes for IPv6 network address detection under Ubuntu
    16.04 which changes the output format of the ip commands
    slightly.

    Update the version map to include 8.1.x as a Neutron
    version for Mitaka.

    Fixup use of apt during unit tests and ensure that tox
    virtualenvs don't make use of site packages, providing
    better unit test isolation from host OS.

    Change-Id: Ifdab07064db127239a35a16a5c4091759f3574d4
    Closes-Bug: 1581171
    Closes-Bug: 1581598
    Closes-Bug: 1580674

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-ceph-osd (stable/16.04)

Reviewed: https://review.openstack.org/318221
Committed: https://git.openstack.org/cgit/openstack/charm-ceph-osd/commit/?id=0bfbdf8b1b5d5a6769d0f8062154cf9e5c1e3022
Submitter: Jenkins
Branch: stable/16.04

commit 0bfbdf8b1b5d5a6769d0f8062154cf9e5c1e3022
Author: James Page <email address hidden>
Date: Wed May 18 17:42:25 2016 +0100

    Resync stable charm-helpers

    Avoid use of 'service --status-all' which is currently
    broken on trusty for upstart managed daemons; the change
    moves to detecting how the daemon is managed, and then
    using upstart status XXX or the return code of service XXX
    status to determine whether a process is running.

    Fixes for IPv6 network address detection under Ubuntu
    16.04 which changes the output format of the ip commands
    slightly.

    Update the version map to include 8.1.x as a Neutron
    version for Mitaka.

    Change-Id: I51618d881e3618e17a355de94ba8a17bfc07f336
    Closes-Bug: 1581171
    Closes-Bug: 1581598
    Closes-Bug: 1580674

James Page (james-page)
Changed in ceilometer (Juju Charms Collection):
status: Fix Committed → Fix Released
Changed in ceph-mon (Juju Charms Collection):
importance: Undecided → High
milestone: none → 16.07
Changed in hacluster (Juju Charms Collection):
assignee: nobody → Edward Hope-Morley (hopem)
importance: Undecided → High
milestone: none → 16.07
status: New → In Progress
Changed in hacluster (Juju Charms Collection):
status: In Progress → New
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to charm-hacluster (master)

Fix proposed to branch: master
Review: https://review.openstack.org/332057

Changed in hacluster (Juju Charms Collection):
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-hacluster (master)

Reviewed: https://review.openstack.org/332057
Committed: https://git.openstack.org/cgit/openstack/charm-hacluster/commit/?id=53f67cecd0121903c18dc302c28a4e95fbb77391
Submitter: Jenkins
Branch: master

commit 53f67cecd0121903c18dc302c28a4e95fbb77391
Author: Edward Hope-Morley <email address hidden>
Date: Tue Jun 21 11:18:25 2016 +0100

    Sync charmhelpers to get fix for LP 1581598

    Change-Id: Ie180c0d992c408fef0d5bb9143e706a4f195116e
    Closes-Bug: 1581598

Changed in hacluster (Juju Charms Collection):
status: In Progress → Fix Committed
Liam Young (gnuoy)
Changed in keystone (Juju Charms Collection):
status: Fix Committed → Fix Released
Changed in nova-cloud-controller (Juju Charms Collection):
status: Fix Committed → Fix Released
Changed in swift-proxy (Juju Charms Collection):
status: Fix Committed → Fix Released
Changed in ceph-mon (Juju Charms Collection):
status: Fix Committed → Fix Released
Changed in glance (Juju Charms Collection):
status: Fix Committed → Fix Released
Changed in neutron-api (Juju Charms Collection):
status: Fix Committed → Fix Released
Changed in cinder (Juju Charms Collection):
status: Fix Committed → Fix Released
Changed in heat (Juju Charms Collection):
status: Fix Committed → Fix Released
Changed in ceph-osd (Juju Charms Collection):
status: Fix Committed → Fix Released
Changed in openstack-dashboard (Juju Charms Collection):
status: Fix Committed → Fix Released
Changed in rabbitmq-server (Juju Charms Collection):
status: Fix Committed → Fix Released
Changed in ceph-radosgw (Juju Charms Collection):
status: Fix Committed → Fix Released
Changed in swift-storage (Juju Charms Collection):
status: Fix Committed → Fix Released
Changed in percona-cluster (Juju Charms Collection):
status: Fix Committed → Fix Released
Changed in nova-compute (Juju Charms Collection):
status: Fix Committed → Fix Released
Changed in ceph (Juju Charms Collection):
status: Fix Committed → Fix Released
Changed in hacluster (Juju Charms Collection):
status: Fix Committed → Fix Released
Changed in charm-helpers:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.