Change name of element for diskimage-builder

Error when try to initiate image build ==>
/bifrost-base-source/bifrost-base-archive-stackhpc-pike/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:121
 diskimage_builder.element_dependencies.MissingElementException: Element 'serial-console' not found
 diskimage-builder version 2.9.1

Check on https://docs.openstack.org/diskimage-builder/latest/elements/enable-serial-console/README.html

serial-console => enable-serial-console
This commit is contained in:
ktibi 2017-10-13 10:31:55 +02:00 committed by GitHub
parent cf5c1ce88c
commit 08466ba5d5
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ kolla_bifrost_dib_os_release: "GenericCloud"
# List of DIB elements.
kolla_bifrost_dib_elements:
- "disable-selinux"
- "serial-console"
- "enable-serial-console"
- "vm"
# DIB init element.