update to make use of renamed NetworkTemplate fields
[plstackapi.git] / planetstack / openstack_observer / steps / sync_network_slivers.py
index 22cfa82..16bc5a2 100644 (file)
@@ -85,7 +85,7 @@ class SyncNetworkSlivers(OpenStackSyncStep):
 
                 continue
 
-            if network.template.sharedNetworkName:
+            if network.template.shared_network_name:
                 # If it's a shared network template, then more than one network
                 # object maps to the quantum network. We have to do a whole bunch
                 # of extra work to find the right one.