6e3127d043
This converts all MD formatted docs that were renamed to RST to preserve git history into actual RST documentation. Some minor edits were made but in general the purpose of this patch is to *only* convert the documentation not rework the documentation. I do plan on reworking the documentation in further patch sets. All links were tested and a test rendering is available: http://github.com/sdake/kolla Change-Id: I3df430b14df1ede15407c7f4ba7afcbdc6f9d757
16 lines
423 B
ReStructuredText
16 lines
423 B
ReStructuredText
A Kolla Demo using Heat
|
|
=======================
|
|
|
|
By default, the launch script will spawn 3 Nova instances on a Neutron
|
|
network created from the tools/init-runonce script. Edit the VM\_COUNT
|
|
parameter in the launch script if you would like to spawn a different
|
|
amount of Nova instances. Edit the IMAGE\_FLAVOR if you would like to
|
|
launch images using a flavor other than m1.tiny.
|
|
|
|
Then run the script:
|
|
|
|
::
|
|
|
|
$ ./launch
|
|
|