Fix URLs after RST conversion

Adjust URLs so that they point to the new location of the RST based
Cloud Administrators Guide, End User Guide, and Admin User Guide.

Change-Id: Ie83f9b0324a1ae527eaa01787372b0745bde77f8
This commit is contained in:
Andreas Jaeger 2015-08-23 10:20:06 +02:00 committed by Andreas Jaeger
parent cfdbefd3ae
commit 468f12152f
8 changed files with 9 additions and 9 deletions

View File

@ -56,7 +56,7 @@
making REST calls directly. All OpenStack command-line
tools are implemented by using the Python SDK. See
<link
xlink:href="http://docs.openstack.org/user-guide/content/ch_sdk.html"
xlink:href="http://docs.openstack.org/user-guide/sdk.html"
>OpenStack Python SDK</link> in the
<citetitle>OpenStack End User
Guide</citetitle>.</para>

View File

@ -41,12 +41,12 @@
<para>For complete information about the OpenStack clients,
including how to source the <filename>openrc</filename>
file, see <link
xlink:href="http://docs.openstack.org/user-guide/content/"
xlink:href="http://docs.openstack.org/user-guide/"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:html="http://www.w3.org/1999/xhtml"
><citetitle>OpenStack End User
Guide</citetitle></link>, <link
xlink:href="http://docs.openstack.org/user-guide-admin/content/"
xlink:href="http://docs.openstack.org/user-guide-admin/"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:html="http://www.w3.org/1999/xhtml"
><citetitle>OpenStack Admin User

View File

@ -352,7 +352,7 @@ Trust extension (OS-TRUST)
</para>
<para>
For more information, see <link
xlink:href="http://docs.openstack.org/admin-guide-cloud/content/section_keystone-trusts.html">Use trusts</link>.
xlink:href="http://docs.openstack.org/admin-guide-cloud/keystone_use_trusts.html">Use trusts</link>.
</para>
<wadl:resources
href="../wadls/identity-api/src/v3/wadl/OS-TRUST-v3.wadl"

View File

@ -16,7 +16,7 @@
These rules are stored in a JSON policy file. The Identity service
configuration file, <link xlink:href="http://docs.openstack.org/kilo/config-reference/content/keystone-configuration-file.html"><code>keystone.conf</code></link>, sets the name and
location of this policy file. For information about Identity API
protection, see <link xlink:href="http://docs.openstack.org/admin-guide-cloud/content/identity-service-api-protection-with-role-based-access-control.html">Identity API protection with role-based access control
protection, see <link xlink:href="http://docs.openstack.org/admin-guide-cloud/identity_service_api_protection.html">Identity API protection with role-based access control
(RBAC)</link> in the <citetitle>OpenStack Cloud Administrator Guide</citetitle>.
</para>
<section xml:id="versions-identity-v3">

View File

@ -15,7 +15,7 @@
<para>Cloud providers can configure property protections that
prevent non-administrative users from updating and deleting
protected properties. For more information, see <link
xlink:href="http://docs.openstack.org/admin-guide-cloud/content/glance-property-protection.html"
xlink:href="http://docs.openstack.org/admin-guide-cloud/compute-images-instances.html#image-properties-and-property-protection"
>Image property protection</link> in the
<citetitle>OpenStack Cloud Administrator
Guide</citetitle>.</para>

View File

@ -13,7 +13,7 @@
Cloud providers can configure property protections that prevent
non-administrative users from updating and deleting protected properties.
For more information, see <link
xlink:href="http://docs.openstack.org/admin-guide-cloud/content/glance-property-protection.html">Image property
xlink:href="http://docs.openstack.org/admin-guide-cloud/compute-images-instances.html#image-properties-and-property-protection">Image property
protection</link> in the <citetitle>OpenStack Cloud Administrator
Guide</citetitle>.
</para>

View File

@ -1856,7 +1856,7 @@
<para>
These IPs must be allocated from the central pool before they can
be used. To allocate a floating IP to a project, see <link
xlink:href="http://docs.openstack.org/user-guide/content/floating_ip_allocate.html">Associate floating IP
xlink:href="http://docs.openstack.org/user-guide/cli_manage_ip_addresses.html#associate-floating-ip-addresses">Associate floating IP
addresses</link>.
</para>
</wadl:doc>

View File

@ -494,7 +494,7 @@ Neutron LbaaS API
-----------------
.. note:: This section is based on the Neutron LBaaS API version 1.0
http://docs.openstack.org/admin-guide-cloud/content/lbaas_workflow.html
http://docs.openstack.org/admin-guide-cloud/networking_adv-features.html#basic-load-balancer-as-a-service-operations
.. todo:: libcloud support added 0.14:
https://developer.rackspace.com/blog/libcloud-0-dot-14-released/ -