diff options
author | dougbtv <douglaskippsmith@gmail.com> | 2016-11-05 12:12:28 -0400 |
---|---|---|
committer | dougbtv <douglaskippsmith@gmail.com> | 2016-11-05 12:12:28 -0400 |
commit | 47f60945df5179efc61031854476ffc9b27e6a19 (patch) | |
tree | c881d57f5ef5286a1822ca2b263e4947fd023208 /README_openstack.md | |
parent | 4698b0c696b9d9cf2b8dbff5eaa4fcaa545093cd (diff) | |
download | openshift-47f60945df5179efc61031854476ffc9b27e6a19.tar.gz openshift-47f60945df5179efc61031854476ffc9b27e6a19.tar.bz2 openshift-47f60945df5179efc61031854476ffc9b27e6a19.tar.xz openshift-47f60945df5179efc61031854476ffc9b27e6a19.zip |
[openstack] allows timeout option for heat create stack
Diffstat (limited to 'README_openstack.md')
-rw-r--r-- | README_openstack.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/README_openstack.md b/README_openstack.md index 1998a5878..5d6d8a685 100644 --- a/README_openstack.md +++ b/README_openstack.md @@ -49,6 +49,7 @@ The following options are used only by `heat_stack.yaml`. They are so used only * `floating_ip_pool` (default to `external`): comma separated list of floating IP pools * `ssh_from` (default to `0.0.0.0/0`): IPs authorized to connect to the VMs via ssh * `node_port_from` (default to `0.0.0.0/0`): IPs authorized to connect to the services exposed via nodePort +* `heat_timeout` (default to `3`): Timeout (in minutes) passed to heat for create or update stack. Creating a cluster |