Allow instance resize on same host

In v4.2.x, allow_resize_to_same_host defaults to True so that in resource
constrained installations, a resize can happen on the existing host if
there are enough resources there to do it.

- Change allow_resize_to_same_host to True to prevent resize regression in
  9.0.0

Fixes rcbops/ansible-lxc-rpc#104
This commit is contained in:
Christopher H. Laco 2014-09-10 14:31:45 -05:00
parent d0745e87ed
commit 54bcc50dc6

View File

@ -15,7 +15,7 @@ compute_driver = {{ nova_compute_driver }}
instance_name_template = instance-%08x
instances_path = /var/lib/nova/instances
api_paste_config = /etc/nova/api-paste.ini
allow_resize_to_same_host = False
allow_resize_to_same_host = True
# Api's
enabled_apis = osapi_compute,metadata,ec2