Skip to content

Commit

Permalink
Provide steps to download configuration from Horizon panel (#76)
Browse files Browse the repository at this point in the history
Co-authored-by: sausin <sausin@users.noreply.github.com>
  • Loading branch information
iksaku and sausin committed Oct 7, 2020
1 parent b385f5e commit 242a1a2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,9 @@ and you should now have a working OVH Object Storage setup :smile:.

The environment variable `OS_AUTH_URL` is normally not going to be any different for OVH users and hence doesn't need to
be specified. To get the values for remaining variables (like `OS_USERNAME`, `OS_REGION_NAME`, `OS_CONTAINER_NAME`,
etc... `OS_PROJECT_ID` is equivalent to `OS_TENANT_ID`), you can download the configuration file with details in your OVH control panel
(`Public cloud -> Project Management -> Users & Roles -> Download Openstack's RC file`).
etc... `OS_PROJECT_ID` is equivalent to `OS_TENANT_ID`), you can download the configuration file with details from OVH's Horizon or Control Panel:
- **OVH Control Panel**: `Public cloud -> Project Management -> Users & Roles -> Download Openstack's RC file`
- **OVH Horizon**: `Project -> API Access -> Download OpenStack RC File -> Identity API v3`

Be sure to clear your app's config cache after finishing this library's configuration:
```sh
Expand Down

0 comments on commit 242a1a2

Please sign in to comment.