python-heatclient/tests
Steve Baker 03f9f84abf Deprecate commands and add unified cli replacements.
This is to bring into line with
http://wiki.openstack.org/UnifiedCLI/Mapping

Here is the mapping, as displayed by 'heat help'
    create              DEPRECATED! Use stack-create instead
    delete              DEPRECATED! Use stack-delete instead
    describe            DEPRECATED! Use stack-show instead
    event               DEPRECATED! Use event-show instead
    event-list          List events for a stack
    event-show          Describe the event
    gettemplate         DEPRECATED! Use template-show instead
    list                DEPRECATED! Use stack-list instead
    resource            DEPRECATED! Use resource-show instead
    resource-list       Show list of resources belonging to a stack
    resource-metadata   List resource metadata
    resource-show       Describe the resource
    stack-create        Create the stack
    stack-delete        Delete the stack
    stack-list          List the user's stacks
    stack-show          Describe the stack
    stack-update        Update the stack
    template-show       Get the template for the specified stack
    template-validate   Validate a template with parameters
    update              DEPRECATED! Use stack-update instead
    validate            DEPRECATED! Use template-validate instead
    help                Display help about this program or one of its
                        subcommands.

Change-Id: I1a296de2b935be6cc28fcc49ef8ee7ae333abf1a
2012-12-04 12:04:56 +13:00
..
v1 Support name or id for stack operations. 2012-11-13 14:19:50 +13:00
var resolve test template file path no matter where it is run from 2012-10-19 06:16:36 +10:00
__init__.py Initial import 2012-10-10 08:55:03 +13:00
fakes.py pep8 and more tests 2012-10-27 06:53:56 +13:00
test_common_http.py adding test coverage for common/http, improving the redirect handling 2012-11-13 18:34:22 -05:00
test_shell.py Deprecate commands and add unified cli replacements. 2012-12-04 12:04:56 +13:00
test_utils.py Support name or id for stack operations. 2012-11-13 14:19:50 +13:00