594dd453a8
Many plases in tests code use assertEqual(AA, None), the same with True and False and negatives of such comparisons. As comparison to singletons must use `is` operator, appropriate usage is assertIs, assertIsNot, assertIsNone, assertIsNotNone These assertions are provided by the `testtools` package, so this change is not breaking backward compatibility with Python 2.6 This second patch inlcudes the other half of the files touched by these changes to ease the review. Change-Id: I9965ae158f3e0dc49b93b9357a32a302ac7dc735 Closes-Bug: #1259023 |
||
---|---|---|
.. | ||
heat | ||
__init__.py | ||
README.md |
Heat resources for working with the Rackspace Cloud
The resources and configuration in this module are for using Heat with the Rackspace Cloud. These resources either allow using Rackspace services that don't have equivalent services in Openstack or account for differences between a generic Openstack deployment and Rackspace Cloud.
Resources
The following resources are provided for compatibility:
Rackspace::Cloud::Server
:
Provide compatibility with
OS::Nova::Server
and allow for workinguser_data
andMetadata
. This is deprecated and should be replaced withOS::Nova::Server
once service compatibility is implemented by Rackspace.
Rackspace::Cloud::LoadBalancer
:
Use the Rackspace Cloud Loadbalancer service; not compatible with
OS::Neutron::LoadBalancer
.
Rackspace::Cloud::DatabaseInstance
:
Use the Rackspace implementation of Trove. This is deprecated and should eventually be replaced with
OS::Trove::Instance
or similar.