Add endpoint bindings #15

Merged
merged 1 commit into from Jan 6, 2016

Conversation

Projects
None yet
3 participants
Contributor

dooferlad commented Jan 6, 2016

Adds support for a bundle containing endpoint bindings, for example:

services:
    django:
        charm: django
        bindings:
            foo: bar

This would bind endpoint foo into space bar for service django.

Member

jujugui commented Jan 6, 2016

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

Contributor

dimitern commented Jan 6, 2016

Awesome! LGTM and thanks!

Contributor

dooferlad commented Jan 6, 2016

$$merge$$

Contributor

dooferlad commented Jan 6, 2016

:shipit:

Member

jujugui commented Jan 6, 2016

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

jujugui added a commit that referenced this pull request Jan 6, 2016

Merge pull request #15 from dooferlad/endpoint-bindings
Add endpoint bindings

Adds support for a bundle containing endpoint bindings, for example:
```yaml
services:
    django:
        charm: django
        bindings:
            foo: bar
```
This would bind endpoint foo into space bar for service django.

@jujugui jujugui merged commit ee568c4 into juju:master Jan 6, 2016

1 check passed

default Merged build finished.
Details
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment