-
Notifications
You must be signed in to change notification settings - Fork 18
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
driver wants to use http, not https and cannot handle 307s #16
Comments
Might be worth changing the default for ixsystems_transport_type: ixsystems_transport_type = https |
Which git revision are you working with here? |
Not using Train so went with 1.0. |
Maybe there should be a 1.1 release, at least with pullup #5 |
With PR #29 merged to master branch now you can add ixsystems_transport_type = https or http to choose which transportation protocol to use in /etc/cinder/cinder.conf config file. When your Openstack version is above Train (which drop python2 support and require python3), this issue no longer exists on master branch code. |
On newer FreeNAS systems, port 80 is but this:
However this plugin wants to use port 80 and can't handle the 307:
The text was updated successfully, but these errors were encountered: