Creating 16 instances with 4 vCPUs each on just 2 machines. That’s 64 vCPUs, pretty cool stuff. This is what OpenStack is all about.
In this one we set the default RAM and CPU limits for the cloud. In your nova.conf file/JUJU gui add these settings to increase the defaults.
cpu_allocation_ratio=16.0
ram_allocation_ratio=4
Only use these setting for testing, just trying to prove a point. Thanks all!