diff options
author | Huang Haibin <haibin.huang@intel.com> | 2018-11-01 16:30:24 +0800 |
---|---|---|
committer | Huang Haibin <haibin.huang@intel.com> | 2018-11-01 16:30:24 +0800 |
commit | 8d9ae22976d022e2da392ecb48e4c0c38eaa6d9f (patch) | |
tree | 75efd75ee29f1d181c2d272073adeb63268f3dca /tosca/vCPE/infra/MainServiceTemplate.yaml | |
parent | c1aae8bb8b148b18f1da33b59fdfb95f727619e1 (diff) |
Fix sriov model error
Change-Id: I3c14ddb45dc6357e8043dfd4f7d8d6fdf602b8cf
Issue-ID: INT-706
Signed-off-by: Huang Haibin <haibin.huang@intel.com>
Diffstat (limited to 'tosca/vCPE/infra/MainServiceTemplate.yaml')
-rw-r--r-- | tosca/vCPE/infra/MainServiceTemplate.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tosca/vCPE/infra/MainServiceTemplate.yaml b/tosca/vCPE/infra/MainServiceTemplate.yaml index bfb4c7e4..0aca66a6 100644 --- a/tosca/vCPE/infra/MainServiceTemplate.yaml +++ b/tosca/vCPE/infra/MainServiceTemplate.yaml @@ -77,12 +77,12 @@ topology_template: default: 10.0.0.0/16 mr_ip_addr: type: string - description: message router ip for vDHCP configuration + description: message router ip that for vDHCP configuration default: 10.0.11.1 mr_ip_port: type: string - label: Message Router Port - description: message router port for vDHCP configuration + description: IP port of the Message Router that for vDHCP configuration + default: "3904" dcae_collector_ip: type: string description: dcae collector ip |