diff options
| author | Vu Tran <vu.tran@windriver.com> | 2014-05-14 16:16:41 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-05-21 13:33:06 -0400 |
| commit | a68c6e740b9e4cf297b9c33bd4ef0fda4938e7c8 (patch) | |
| tree | bcd4735b147217dd6e629e8e2e5d92cc97343008 /meta-openstack/README.setup | |
| parent | b288eb5c2e5961caf57645b246143d3e2e596c55 (diff) | |
| download | meta-cloud-services-a68c6e740b9e4cf297b9c33bd4ef0fda4938e7c8.tar.gz | |
README.setup update compute launch command
Currently qemu compute is instructed to start with 1 vcpu,
this at least causes ceilometer report wrong avg cpu_util
percentage when multiple VMs running on qemu compute.
So increase qemu compute vcpu from 1 to 4 to fix the
issue above and also provide qemu compute a bit more power
to run more heavier tests.
Signed-off-by: Vu Tran <vu.tran@windriver.com>
Diffstat (limited to 'meta-openstack/README.setup')
| -rw-r--r-- | meta-openstack/README.setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/README.setup b/meta-openstack/README.setup index 5f10ac5..e887bec 100644 --- a/meta-openstack/README.setup +++ b/meta-openstack/README.setup | |||
| @@ -146,7 +146,7 @@ All the installed OpenStack compute services nova, quantum, should be running | |||
| 146 | after a successful boot. | 146 | after a successful boot. |
| 147 | 147 | ||
| 148 | % bitbake openstack-image-compute | 148 | % bitbake openstack-image-compute |
| 149 | % runqemu qemux86-64 openstack-image-compute kvm nographic qemuparams="-m 4096" | 149 | % runqemu qemux86-64 openstack-image-compute kvm nographic qemuparams="-m 4096 -smp 4" |
| 150 | 150 | ||
| 151 | * Image Launch * | 151 | * Image Launch * |
| 152 | 152 | ||
