heat/heat/tests/openstack
Hongbin Lu 74567b3f08 zun: add 'tty' property to container
This property allows users to open the TTY of the container.
It basically allows users to use horizon's console to access
the container interactively. For example:

  resources:
    test:
      type: OS::Zun::Container
      properties:
        image: "cirros"
        interactive: true
        tty: true
        command: "/bin/sh"

Change-Id: I70f64d43ed6d2bcb5bab3e5c8f986ca827df8c6f
Closes-Bug: #1856233
2019-12-19 02:38:40 +00:00
..
aodh Add heat resource for creating Aodh loadbalancer_member_health alarm type[1] 2019-08-02 12:19:42 +12:00
barbican Replace assertRaisesRegexp with assertRaisesRegex 2017-05-19 18:13:59 +05:30
blazar Add a Blazar Host resource 2019-02-18 06:41:23 +00:00
cinder Fix multiple gate issues 2019-09-18 18:23:50 +05:30
designate Fix multiple gate issues 2019-09-18 18:23:50 +05:30
glance Handle unicode in constraints 2019-01-29 19:21:28 +13:00
heat Merge "Don't use duplicate stack names in DB unit tests" 2019-10-08 08:48:23 +00:00
keystone Add project tags to heat orchestration 2018-01-09 16:33:13 +00:00
magnum Translate networks and subnet in cluster template 2017-12-01 12:27:13 +08:00
manila Handle unicode in constraints 2019-01-29 19:21:28 +13:00
mistral Merge "Handle resource plugins without default_client_name" 2018-07-05 18:13:59 +00:00
monasca Revert "Remove unittests monasca until story/2002978 is released" 2018-07-18 02:27:21 +00:00
neutron Never pass 'value_specs' to Neutron 2019-07-26 10:43:31 -04:00
nova Remove nova api extension checks 2019-11-06 20:03:56 +05:30
octavia Support tags for Octavia pool member 2019-03-21 20:11:48 +00:00
sahara Merge "Fix sahara job type validation issue" 2018-03-06 06:29:46 +00:00
senlin Merge "Fix Senlin policy resource" 2019-09-05 03:33:33 +00:00
swift Use StackDefinition in intrinsic functions for resolving data 2017-07-21 10:30:34 -04:00
trove Enable to specify network for Trove Cluster 2017-12-15 11:52:49 +00:00
zaqar remove mox usage from test_subscription 2018-04-01 23:40:25 +08:00
zun zun: add 'tty' property to container 2019-12-19 02:38:40 +00:00
__init__.py Enable some unit tests back 2015-02-03 10:20:16 +08:00