-
Notifications
You must be signed in to change notification settings - Fork 2k
Add support for OS_CACERT in Openstack driver #3472
Add support for OS_CACERT in Openstack driver #3472
Conversation
2478bdc
to
c25338b
Compare
This enables using docker-machine's openstack driver without having to resort to using the --insecure flag. Signed-off-by: Mathias Nyman <mathias.nyman@iki.fi>
c25338b
to
d0c92a3
Compare
I could use some help finding the needle in this haystack: To me it looks like the source of the 255 reported errors are not from my diff. |
@fsoppelsa WDYT |
The docs sometimes have intermittent failures |
Retest this please |
(The above re-triggers a docs build.) |
I need to try this, ETA by this week. |
@nathanleclaire is this for v0.8.1 or v0.9.0? - if you set the milestone docs'll know when to publish it (and if its a fix for older releases, use that as the milestone?) |
@SvenDowideit It depends, @fsoppelsa @mathias-nyman are you still interested in this? I'll merge if it looks good to you @fsoppelsa |
@nathanleclaire, yup, still very much desired. |
It LGTM -- we can revert if we encounter issues |
This enables using docker-machine's openstack driver without having to
resort to using the --insecure flag.