diff options
author | mrichomme <morgan.richomme@orange.com> | 2020-05-26 15:59:19 +0200 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2020-05-29 09:52:22 +0000 |
commit | 2c825c368caea212e5e6f57ced783f66af13927f (patch) | |
tree | 4db523f61816dc78e6054075e4b3d1d9a22508ba /docs | |
parent | c1b4bda513cf2b2422389cd7f93ce40f947cc710 (diff) |
Update vCPE Tosca use case
- fix documentation
- add install script for oclip
Issue-ID: INT-1355
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: Ieaeac5caf76caf6f731a6c2bf6380e8f8f2a6c6a
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docs_vCPE_tosca_local.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docs_vCPE_tosca_local.rst b/docs/docs_vCPE_tosca_local.rst index b2993cb0a..44cdf6dcf 100644 --- a/docs/docs_vCPE_tosca_local.rst +++ b/docs/docs_vCPE_tosca_local.rst @@ -90,7 +90,7 @@ The use case has been automated by vcpe_tosca_test scripts. The followings are t "cloud_region_data": { "RegionOne":(update to your Region name) { - "cloud-region-version": "titanium_cloud", + "cloud-region-version": the cloud region version of your Cloud region, "esr-system-info-id": "1111ce1f-aa78-4ebf-8d6f-4b62773e9b01", "service-url": the ip change to your openstack ip address, "user-name": the user name you created on openstack, |