Versions Compared

Key

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

...

https://www.juniper.net/documentation/en_US/nfv1.0/topics/task/configuration/ccpe-api-obtain-admin-token.html

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:  jkriker@juniper.net>"
        }
      },
      "methods": [
        "password"
      ]
    }
  }
}



...

Go to Contrail Service Orchestratorhttps://contrail-juniper.net/
  • Select the tenant:  tenant_name
Image Added
  • Go to:     Administration >>> 

...

  • Users                   
  • GUI_ username / GUI_password
Image Modified




Tenant_name:   



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

...