From f17dbe69f20dae95005b347fc75046f5bdf9204f Mon Sep 17 00:00:00 2001 From: melanie witt Date: Tue, 16 Apr 2019 20:07:24 +0000 Subject: Set [quota]count_usage_from_placement = True in nova-next This adds test coverage of counting quota usage for cores and ram from placement and instances from instance mappings in the nova-next job. Part of blueprint count-quota-usage-from-placement Change-Id: I2eff2d60e3c227394ab137a4ec80ff21ec52c8a2 --- playbooks/legacy/nova-next/run.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'playbooks') diff --git a/playbooks/legacy/nova-next/run.yaml b/playbooks/legacy/nova-next/run.yaml index 1005b616aa..de61d95ca5 100644 --- a/playbooks/legacy/nova-next/run.yaml +++ b/playbooks/legacy/nova-next/run.yaml @@ -45,6 +45,8 @@ [[post-config|$NOVA_CONF]] [compute] resource_provider_association_refresh = 0 + [quota] + count_usage_from_placement = True EOF executable: /bin/bash -- cgit v1.2.1