Switch to OS::Neutron::FloatingIPAssociation
[snaps.git] / snaps / openstack / utils / tests / heat_utils_tests.py
index 53ac3dd..fa240bd 100644 (file)
@@ -378,7 +378,7 @@ class HeatUtilsCreateComplexStackTests(OSComponentTestCase):
         """
         resources = heat_utils.get_resources(self.heat_client, self.stack.id)
         self.assertIsNotNone(resources)
-        self.assertEqual(12, len(resources))
+        self.assertEqual(13, len(resources))
 
         options = heat_utils.get_outputs(self.heat_client, self.stack)
         self.assertIsNotNone(options)