units should know their pub and priv addresses
Bug #852292 reported by
Kapil Thangavelu
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
pyjuju |
Fix Released
|
Undecided
|
Kapil Thangavelu |
Bug Description
with local dev, each unit has its own ip address, which we should record to zk
allow for access from other cli options. additionally this will be useful
prepopulating the unit relation.
Related branches
lp://qastaging/~hazmat/pyjuju/unit-with-addresses
- Gustavo Niemeyer: Approve
-
Diff: 482 lines (+333/-7)9 files modifiedjuju/agents/tests/test_unit.py (+17/-0)
juju/agents/unit.py (+8/-0)
juju/environment/config.py (+1/-0)
juju/providers/lxc/__init__.py (+7/-0)
juju/providers/lxc/tests/test_provider.py (+5/-5)
juju/state/service.py (+60/-1)
juju/state/tests/test_service.py (+23/-1)
juju/unit/address.py (+86/-0)
juju/unit/tests/test_address.py (+126/-0)
Changed in juju: | |
assignee: | nobody → Kapil Thangavelu (hazmat) |
milestone: | none → eureka |
status: | New → In Progress |
summary: |
- units should know their ip address + units should know their pub and priv addresses |
Changed in juju: | |
status: | In Progress → Fix Released |
To post a comment you must log in.