We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ef3aa3 commit 57198c8Copy full SHA for 57198c8
README.md
@@ -46,6 +46,7 @@ Option Name | Description
46
``--otc-ssh-user``|Instance's optional ssh user||
47
``--otc-subnet-id``|Subnet ID for your instance private network (Network ID)||
48
``--otc-tenant-id``|Tenant ID (Project ID)||
49
+``--otc-elastic-ip``|Set to 0 to not allocate an EIP (use private IP)||
50
51
52
## Environment variables and default values:
@@ -70,6 +71,7 @@ Option Name | Description
70
71
| `--otc-ssh-user` | `SSH_USER` | - |
72
| `--otc-subnet-id` | `SUBNET_ID` | - |
73
| `--otc-tenant-id` | `TENANT_ID` | - |
74
+| `--otc-elastic-ip` | `ELASTIC_IP` | `1` |
75
76
Each environment variable may be overloaded by its option equivalent at runtime.
77
0 commit comments