lp:~ajkavanagh/charm-helpers/fix-novaclient-v1_1

Created by Alex Kavanagh and last modified
Get this branch:
bzr branch lp:~ajkavanagh/charm-helpers/fix-novaclient-v1_1
Only Alex Kavanagh can upload to this branch. If you are Alex Kavanagh please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Alex Kavanagh
Project:
Charm Helpers
Status:
Merged

Recent revisions

545. By Alex Kavanagh

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(...)

544. By Marco Ceppi

version bump

543. By Marco Ceppi

[marcoceppi] Support resource-get command

542. By James Page

Enable Keystone v3 api in amulet

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).

540. By Liam Young

[gnuoy, trivial] whitespace lint fix

539. By Liam Young

[ajkavanagh, r=gnuoy] Support pause/resume functionality for OpenStack charms. Pause and resume are baked into set_os_workload_status() and also perform additional checks using service_running() and port listening checks.

538. By Charles Butler

  [r,a=lazypower] Chris Holcombe 2016-03-04 Typo in the ceph config-key commands. This removes the extra ceph parameter that should not be there

537. By James Page

Add support for Juju 2.0 network spaces

Juju 2.0 adds a new hook tool called network-get to query for network
information for named relations and extra-bindings.

Add basic hook tool support and associated unit tests.

536. By James Page

ceph: support use of monitor cluster as a key/value store

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:charm-helpers
This branch contains Public information 
Everyone can see this information.

Subscribers