Dear all, Please help on this case, I try to add-unit and remove-unit keystone to change the application to another machine, but i am facing the issue on relation. the identity service relation only have information on one side , for example:
juju show-unit keystone/5 show this relation :
- relation-id: 158 endpoint: identity-service related-endpoint: identity-service application-data: {} related-units: cinder/0: in-scope: true data: cinderv2_admin_url: https://192.168.34.6:8776/v2/$(tenant_id)s cinderv2_internal_url: https://192.168.28.18:8776/v2/$(tenant_id)s cinderv2_public_url: https://192.168.28.18:8776/v2/$(tenant_id)s cinderv2_region: RegionOne cinderv2_service: cinderv2 cinderv3_admin_url: https://192.168.34.6:8776/v3/$(tenant_id)s cinderv3_internal_url: https://192.168.28.18:8776/v3/$(tenant_id)s cinderv3_public_url: https://192.168.28.18:8776/v3/$(tenant_id)s cinderv3_region: RegionOne cinderv3_service: cinderv3 egress-subnets: 192.168.28.18/32 ingress-address: 192.168.28.18 private-address: 192.168.28.18
juju show-unit cinder/0 show this relation:
Blockquote
- relation-id: 158 endpoint: identity-service related-endpoint: identity-service application-data: {} related-units: keystone/5: in-scope: true data: egress-subnets: 192.168.28.28/32 ingress-address: 192.168.28.28 private-address: 192.168.28.28
And the status of cinder/0 show error like this
cinder/0* waiting idle 1/lxd/1 192.168.28.18 8776/tcp Incomplete relations: identity
Do I need run some hooks or action ?, or i have to set manually data for this relation ?