Closing keystone sessions after done with them.
[snaps.git] / snaps / openstack / create_volume_type.py
index a7198d8..9a45561 100644 (file)
@@ -87,6 +87,8 @@ class OpenStackVolumeType(OpenStackVolumeObject):
 
         self.__volume_type = None
 
+        super(self.__class__, self).clean()
+
     def get_volume_type(self):
         """
         Returns the domain Volume object as it was populated when create() was