From 36067cf921de24982951bca82b51836e12def33d Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Fri, 27 Jan 2017 10:39:43 +0100 Subject: [PATCH] use https for api-quick-start We now have https at docs.o.o and developer.o.o, use it. Also, fix a few outdated URLs. Change-Id: Ia91ed8380bfac44479428baf491a25750defd1ff --- api-quick-start/setup.cfg | 2 +- api-quick-start/source/api-quick-start.rst | 18 +++---- api-quick-start/source/index.rst | 56 +++++++++++----------- 3 files changed, 39 insertions(+), 37 deletions(-) diff --git a/api-quick-start/setup.cfg b/api-quick-start/setup.cfg index 0d5436295..34094724b 100644 --- a/api-quick-start/setup.cfg +++ b/api-quick-start/setup.cfg @@ -5,7 +5,7 @@ description-file = README.rst author = OpenStack Documentation author-email = openstack-docs@lists.openstack.org -home-page = http://developer.openstack.org/ +home-page = https://developer.openstack.org/ classifier = Intended Audience :: Developers License :: OSI Approved :: Apache Software License diff --git a/api-quick-start/source/api-quick-start.rst b/api-quick-start/source/api-quick-start.rst index 513488fe9..ae14be56e 100644 --- a/api-quick-start/source/api-quick-start.rst +++ b/api-quick-start/source/api-quick-start.rst @@ -36,7 +36,7 @@ Authentication and API request workflow The examples in this section use cURL commands. For information about cURL, see http://curl.haxx.se/. For information about the OpenStack APIs, see -`OpenStack API Reference `__. +:ref:`current_api_versions`. .. _authenticate: @@ -340,7 +340,7 @@ Send API requests This section shows how to make some basic Compute API calls. For a complete list of Compute API calls, see -`Compute API `__. +`Compute API `__. Export the token ID to the ``OS_TOKEN`` environment variable. For example: @@ -352,7 +352,7 @@ The token expires every hour by default, though it can be configured differently - see the ``expiration`` option in the ``Description of token configuration options`` section of the -`Identity Service Configuration `__ page. +`Identity Service Configuration `__ page. Export the tenant name to the ``OS_PROJECT_NAME`` environment variable. For example: @@ -599,7 +599,7 @@ interface. Also, each OpenStack project has a related client project that includes Python API bindings and a command-line interface (CLI). For information about the command-line clients, see `OpenStack -Command-Line Interface Reference `__. +Command-Line Interface Reference `__. Install the clients ------------------- @@ -642,9 +642,9 @@ Before you can issue client commands, you must download and source the ``openrc`` file to set environment variables. For complete information about the OpenStack clients, including how to source -the ``openrc`` file, see `OpenStack End User Guide `__, -`OpenStack Administrator Guide `__, -and `OpenStack Command-Line Interface Reference `__. +the ``openrc`` file, see `OpenStack End User Guide `__, +`OpenStack Administrator Guide `__, +and `OpenStack Command-Line Interface Reference `__. Launch an instance ------------------ @@ -732,6 +732,6 @@ command with the image and flavor IDs and the server name: .. note:: For information about the default ports that the OpenStack components use, - see `Firewalls and default ports `_ in the + see `Firewalls and default ports `_ + in the *OpenStack Configuration Reference*. diff --git a/api-quick-start/source/index.rst b/api-quick-start/source/index.rst index 63c881a39..7f1580dc8 100644 --- a/api-quick-start/source/index.rst +++ b/api-quick-start/source/index.rst @@ -6,50 +6,52 @@ Use the OpenStack APIs to launch server instances, create images, assign metadata to instances and images, create storage containers and objects, and complete other actions in your OpenStack cloud. +.. _current_api_versions: + Current API versions -------------------- -`Bare Metal API v1 `__ (microversions) +`Bare Metal API v1 `__ (microversions) -`Block Storage API v3 `__ (microversions) +`Block Storage API v3 `__ (microversions) .. note:: The Block Storage API v3 is functionally identical to the Block Storage API v2. Subsequent API v3 microversions, such as v3.1, differ from API v2. -`Clustering API v1 `__ +`Clustering API v1 `__ -`Compute API `__ (microversions) +`Compute API `__ (microversions) -`Container Infrastructure Management API `__ (microversions) +`Container Infrastructure Management API `__ (microversions) -`Data Processing v1.1 `__ +`Data Processing v1.1 `__ -`Data Protection Orchestration v1 `__ +`Data Protection Orchestration v1 `__ -`Database Service API v1.0 `__ +`Database Service API v1.0 `__ -`Domain Name Server (DNS) API v2 `__ +`Domain Name Server (DNS) API v2 `__ -`EC2 API Service `__ +`EC2 API Service `__ -`Identity API v3 `__ +`Identity API v3 `__ -`Identity API v3 extensions `__ +`Identity API v3 extensions `__ -`Image service API v2 `__ +`Image service API v2 `__ -`Messaging API v2 `__ +`Messaging API v2 `__ -`Networking API v2.0 `__ +`Networking API v2.0 `__ -`Object Storage API v1 `__ +`Object Storage API v1 `__ -`Orchestration API v1 `__ +`Orchestration API v1 `__ -`Search API v1 `__ +`Search API v1 `__ -`Shared File Systems API v2 `__ (microversions) +`Shared File Systems API v2 `__ (microversions) .. note:: The Shared File Systems API v1 is functionally identical to the Shared File Systems API v2. Subsequent API v2 microversions, such as v2.1, @@ -58,20 +60,20 @@ Current API versions Supported API versions ---------------------- -`Block Storage API v2 `__ +`Block Storage API v2 `__ Deprecated API versions ----------------------- -`Block Storage API v1 `__ +`Block Storage API v1 `__ -`Identity API v2.0 `__ +`Identity API v2.0 `__ -`Identity admin API v2.0 `__ +`Identity admin API v2.0 `__ -`Identity API v2.0 extensions `__ +`Identity API v2.0 extensions `__ -`Image service API v1 `__ +`Image service API v1 `__ .. todo: telemetry link @@ -90,7 +92,7 @@ The API status reflects the state of the endpoint on the service. information about API status values and version information, see `Version Discovery `__. * Microversions indicates that the API follows a `pattern established by - the Compute service `__ to + the Compute service `__ to enable small, documented changes to the API on a resource-by-resource basis. @@ -135,7 +137,7 @@ To begin sending API requests, use one of the following methods: automation tasks in Python by making calls on Python objects rather than making REST calls directly. All OpenStack command-line tools are implemented by using the Python SDK. See `OpenStack Python - SDK `__ in the + SDK `__ in the *OpenStack End User Guide*. .. toctree::