Versions Compared

Key

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

...

Code Block
titleauth.json file
collapsetrue
{
  "auth": {
    "scope": {
      "project": {
        "domain": {
          "id": "default"
        },
        "name": "<tenant name: JEAN_LUC_KRIKER>"
      }
    },
    "identity": {
      "password": {
        "user": {
          "domain": {
            "id": "default"
          },
          "password": "<loging password>",
          "name": "<user name<username:  jkriker@juniper.net>"
        }
      },
      "methods": [
        "password"
      ]
    }
  }
}



Go to Contrail Service Orchestratorhttps://contrail-juniper.net/
  • Select the tenant:  tenant_name
Image Modified
  • Go to:     Administration >>> Users                   
  • GUI_ username / GUI_password
Image Modified

...




2- do a POST to get in the response the auth_tokens

...