Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OVH connection 404 Object Storage #301

Open
advgroup opened this issue Mar 29, 2020 · 2 comments
Open

OVH connection 404 Object Storage #301

advgroup opened this issue Mar 29, 2020 · 2 comments

Comments

@advgroup
Copy link

I get a return message from the linking code from openstack:

Client error response [status code] 404 [reason phrase] Not Found [url] https://auth.cloud.ovh.net/tokens I connect in this way:

$client = new OpenCloud\OpenStack('https://auth.cloud.ovh.net', [ 'username' => self::OVH_OPENSTACK_USERNAME, 'password' => self::OVH_OPENSTACK_PASSWORD, 'tenantId' => self::OVH_OPENSTACK_PROJECT_ID, ]);

@bootexe
Copy link

bootexe commented May 6, 2020

https://auth.cloud.ovh.net/v3/ in the rc file there is url

@bootexe
Copy link

bootexe commented May 7, 2020

new OpenCloud\OpenStack(
['authUrl'=> 'https://auth.cloud.ovh.net/v3',
'region' => 'GRA',
'user' =>[
'name' => 'OS_USERNAME',
'password' => 'OS_PASSWORD,
'domain'=>['id'=>'default','name'=>'default']
],]);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants