From 47f60945df5179efc61031854476ffc9b27e6a19 Mon Sep 17 00:00:00 2001 From: dougbtv Date: Sat, 5 Nov 2016 12:12:28 -0400 Subject: [openstack] allows timeout option for heat create stack --- README_openstack.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README_openstack.md') 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 -- cgit v1.2.1