juju / theblues

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

Add owner data to interfaces #33

Closed anthonydillon closed 8 years ago

jujugui commented 8 years ago

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

anthonydillon commented 8 years ago

QA:

python
from theblues.charmstore import CharmStore
cs = CharmStore('http://api.jujugui.org/charmstore/v5')
cs.fetch_interfaces("mysql", "provides")[2][0].get('Meta').get('owner')

Check the output contains User data

kadams54 commented 8 years ago

Looks good, both on code :+1: and QA :ok: - thanks!

fabricematrat commented 8 years ago

:+1:

makyo commented 8 years ago

👍

anthonydillon commented 8 years ago

Thanks :shipit:

jujugui commented 8 years ago

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