Enable tests for resize

This commit is contained in:
vic 2012-10-30 23:11:18 +04:00 committed by Vladimir Kuklin
parent e94de12f22
commit 9ab8132e5a

View File

@ -64,7 +64,7 @@ create_image_enabled = true
# For resize to work with libvirt/kvm, one of the following must be true:
# Single node: allow_resize_to_same_host=True must be set in nova.conf
# Cluster: the 'nova' user must have scp access between cluster nodes
resize_available = false
resize_available = true
# Level to log Compute API request/response details.
log_level = DEBUG