diff options
author | Marco Platania <platania@research.att.com> | 2017-10-20 14:50:13 -0400 |
---|---|---|
committer | Marco Platania <platania@research.att.com> | 2017-10-20 14:50:13 -0400 |
commit | 043ac78b567830edcf094679f4af0da09bc5bc61 (patch) | |
tree | 9c5af0474dfe78a3f8d1b3766976a1db5566eeef /boot | |
parent | 79afbe4783746ee0518a57c1608a83bc4fe5594c (diff) |
Fix VNF instantiation issues in SO and Robot
- Add keystone version to SO config file
- Add public_net_id and script_version to Robot
- Replace non-ASCII copyright sign in Heat templates license
Change-Id: I76b9caf19720c5b4ba7534c7d5ba329634860ff0
Issue-ID: INT-288
Signed-off-by: Marco Platania <platania@research.att.com>
Diffstat (limited to 'boot')
-rw-r--r-- | boot/so_vm_init.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/so_vm_init.sh b/boot/so_vm_init.sh index d767a149..c6886011 100644 --- a/boot/so_vm_init.sh +++ b/boot/so_vm_init.sh @@ -76,7 +76,7 @@ read -d '' MSO_CONFIG_UPDATES <<-EOF "identity_services": [ {"dcp_clli": "$DCP_CLLI", - "identity_url": "$KEYSTONE_URL", + "identity_url": "$KEYSTONE_URL/v2.0", "mso_id": "$OPENSTACK_USERNAME", "mso_pass": "$OPENSTACK_APIKEY", "admin_tenant": "service", |