Commit 60675bb
authored
Use cloud helpers in stress command to provide credentials automatically (#2139)
The stress command was missing the setup_cloud_environment/cleanup_cloud_environment
integration that other OpenStack commands (compute, volume, etc.) already use.
This caused "password is a required attribute" errors because the subprocess
could not find credentials from secrets.yml or secure.yml.
AI-assisted: Claude Code
Signed-off-by: Christian Berendt <berendt@osism.tech>1 parent 773c323 commit 60675bb
1 file changed
Lines changed: 15 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
158 | 171 | | |
159 | 172 | | |
160 | 173 | | |
| |||
199 | 212 | | |
200 | 213 | | |
201 | 214 | | |
202 | | - | |
203 | 215 | | |
204 | 216 | | |
205 | 217 | | |
| |||
211 | 223 | | |
212 | 224 | | |
213 | 225 | | |
| 226 | + | |
| 227 | + | |
0 commit comments