예제 #1
0
 def destroy_storage_pool(self, context, pool_name):
     if pool_name:
         db.pool_destroy(context, pool_name)
 def destroy_storage_pool(self, context, pool_name):
     if pool_name:
         db.pool_destroy(context, pool_name)