sausin / laravel-ovh

Wrapper for OVH Object Storage integration with laravel
MIT License
37 stars 12 forks source link

OS_PROJECT_ID vs OS_TENANT_ID #73

Closed StephaneBour closed 4 years ago

StephaneBour commented 4 years ago

Hello,

I would like to know why the environment variable OS_TENANT_ID has been renamed to OS_PROJECT_ID, while it is still declared as OS_TENANT_ID in the downloadable file on OVH ?

Thank you.

iksaku commented 4 years ago

As far as I know, for the Openstack v3 documentation, you’re supposed to use PROJECT_ID for the specific containers that you’re using, since the TENANT_ID part may not be standardized yet.

I’ll take a look once more in Openstack’s documentation and with OVH’s downloadable files.

Thanks for the heads up 😄

iksaku commented 4 years ago

Sorry for the delay.

I've checked and can confirm that the new OVH's RC Files point to the new Keystone v3 environment variables. Maybe it'll be worth pointing that in the docs, to use v3 RC file.

image

At the time of this, #74 has been opened. I'll create a separate PR to indicate to use the v3 RC file, and let sausin choose if its worth mentioning both or just one of them :wink:

iksaku commented 4 years ago

Update, just checked in with OVH's traditional control panel. It seems to provide mixed values. So #74 will still be as important.

image

@sausin Could you merge #74? I'll also open a PR after it to provide steps for the Horizon panel.