-
Notifications
You must be signed in to change notification settings - Fork 38
cinder create : ERROR: Volume API version is set to 1 but you are accessing a 2 endpoint. #7
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
Comments
|
Even though I removed v1 cinder endpoint, still refering to it by the client
|
1- I found that I've created cinder v2 endpoint under the wrong service id (v1) 2- Mistyping is the database configuration section of /etc/cinder/cinder.conf
For more investigations, here is an offline skim over of cinder configuration on the controller and cinder block nodes: |
Here is a verbose command:
|
In the controller, I 've tried to change the section title from [keystone_authentication] to [keystone_authtoken] as it was used for previous service configuration: Dosn't help, got:
So I put back [keystone_authentication] |
After deleting cinder user account and role
Couldn't re-create cinder user
So, re-issued the pre-admin token create pre-environment
Had to synchronize cinder db
|
cinder create --display-name myVolume 1
With debug inf.
cinder --debug create --display-name myVolume 1
The text was updated successfully, but these errors were encountered: