relation has no Tag
Bug #1199352 reported by
William Reade
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
juju-core |
Fix Released
|
Medium
|
Dimiter Naydenov |
Bug Description
If we're going to be talking tags over the API, we'll need to add them to Relation. Needs to depend on Key not Id due to watcher implementation details; Key can contain spaces; Tag should probably not; charm relation names are not properly restricted. So implementing this involves restricting charm relation names, then building relation tags by subbing in some forbidden char for space.
Changed in juju-core: | |
milestone: | none → 1.15.0 |
Changed in juju-core: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Relation tags were added initially with the format "relation-id", but with an upcoming branch of mine the format will be "relation-key", where key has the format "service1. relation1# service2. relation2" .