# File lib/fog/key_manager/openstack/models/container.rb, line 23
        def uuid
          URI(self.container_ref).path.split('/').last
        rescue
          nil
        end