juju / theblues

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

Accept cs: prefix on entity IDs #47

Closed johnsca closed 8 years ago

johnsca commented 8 years ago

The result from CharmStore.entityId() includes the cs: prefix, meaning it can't be directly passed back in to the other methods. This change makes all methods accept the cs: prefix.

Really, it should be accepted by the store API itself, but this seems like a reasonable work-around.

Fixes #44

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/160/ Test PASSed.

pengale commented 8 years ago

LGTM/+1

bac commented 8 years ago

:shipit:

jujugui commented 8 years ago

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