aboutsummaryrefslogtreecommitdiffstats
path: root/tosca/vCPE/vgw/MainServiceTemplate.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'tosca/vCPE/vgw/MainServiceTemplate.yaml')
-rw-r--r--tosca/vCPE/vgw/MainServiceTemplate.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tosca/vCPE/vgw/MainServiceTemplate.yaml b/tosca/vCPE/vgw/MainServiceTemplate.yaml
index 4925f388..fa9f29da 100644
--- a/tosca/vCPE/vgw/MainServiceTemplate.yaml
+++ b/tosca/vCPE/vgw/MainServiceTemplate.yaml
@@ -284,7 +284,7 @@ topology_template:
max_number_of_instances: 1
watchdog: none
inject_files: # TODO SDC BUG
- source_path: ../Artifacts/Deployment/Other/authorized_keys #SSH authorized_keys
+ source_path: ../Artifacts/Deployment/OTHER/authorized_keys #SSH authorized_keys
dest_path: /home/ubuntu/.ssh/authorized_keys
meta_data:
vnf_id: { get_input: vnf_id }
@@ -349,5 +349,5 @@ topology_template:
artifacts:
sw_image: #TODO need to put glance image name here
#file: { get_input: vcpe_image_name }
- file: ../Artifacts/Deployment/Other/image
+ file: ../Artifacts/Deployment/OTHER/image
type: tosca.artifacts.nfv.SwImage