Refactor: JJB code
[ci-management.git] / packer / README.md
index b31fa95..36a060e 100644 (file)
@@ -24,12 +24,12 @@ This would build a bootable image in the project's CI cloud environment.
 
 From a high level, the builds:
 
-* Boot a specified base image in the cloud
-* Run a set of shell scripts, listed in the template's shell provisioner
+- Boot a specified base image in the cloud
+- Run a set of shell scripts, listed in the template's shell provisioner
   section, to do any configuration required by the builder.
-* Execute a shutdown of the running instance
-* Execute a 'nova image-create' operation against the shutdown instance.
-* Perform a 'nova delete' operation against the shutdown instance.
+- Execute a shutdown of the running instance
+- Execute a 'nova image-create' operation against the shutdown instance.
+- Perform a 'nova delete' operation against the shutdown instance.
 
 [1]: https://www.packer.io/
 [2]: https://www.packer.io/intro/getting-started/install.html