Hi everyone,
If I wish to define CPU and RAM allocation ratios at the time of deployment
for the Queens release, which one of the following methods is correct?
# Method 1
parameter_defaults:
    ComputeExtraConfig:
        nova::compute::cpu_allocation_ratio: 10.0
        nova::compute::ram_allocation_ratio: 1.0
# Method 2
parameter_defaults:
    NovaCpuAllocationRatio: 10.0
    NovaRamAllocationRatio: 1.0
If none of the above is right, how should I configure them?
Thank you very much.
Best regards,
Cody