Commit f49f9a2
committed
Fix quota set to target admin project
PR #1412 added a quota increase for pre-adoption Ironic test
instances, but targeted project 'default' instead of 'admin'.
The OS_CLOUD=overcloud authenticates as project admin
(clouds.yaml: project_name: admin), so quota set should
target admin to match the project instances are created under.
Since adoption migrates the TripleO DB, this quota carries
over to the adopted cloud, providing headroom for
post-adoption instance creation as well.
Related-Bug: #1412
Signed-off-by: Abhishek Bongale <abhishekbongale@outlook.com>1 parent 46194f4 commit f49f9a2
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | | - | |
| 137 | + | |
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| |||
0 commit comments