Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ssh to the SO VM and do the following (TODONote: verify this is not needed anymore in R3)

  • Enter the mso docker: docker exec -it testlab_mso_1 bash
  • Edit /etc/mso/config.d/mso.bpmn.urn.properties, find the following line
    mso.workflow.default.aai.v11.tenant.uri=/aai/v11/cloud-infrastructure/cloud-regions/cloud-region/CloudOwner/DFW/tenants/tenant
    and change it to the following
    mso.workflow.default.aai.v11.tenant.uri=/aai/v11/cloud-infrastructure/cloud-regions/cloud-region/CloudOwner/RegionOne/tenants/tenant
  • Exit from the docker

...