Commit 4b4dd56
Fix quota increase to target cloud
Quota increase from PR #1412 was applied to the pre-adoption
TripleO cloud via SSH, but post-adoption instance creation
happens on the new adopted OpenShift-based cloud via oc exec.
Since these are separate deployments with independent quotas,
the adopted cloud still has default quota of 10, causing HTTP
403 errors when creating test-baremetal-post-adoption instance.
Add quota increase in nova_verify.yaml targeting the adopted
cloud (oc exec openstackclient) immediately before instance
creation, ensuring quota headroom exists in the correct
environment.
Related-Bug: #1412
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Signed-off-by: Abhishek Bongale <abhishekbongale@outlook.com>1 parent 5d24308 commit 4b4dd56
1 file changed
Lines changed: 20 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
57 | 77 | | |
58 | 78 | | |
59 | 79 | | |
| |||
0 commit comments