CONFIG_NOVA_ALLOW_RESIZE_TO_SAME to nova::api

Change I090506d5e035b95a506f05b2c6608524ab2b63e9 made it possible
to customize allow_resize_to_same_host, but it was only added
to nova::compute class, and it is required in nova::api also

Change-Id: I6956070124696780273be5aefac55d08afb4a2b2
This commit is contained in:
Evgeny Antyshev 2017-08-14 09:29:38 +00:00
parent 1789ee1c5d
commit 853c286af3
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ class packstack::nova::api ()
sync_db_api => true,
osapi_compute_workers => hiera('CONFIG_SERVICE_WORKERS'),
metadata_workers => hiera('CONFIG_SERVICE_WORKERS'),
allow_resize_to_same_host => hiera('CONFIG_NOVA_ALLOW_RESIZE_TO_SAME'),
}
class { '::nova::wsgi::apache_placement':