Skip to content

Commit 57198c8

Browse files
committed
Update Readme to reflect private IP option
1 parent 9ef3aa3 commit 57198c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ Option Name | Description
4646
``--otc-ssh-user``|Instance's optional ssh user||
4747
``--otc-subnet-id``|Subnet ID for your instance private network (Network ID)||
4848
``--otc-tenant-id``|Tenant ID (Project ID)||
49+
``--otc-elastic-ip``|Set to 0 to not allocate an EIP (use private IP)||
4950

5051

5152
## Environment variables and default values:
@@ -70,6 +71,7 @@ Option Name | Description
7071
| `--otc-ssh-user` | `SSH_USER` | - |
7172
| `--otc-subnet-id` | `SUBNET_ID` | - |
7273
| `--otc-tenant-id` | `TENANT_ID` | - |
74+
| `--otc-elastic-ip` | `ELASTIC_IP` | `1` |
7375

7476
Each environment variable may be overloaded by its option equivalent at runtime.
7577

0 commit comments

Comments
 (0)