Commit 55687e1
committed
config_drive: ensure the search locations are ordered alphabetically
The internal Python implementation for the configured config drive
search locations is not deterministic.
Make it deterministic by using alphabetically sorted order.
In this case, the search order becomes:
- type: iso, vfat
- location: cdrom, hdd, partition
Change-Id: I622700c9408d3acee6d44eabfd73c662df7e7cfd
Signed-off-by: Adrian Vladu <avladu@cloudbasesolutions.com>1 parent 2db34b4 commit 55687e1
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
67 | 72 | | |
68 | 73 | | |
69 | 74 | | |
| |||
0 commit comments