python-heatclient/heatclient/tests
Steven Hardy d9e3b3d2cd Deprecate create/adopt --create-timeout in favor of --timeout
Replace the --create-timeout option with a more generic and intuitive
--timeout option, which can also later be used for update.

Since users may be using this option and it does currently work, leave
the old -c/--create-timeout option for now, but mark deprecated in the
usage and output a warning message if users use it.  To make this
warning visible the default loglevel is changed to WARNING.

Note neither timeout contains an integer default now, we rely on the
server-side default (which is 60mins anyway) as this make the fallback
to support the previous option easier and potentially to provide an
easier way to solve heat bug #1290603.

Partial-Bug: #1290456
Related-Bug: #1290603
Change-Id: Ia8c8d61b259ffa1f8a59d29a3e7fa7d9c128984f
2014-03-12 15:18:12 +00:00
..
v1 Move tests into package dir. 2013-05-25 08:45:35 +02:00
var Adding stack-adopt support to python-heatclient 2014-02-18 09:28:11 -06:00
__init__.py Move tests into package dir. 2013-05-25 08:45:35 +02:00
fakes.py Port to python requests 2014-02-07 14:52:22 -06:00
test_build_info.py Add support for build info API 2014-01-24 14:07:30 -05:00
test_common_http.py Rename --timeout global option and make it work 2014-03-10 18:21:10 +00:00
test_environment_format.py Merge "Fixes environment file using correct YAML format" 2014-02-17 22:34:25 +00:00
test_events.py Remove vim header 2013-12-28 15:58:36 +08:00
test_resource_types.py Add support for resource_types 2013-12-12 13:18:11 +11:00
test_resources.py Support the native signal API 2014-02-19 11:46:20 +01:00
test_shell.py Deprecate create/adopt --create-timeout in favor of --timeout 2014-03-12 15:18:12 +00:00
test_software_configs.py Add support for software config resources 2014-02-17 10:31:33 +08:00
test_software_deployments.py REST method to fetch deployments metadata for a server 2014-02-18 10:18:22 +13:00
test_stacks.py python-heatclient stack-abandon support 2014-02-10 10:17:36 +13:00
test_template_format.py "version" section should be required in template 2014-02-25 18:16:34 +08:00
test_template_utils.py Merge "Expand get_file using to template scope" 2014-02-28 13:07:01 +00:00
test_utils.py Add filter option to stack-list 2014-02-05 14:38:30 -06:00