Comment 14 for bug 1823740

Revision history for this message
David Ames (thedac) wrote :

It appears both charms are doing the right thing by checking get_relation_ip with the relation name:

https://github.com/openstack/charm-nova-cloud-controller/blob/bd3d84cfcd2b7696fd5299ac2c906e491d2a73e6/hooks/nova_cc_hooks.py#L970
https://git.launchpad.net/memcached-charm/tree/hooks/memcached_hooks.py#n161

Which suggests the bundle will require:

nova-cloud-controller:
  bindings:
    memcache: $CORRECT_SPACE

memcached:
  bindings:
    cache: $CORRECT_SPACE

Please test this.