juju / theblues

Python library for the juju charmstore (v4)
GNU Lesser General Public License v3.0
5 stars 22 forks source link

Add charm-actions data to charm_data #52

Closed anthonydillon closed 7 years ago

jujugui commented 7 years ago

Refer to this link for build results (access rights to CI server needed): http://ci-cge.jujugui.org:8080//job/theblues-lib/186/

anthonydillon commented 7 years ago

QA:

python
from theblues.charmstore import CharmStore
cs = CharmStore('http://api.jujugui.org/charmstore/v5')
entity = cs.entity('ceph')
entity.get('Meta').get('charm-actions')

Check the output contains ActionSpecs data

anthonydillon commented 7 years ago

:shipit:

jujugui commented 7 years ago

Status: merge request accepted. Url: http://ci-gce.jujugui.org:8080/job/theblues-lib-merge