diff options
author | 2018-11-20 16:01:01 -0500 | |
---|---|---|
committer | 2018-11-20 16:01:43 -0500 | |
commit | 1a0a0466716419880ab6b1fc6a94ec82a2966cb0 (patch) | |
tree | e20c7e71e8476db2593820a9095e9d50aa0d34dd /test/vcpe/preload_templates/simple_neutron_heat.yaml | |
parent | 611172d413711dbbe59b032941ca47cd27510891 (diff) |
Fix issues in vcpe test script
1. SDNC GRA url issue
2. Add mr ip and port to prepload
3. Allow SO service_recipe table to be populated
4. Add SDNC ip to preload
5. Add vfmoduleName section in SO request
6. Set Generic NeutronNet shared as False
Change-Id: Iba4ff695759ceab53e33367092b6b59678e082e7
Issue-ID: INT-717
Signed-off-by: Yang Xu <yang.xu3@huawei.com>
Diffstat (limited to 'test/vcpe/preload_templates/simple_neutron_heat.yaml')
-rw-r--r-- | test/vcpe/preload_templates/simple_neutron_heat.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/vcpe/preload_templates/simple_neutron_heat.yaml b/test/vcpe/preload_templates/simple_neutron_heat.yaml index d20c08127..f64248be8 100644 --- a/test/vcpe/preload_templates/simple_neutron_heat.yaml +++ b/test/vcpe/preload_templates/simple_neutron_heat.yaml @@ -8,7 +8,7 @@ parameters: shared: type: boolean description: Shared amongst tenants - default: True + default: False outputs: network_id: description: Openstack network identifier |