From f77c09c2a5749a199028316ceb821ab9907b3e51 Mon Sep 17 00:00:00 2001 From: Steve Baker Date: Mon, 5 Nov 2012 09:29:35 +1300 Subject: [PATCH] Rename heat client to heat-cfn. This is to allow python-heatclient to eventually become the default heat client. Documentation in heat.wiki will be updated to refer to heat-cfn when this change is pushed. Change-Id: I2209c36adf41fa5d0df0caf9200f7fedbdd51805 --- bin/heat-boto | 2 +- bin/{heat => heat-cfn} | 14 ++++++------ docs/GettingStarted.rst | 14 ++++++------ docs/man/man1/{heat.1 => heat-cfn.1} | 28 ++++++++++++------------ etc/bash_completion.d/{heat => heat-cfn} | 6 ++--- run_tests.sh | 2 +- setup.py | 2 +- tools/uninstall-heat | 2 +- 8 files changed, 35 insertions(+), 35 deletions(-) rename bin/{heat => heat-cfn} (98%) rename docs/man/man1/{heat.1 => heat-cfn.1} (85%) rename etc/bash_completion.d/{heat => heat-cfn} (56%) diff --git a/bin/heat-boto b/bin/heat-boto index 238b5a93..4b4c848e 120000 --- a/bin/heat-boto +++ b/bin/heat-boto @@ -1 +1 @@ -heat \ No newline at end of file +heat-cfn \ No newline at end of file diff --git a/bin/heat b/bin/heat-cfn similarity index 98% rename from bin/heat rename to bin/heat-cfn index a09c50ad..d5a6d90f 100755 --- a/bin/heat +++ b/bin/heat-cfn @@ -113,7 +113,7 @@ def template_validate(options, arguments): Validate a template. This command parses a template and verifies that it is in the correct format. - Usage: heat validate \\ + Usage: heat-cfn validate \\ [--template-file=