Files
tobiko/tobiko/openstack/heat/_stack.py
Slawek Kaplonski 26b6909ceb Introduce new BaseResourceFixture class
This new class is base for both: HeatStackFixture and ResourceFixture
classes. It contains some common pieces of code like e.g. ensuring
that quota is set as required by the fixture.

This is done because fixture StatelessSecurityGroup, which don't use
HeatStackFixture needs to set quota for security groups in Neutron but
ensuring neutron (and nova) quotas are set correctly were done only in
the HeatStackFixture class so far.

Change-Id: Id3d3207f098853469bef87020fc017bec5aaba93
2024-03-19 14:43:41 +01:00

25 KiB