You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/drivers/openstack.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,10 +28,12 @@ Options:
28
28
-`--openstack-floatingip-pool`: The IP pool that will be used to get a public IP can assign it to the machine. If there is an
29
29
IP address already allocated but not assigned to any machine, this IP will be chosen and assigned to the machine. If
30
30
there is no IP address already allocated a new IP will be allocated and assigned to the machine.
31
+
-`--openstack-keypair-name`: Specify the existing Nova keypair to use.
31
32
-`--openstack-insecure`: Explicitly allow openstack driver to perform "insecure" SSL (https) requests. The server's certificate will not be verified against any certificate authorities. This option should be used with caution.
32
33
-`--openstack-ip-version`: If the instance has both IPv4 and IPv6 address, you can select IP version. If not provided `4` will be used.
33
34
-`--openstack-net-name` or `--openstack-net-id`: Identify the private network the machine will be connected on. If your OpenStack project project contains only one private network it will be use automatically.
34
35
-`--openstack-password`: User password. It can be omitted if the standard environment variable `OS_PASSWORD` is set.
36
+
-`--openstack-private-key-file`: Used with `--openstack-keypair-name`, associates the private key to the keypair.
35
37
-`--openstack-region`: The region to work on. Can be omitted if there is only one region on the OpenStack.
36
38
-`--openstack-sec-groups`: If security groups are available on your OpenStack you can specify a comma separated list
37
39
to use for the machine (e.g. `secgrp001,secgrp002`).
@@ -57,9 +59,11 @@ Environment variables and default values:
errorMandatoryEnvOrOptionstring="%s must be specified either using the environment variable %s or the CLI option %s"
423
444
errorMandatoryOptionstring="%s must be specified using the CLI option %s"
424
445
errorExclusiveOptionsstring="Either %s or %s must be specified, not both"
446
+
errorBothOptionsstring="Both %s and %s must be specified"
425
447
errorMandatoryTenantNameOrIDstring="Tenant id or name must be provided either using one of the environment variables OS_TENANT_ID and OS_TENANT_NAME or one of the CLI options --openstack-tenant-id and --openstack-tenant-name"
426
448
errorWrongEndpointTypestring="Endpoint type must be 'publicURL', 'adminURL' or 'internalURL'"
427
449
errorUnknownFlavorNamestring="Unable to find flavor named %s"
0 commit comments