Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit 46f12d6

Browse files
committed
VNFD example changed vagrant user to ubuntu
1 parent aebc4e8 commit 46f12d6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

vnfd-validator/assets/samples/vnfd_example.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,25 +114,25 @@
114114
"version": "1",
115115
"vnf_lifecycle_events": [
116116
{
117-
"authentication_username": "vagrant",
117+
"authentication_username": "ubuntu",
118118
"driver": "ssh",
119119
"authentication_type": "PubKeyAuthentication",
120120
"authentication": "",
121121
"authentication_port": 22,
122122
"flavor_id_ref": "flavor0",
123123
"events": {
124124
"start": {
125-
"command": "/home/vagrant/scripts/start",
125+
"command": "/home/ubuntu/scripts/start",
126126
"template_file": "{\"controller\":\"get_attr[vdu0,CPfs0h,PublicIp]\"}",
127127
"template_file_format": "JSON"
128128
},
129129
"stop": {
130-
"command": "/home/vagrant/scripts/stop",
130+
"command": "/home/ubuntu/scripts/stop",
131131
"template_file": "{}",
132132
"template_file_format": "JSON"
133133
}
134134
},
135-
"vnf_container": "/home/vagrant/container/"
135+
"vnf_container": "/home/ubuntu/container/"
136136
}
137137
],
138138
"billing_model": {

0 commit comments

Comments
 (0)