Vagrant: Document the increased Octavia reqs

The default vagrant values are insufficient for running Octavia
amphorae. This patch addresses it in documentation.

Change-Id: If0147adb39793b4601f7b00bec34aa9d593ecbc4
Closes-Bug: 1708173
Signed-off-by: Antoni Segura Puimedon <antonisp@celebdor.com>
This commit is contained in:
Antoni Segura Puimedon 2018-03-21 19:53:12 +01:00 committed by Antoni Segura Puimedon
parent 563ddbee3b
commit e1580c5310
1 changed files with 5 additions and 1 deletions

View File

@ -41,7 +41,11 @@ the definition of the Virtual Machine spawned:
Could be an example of a rpm-based option.
* **VAGRANT\_KURYR\_VM\_MEMORY**: To modify the RAM of the VM. Defaulted to: 4096
* **VAGRANT\_KURYR\_VM\_CPU**: To modify the cpus of the VM. Defaulted to: 2
If you configure your local.conf to use Octavia, you should increase the
setting to at least 12288.
* **VAGRANT\_KURYR\_VM\_CPU**: To modify the cpus of the VM. Defaulted to: 2.
If you configure your local.conf to use Octavia, you should increate this
setting to at least 4.
* **VAGRANT\_KURYR\_RUN\_DEVSTACK**: Whether `vagrant up` should run devstack to
have an environment ready to use. Set it to 'false' if you want to edit
`local.conf` before run ./stack.sh manually in the VM. Defaulted to: true.