Merge "Fix outdated links and document spelling error"
This commit is contained in:
commit
3927224fa0
@ -1,7 +1,7 @@
|
|||||||
## 8.0.0 and beyond
|
## 8.0.0 and beyond
|
||||||
|
|
||||||
From 8.0.0 release and beyond, release notes are published on
|
From 8.0.0 release and beyond, release notes are published on
|
||||||
[docs.openstack.org](http://docs.openstack.org/releasenotes/puppet-glance/).
|
[docs.openstack.org](https://docs.openstack.org/releasenotes/puppet-glance/).
|
||||||
|
|
||||||
##2015-11-25 - 7.0.0
|
##2015-11-25 - 7.0.0
|
||||||
###Summary
|
###Summary
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Team and repository tags
|
Team and repository tags
|
||||||
========================
|
========================
|
||||||
|
|
||||||
[![Team and repository tags](http://governance.openstack.org/badges/puppet-glance.svg)](http://governance.openstack.org/reference/tags/index.html)
|
[![Team and repository tags](https://governance.openstack.org/tc/badges/puppet-glance.svg)](https://governance.openstack.org/tc/reference/tags/index.html)
|
||||||
|
|
||||||
<!-- Change things from this point on -->
|
<!-- Change things from this point on -->
|
||||||
|
|
||||||
@ -43,7 +43,7 @@ Setup
|
|||||||
|
|
||||||
### Beginning with glance
|
### Beginning with glance
|
||||||
|
|
||||||
To utilize the glance module's functionality you will need to declare multiple resources. This is not an exhaustive list of all the components needed, we recommend you consult and understand the [core openstack](http://docs.openstack.org) documentation.
|
To utilize the glance module's functionality you will need to declare multiple resources. This is not an exhaustive list of all the components needed, we recommend you consult and understand the [core openstack](https://docs.openstack.org) documentation.
|
||||||
|
|
||||||
**Define a glance node**
|
**Define a glance node**
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# This is a cross-platform list tracking distribution packages needed by tests;
|
# This is a cross-platform list tracking distribution packages needed by tests;
|
||||||
# see http://docs.openstack.org/infra/bindep/ for additional information.
|
# see https://docs.openstack.org/infra/bindep/ for additional information.
|
||||||
|
|
||||||
libxml2-devel [test platform:rpm]
|
libxml2-devel [test platform:rpm]
|
||||||
libxml2-dev [test platform:dpkg]
|
libxml2-dev [test platform:dpkg]
|
||||||
|
@ -38,9 +38,9 @@
|
|||||||
# (Multi-valued) A list of datastores where the image
|
# (Multi-valued) A list of datastores where the image
|
||||||
# can be stored. This option may be specified multiple times
|
# can be stored. This option may be specified multiple times
|
||||||
# for specifying multiple datastores. The datastore name should
|
# for specifying multiple datastores. The datastore name should
|
||||||
# be specified after its datacenter path, seperated by ":".
|
# be specified after its datacenter path, separated by ":".
|
||||||
# An optional weight may be given after the datastore name,
|
# An optional weight may be given after the datastore name,
|
||||||
# seperated again by ":". Thus, the required format
|
# separated again by ":". Thus, the required format
|
||||||
# becomes <datacenter_path>:<datastore_name>:<optional_weight>.
|
# becomes <datacenter_path>:<datastore_name>:<optional_weight>.
|
||||||
# When adding an image, the datastore with highest weight will be selected,
|
# When adding an image, the datastore with highest weight will be selected,
|
||||||
# unless there is not enough free space available in cases where the image
|
# unless there is not enough free space available in cases where the image
|
||||||
|
Loading…
Reference in New Issue
Block a user