dbalsige created page: DeployOpenStackHeat authored by Daniel Balsiger's avatar Daniel Balsiger
......@@ -17,7 +17,7 @@ This section outlines what you will need in order to deploy Openair-CN on your O
** 1. Create Ubuntu images with os-*config**
** 1. Create custom Ubuntu images**
To create os-*config ready Ubuntu images just use the following commands:
......@@ -32,7 +32,7 @@ export DIB_RELEASE=trusty
export PATH="${PWD}/dib-utils/bin:$PATH"
export ELEMENTS_PATH=tripleo-image-elements/elements:heat-templates/hot/software-config/elements
diskimage-builder/bin/disk-image-create vm ubuntu os-collect-config os-refresh-config os-apply-config heat-config heat-config-script -o ubuntu-$DIB_RELEASE-os-config.qcow2
´´´
```
** 2. Upload your created image to OpenStack**
......
......