From a8574936e55b8707ca87f4efb90822d97227b75a Mon Sep 17 00:00:00 2001 From: ricolin Date: Thu, 26 Jul 2018 23:29:57 +0800 Subject: Hidden resources in Rocky Resource type ``OS::Magnum::Bay`` is now hidden, please use ``OS::Magnum::Cluster`` instead. Resource type ``OS::Magnum::BayModele`` is now hidden, please use ``OS::Magnum::ClusterTemplate`` instead. Resource type ``OS::Nova::FloatingIP`` is now hidden, please use ``OS::Neutron::FloatingIP`` instead. Resource type ``OS::Nova::FloatingIPAssociation`` is now hidden, please use ``OS::Neutron::FloatingIPAssociation`` instead. Change-Id: I2ea1400cfe1f4eca24f2fb7b4b0ec27ca5e9538d --- heat/tests/engine/test_resource_type.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'heat/tests') diff --git a/heat/tests/engine/test_resource_type.py b/heat/tests/engine/test_resource_type.py index 25bbc05e0..2f67d700d 100644 --- a/heat/tests/engine/test_resource_type.py +++ b/heat/tests/engine/test_resource_type.py @@ -44,11 +44,7 @@ class ResourceTypeTest(common.HeatTestCase): mock_is_service_available.return_value = (True, None) resources = self.eng.list_resource_types(self.ctx, "DEPRECATED") self.assertEqual(set(['OS::Aodh::Alarm', - 'OS::Magnum::Bay', - 'OS::Magnum::BayModel', - 'OS::Glance::Image', - 'OS::Nova::FloatingIP', - 'OS::Nova::FloatingIPAssociation']), + 'OS::Glance::Image']), set(resources)) @mock.patch.object(res.Resource, 'is_service_available') -- cgit v1.2.1