From: David Garcia Date: Tue, 25 Aug 2020 14:10:07 +0000 (+0200) Subject: Change add_relation function in libjuju.py to accept saas X-Git-Tag: release-v9.0-start~24 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FN2VC.git;a=commitdiff_plain;h=8331f7ce83ebe7b1c9b2ca25610dfa7fab3a0e64;hp=8331f7ce83ebe7b1c9b2ca25610dfa7fab3a0e64 Change add_relation function in libjuju.py to accept saas Before, app_1, endpoint1, app_2, endpoint2 parameters were needed. Now we directly pass the endpoint names of the relation with the right format. If "app:endpoint", it is understood that the endpoint it of a charm in the current model. If "name", it is understood that the endpoint is a consumed endpoint from another model. This function allows to cross-model-relate charms to external models Change-Id: I84ab45ba735a1960ab742d9ec731c357ec1042c6 Signed-off-by: David Garcia ---