Commit 8cc512b
Default profile dir (#30)
config improvements
- set no password as default (enforces to choose one)
- provide the possibility to configure a default search path
---------
Signed-off-by: Marc Schöchlin <[email protected]>
Co-authored-by: Marc Schöchlin <[email protected]>
Signed-off-by: Marc Schöchlin <[email protected]>
* Add profiles from my coworkers
Signed-off-by: Marc Schöchlin <[email protected]>
* Use random passwords by default and output them
Signed-off-by: Marc Schöchlin <[email protected]>
* reformat
Signed-off-by: Marc Schöchlin <[email protected]>
* shorten line
Signed-off-by: Marc Schöchlin <[email protected]>
* Bump requests from 2.32.2 to 2.32.4 in the pip group across 1 directory (#27)
Bumps the pip group with 1 update in the / directory: [requests](https://github.com/psf/requests).
Updates `requests` from 2.32.2 to 2.32.4
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.32.2...v2.32.4)
---
updated-dependencies:
- dependency-name: requests
dependency-version: 2.32.4
dependency-type: direct:production
dependency-group: pip
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marc Schöchlin <[email protected]>
Signed-off-by: Marc Schöchlin <[email protected]>
* reformat
Signed-off-by: Marc Schöchlin <[email protected]>
* remove random logic
Signed-off-by: Marc Schöchlin <[email protected]>
* revert
Signed-off-by: Marc Schöchlin <[email protected]>
* revert
Signed-off-by: Marc Schöchlin <[email protected]>
* revert
Signed-off-by: Marc Schöchlin <[email protected]>
* config improvements
- set no password as default (enforces to choose one)
- provide the possibility to configure a default search path
Signed-off-by: Marc Schöchlin <[email protected]>
* reformat
Signed-off-by: Marc Schöchlin <[email protected]>
* type check
Signed-off-by: Marc Schöchlin <[email protected]>
---------
Signed-off-by: Marc Schöchlin <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Marc Schöchlin <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 6b1ea8c commit 8cc512b
File tree
2 files changed
+15
-1
lines changed- src/openstack_workload_generator
- entities
2 files changed
+15
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
| 74 | + | |
74 | 75 | | |
75 | 76 | | |
76 | 77 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
66 | 67 | | |
67 | 68 | | |
68 | 69 | | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
69 | 82 | | |
70 | 83 | | |
71 | 84 | | |
| |||
0 commit comments