Fix outdated links and document spelling error
Update outdated links and fix spelling error. Closes-bug:#1717834 Change-Id: Ia17a012f401fb627cd3898cb7a29ad30cdc75b57
This commit is contained in:
@@ -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
|
||||||
========================
|
========================
|
||||||
|
|
||||||
[](http://governance.openstack.org/reference/tags/index.html)
|
[](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
|
||||||
|
Reference in New Issue
Block a user