8000 Add support for OS_CACERT in Openstack driver · unlaudable/docker.github.io@4774a3c · GitHub
[go: up one dir, main page]

Skip to content

Commit 4774a3c

Browse files
Mathias NymanMisty Stanley-Jones
authored andcommitted
Add support for OS_CACERT in Openstack driver
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>
1 parent 2dc2cbe commit 4774a3c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

machine/drivers/openstack.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Mandatory:
2020

2121
- `--openstack-active-timeout`: The timeout in seconds until the OpenStack instance must be active.
2222
- `--openstack-availability-zone`: The availability zone in which to launch the server.
23+
- `--openstack-cacert`: The CA certificate bundle to verify against.
2324
- `--openstack-domain-name` or `--openstack-domain-id`: Domain to use for authentication (Keystone v3 only).
2425
- `--openstack-endpoint-type`: Endpoint type can be `internalURL`, `adminURL`, or `publicURL`. It is a helper for the driver
2526
to choose the right URL in the OpenStack service catalog. If not provided the default is `publicURL`.
@@ -47,6 +48,7 @@ Mandatory:
4748
| `--openstack-active-timeout` | `OS_ACTIVE_TIMEOUT` | `200` |
4849
| `--openstack-auth-url` | `OS_AUTH_URL` | - |
4950
| `--openstack-availability-zone` | `OS_AVAILABILITY_ZONE` | - |
51+
| `--openstack-cacert` | `OS_CACERT | - |
5052
| `--openstack-domain-id` | `OS_DOMAIN_ID` | - |
5153
| `--openstack-domain-name` | `OS_DOMAIN_NAME` | - |
5254
| `--openstack-endpoint-type` | `OS_ENDPOINT_TYPE` | `publicURL` |

0 commit comments

Comments
 (0)
0