lp://staging/~stub/charm-helpers/bug-1557769-ensure-ip-address
- Get this branch:
- bzr branch lp://staging/~stub/charm-helpers/bug-1557769-ensure-ip-address
Branch merges
- charmers: Pending requested
-
Diff: 131 lines (+56/-9)3 files modifiedMakefile (+2/-2)
charmhelpers/core/hookenv.py (+19/-2)
tests/core/test_hookenv.py (+35/-5)
Related bugs
Bug #1557769: private-address returns name, not ip | Critical | In Progress |
Related blueprints
Branch information
Recent revisions
- 548. By Liam Young
-
[ajkavanagh, r=gnuoy] Fix lp:1555643 - c.o.amulet.utils imports removed novaclient.v1_1 module
As per http://
docs.openstack. org/developer/ python- novaclient/ api.html
the novaclient module needs to be imported as:from novaclient import client
c = client.Client( VERSION, ...) as opposed to
from novaclient.VERSION import client
c = client.Client(...) - 547. By Charles Butler
-
[r,a=lazypower] Chris Holcombe 2016-03-09 Ceph command should really be rados command for the flush cache tier
- 546. By James Page
-
Ensure that keystone api version defaults to 2, not 3
This resolves a number of amulet test failures after resyncs of the
keystone v3 testing support. - 541. By Liam Young
-
[ajkavanagh, r=gnuoy] Fixes broken *_unit_paused_set() functions in contrib/
openstack/ utils.py that were merged by mistake. Also fixes some PEP8 formatting in the utils.py and test_openstack_
utils.py files (line lengths).
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/charm-helpers