diff --git a/README.rst b/README.rst index deca06698..b030efd1d 100644 --- a/README.rst +++ b/README.rst @@ -84,15 +84,21 @@ options as listed in http://docs.openstack.org/python-openstackclient/authentic Authentication using username/password is most commonly used:: export OS_AUTH_URL= + export OS_IDENTITY_API_VERSION=3 export OS_PROJECT_NAME= + export OS_PROJECT_DOMAIN_NAME= export OS_USERNAME= + export OS_USER_DOMAIN_NAME= export OS_PASSWORD= # (optional) The corresponding command-line options look very similar:: --os-auth-url + --os-identity-api-version 3 --os-project-name + --os-project-domain-name --os-username + --os-user-domain-name [--os-password ] If a password is not provided above (in plaintext), you will be interactively