glance image-create --is-public option is v1 only. Current Image
Service API version is v2 and should be used.
This patch updates to use openstack CLI.
Related-Bug: #1527219
Change-Id: Ib846a37c90db59489724da7711a7c323d229ad76
Location of unattend template and
post installation scripts is updated
according to their location
Change-Id: I801cd6817203c3cc2a43dc2ce71acb40012eb7a4
Closes-Bug: #1490150
Before commands in manual.rst and related files started with $ sign.
While this shows, that commands should be executed in shell it also
makes them hard to copy-paste.
This change removes $ and splits commands, that include ';' into
multiple lines. After this change user would be able to copy-paste whole
blocks of code into shell and execute them right away.
Removes `#` that meant that root privileges are required for the
command and adds sudo, where relevant (yum/apt, etc.).
Fixes occasional indentation inconsistencies.
Change-Id: Ib649ae2a3a110bdf09b0bf9c5fbf54a5ce40ccc6
standart to standard
clean up capitalizations that are unnecessary
harware to hardware
added transition words “the” “a” where needed
avaible changed to available
emtpy should be empty
unatteded should be unattended
Manualy should be manually
Performes should be performs
scrtips should be scripts
changed docs to comply with doc conventions
https://wiki.openstack.org/wiki/Documentation/Conventions
Change-Id: I5324053f4eed28a3f7b37b5fe2b334e7d374ad13
Add converted into rst fromat the following articles:
* Windows image builder
* Linux image builder
* Uploading image to Glance
* Lab preparation and system requiremnts added in installation section
* SSL configuration
Change-Id: I6b4c7e7e6670690e5722ea906e6464faff2a369b
Signed-off-by: Ekaterina Fedorova <efedorova@mirantis.com>