[docs] docs (and devstack plugin) should not reference ari/aki
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ironic |
Fix Released
|
High
|
Afonne-CID |
Bug Description
The documentation makes use of "ari" and "aki to delineate kernel/ramdisk artifacts for doing deployment booting of machines.
That is incorrect and we shouldn't be using it. Instead the files should be uploaded to glance as "raw"
$ grep -ir " ari " doc/source
doc/source/
doc/source/
doc/source/
doc/source/
doc/source/
doc/source/
doc/source/
doc/source/
doc/source/
doc/source/
This is likely rooted in the devstack plugin which actually does the wrong thing:
$ grep ari ironic
$ grep aki ironic
The format should be "raw" and a cursory review of the code suggests this won't be a problem to change in the plugin. When fixing the docs we should also drop in a release note to highlight that this was a documentation issue which is not anticipated to cause any issues, but operators may at some point in the future need to explicitly set "raw"
Changed in ironic: | |
importance: | Undecided → High |
status: | New → Triaged |
Changed in ironic: | |
assignee: | nobody → Afonne-CID (cidelight) |
Note: Nova is deprecating AKI/ARI. We should really get this stuff out.