Questions & Answers

where is cloud-init-pnda

0 votes
asked Jun 19 by maxiao (840 points)
disk-image-create vm $ALL_ELEMENTS -o pnda-image.qcow2:

diskimage_builder.element_dependencies.MissingElementException: Element 'cloud-init-pnda' not found

1 Answer

0 votes
answered Jun 19 by stephanesan (140 points)

It it should be in the element directory declared in the ELEMENTS_PATH

export ELEMENTS_PATH=tripleo-image-elements/elements:heat-templates/hot/software-config/elements:elements

So please ensure you are in the root directory of the repo and the environment variable above is properly declared.

...