Commit Graph

8 Commits

Author SHA1 Message Date
Doug Hellmann 1c7f556d4f rearrange existing documentation to follow the new layout standard
This change moves existing files, updates a few of the cross-references
and paths, and fixes some formatting. It is not meant to be the final
word on how the main page looks or how the other files are organized,
but it gets everything roughly into shape. If the glance team wants to
make changes, please do those as follow-up patches

This change depends on the spec and on a feature of pbr that allows us
to move where the auto-generated class reference documentation ends up
in the tree.

Depends-On: Ia750cb049c0f53a234ea70ce1f2bbbb7a2aa9454
Depends-On: I2bd5652bb59cbd9c939931ba2e7db1b37d2b30bb
Change-Id: I9dde267793a5913acb5b1ec028cfb66bc5189783
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-06-21 14:15:58 -04:00
Rui Yuan Dou c6a589c224 correct "url" to "URL"
Closes-Bug: bug/1673371
Change-Id: I71503f6bfd283a02bdf290bac68a988883c10771
2017-03-16 16:57:14 +08:00
Darren White 90f4c1d467 Image signature documentation modify key manager api class
Added documentation to doc/source/signature.rst describing
how to change which key manager Glance will use to sign and
verify images.

Removed generated sample conf files.

DocImpact

Change-Id: I384d07a7aa5606a97d41ea76c9ab6d6c7ca86811
2017-01-06 09:05:51 +00:00
Darren White 857cb490a3 Image signature documentation modify barbican auth_endpoint
Add a configuration section to the image signature documentation
describing how to change the keystone endpoint of barbican if
keystone is not on localhost.

If auth_endpoint is incorrect then image signing will fail as barbican
will not be able to connect to keystone.

DocImpact

Added an example of changing the auth_endpoint.

Closes-Bug: 1620539

Change-Id: I8f8978f0c0dfc337e917c4d710dc8db1351070d2
2016-10-14 12:31:06 +00:00
Jenkins 2337c9b98f Merge "Fix five typos on doc" 2016-09-16 14:42:37 +00:00
Darren White 5663196c9c Image signature base64 don't wrap lines
In the image signature documentation, base64 should not use line
wrapping (defaults to 76). Disable using -w 0. With line wrapping
enabled Nova will fail to boot the image.

Added a note to inform users to use -w 0 with Glance v1 but is
optional for v2.

DocImpact

Closes-Bug: 1617258
Change-Id: I3585c5cc90e6ea738ff7ecb5a5574cbb0e737511
2016-08-29 11:37:54 +01:00
Atsushi SAKAI 60d3146965 Fix five typos on doc
manangement => management
varibles    => variables
VMWare      => VMware
specificed  => specified
succeeed    => succeed

Change-Id: I5e2d904f11be4c3366c1ae943c33599be411a5e8
2016-08-22 10:13:09 +09:00
Niall Bunting 7533f1c70d Add signed images documentation
This adds some documentation for creating and uploading signed images. The
only other documentation that exists seems to require the use of python
for parts of the image creation process, which may not be totally user
friendly.

Change-Id: I5e4c92c865edd6429986565fe46fbb60756e0d68
2016-06-30 09:49:07 +00:00