We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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, ]);
The text was updated successfully, but these errors were encountered:
https://auth.cloud.ovh.net/v3/ in the rc file there is url
Sorry, something went wrong.
new OpenCloud\OpenStack( ['authUrl'=> 'https://auth.cloud.ovh.net/v3', 'region' => 'GRA', 'user' =>[ 'name' => 'OS_USERNAME', 'password' => 'OS_PASSWORD, 'domain'=>['id'=>'default','name'=>'default'] ],]);
No branches or pull requests
I get a return message from the linking code from openstack:
$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, ]);
The text was updated successfully, but these errors were encountered: