Update nova-neutron local.conf

- Increasing memory to allow launching multiple instances
- Adding default.host to nova.conf

Change-Id: I80660b671f3887735a33cc3d591d8d7abcb2bb85
This commit is contained in:
Andreas Scheuring 2017-01-12 11:30:28 +01:00
parent 8c37770deb
commit 62bb6f6de8
1 changed files with 3 additions and 1 deletions

View File

@ -21,9 +21,11 @@ enable_plugin nova-dpm http://git.openstack.org/openstack/nova-dpm
[[post-config|$NOVA_CONF]]
[DEFAULT]
host = foo
[dpm]
max_instances = 10
max_memory = 1000
max_memory = 5000
max_processors = 2
host = foo
cpc_uuid = <cpc-uuid>