Relation lines disappear after commit
Bug #1480041 reported by
Huw Wilkins
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
juju-gui |
Fix Committed
|
High
|
Madison Scott-Clary |
Bug Description
For some bundles when you commit the changes the relation lines disappear.
To reproduce:
- search for "apache-
- drag the bundle to the canvas
- note that the relation lines appear
- deploy
- note that the relation lines have disappeared
It appears to be related to the bundle.yaml defintions.
Relations define in the following format will fail:
relations:
- [yarn-master, hdfs-master]
Where as the following will succeed:
relations:
- "gunicorn:
Changed in juju-gui: | |
assignee: | Huw Wilkins (huwshimi) → Madison Scott-Clary (makyo) |
Changed in juju-gui: | |
status: | In Progress → Fix Committed |
To post a comment you must log in.
For a working yaml see: http:// bazaar. launchpad. net/~charmers/ charms/ bundles/ django/ bundle/ view/head: /bundles. yaml
For a failing one see: http:// bazaar. launchpad. net/~charmers/ charms/ bundles/ apache- analytics- pig/bundle/ view/head: /bundle. yaml