Fix wrong VNFD example in Guide of Volume attach

Parsing the example of VNFD in
"Orchestrating VNFs with attached Volumes"
is failed, because it contains incorrect indent,
so this change fix it.

Change-Id: If4317743c1bdd067cf16089ba7dfd1d522646a84
This commit is contained in:
Toshiaki Takahashi 2018-12-12 07:25:58 +00:00
parent eab8c1b71f
commit 1af79abeae
1 changed files with 5 additions and 5 deletions

View File

@ -112,11 +112,11 @@ With these additions, the new VNFD looks like below:
type: tosca.nodes.BlockStorageAttachment
properties:
location: /dev/vdb
requirements:
- virtualBinding:
node: VDU1
- virtualAttachment:
node: VB1
requirements:
- virtualBinding:
node: VDU1
- virtualAttachment:
node: VB1
VL1:
type: tosca.nodes.nfv.VL