[common] use https instead of http for docs.o.o
Change-Id: I29e02b10d8844db4841fd262cd21200486dd87ef
This commit is contained in:
parent
2c7324511a
commit
b228b5d44e
@ -19,7 +19,7 @@ Documentation
|
||||
~~~~~~~~~~~~~
|
||||
|
||||
For the available OpenStack documentation, see
|
||||
`docs.openstack.org <http://docs.openstack.org>`__.
|
||||
`docs.openstack.org <https://docs.openstack.org>`__.
|
||||
|
||||
To provide feedback on documentation, join and use the
|
||||
openstack-docs@lists.openstack.org mailing list at `OpenStack
|
||||
@ -34,45 +34,45 @@ associated components:
|
||||
|
||||
* `Installation Tutorial for openSUSE Leap 42.2 and SUSE Linux Enterprise
|
||||
Server 12 SP2
|
||||
<http://docs.openstack.org/newton/install-guide-obs/>`__
|
||||
<https://docs.openstack.org/newton/install-guide-obs/>`__
|
||||
|
||||
* `Installation Tutorial for Red Hat Enterprise Linux 7 and CentOS 7
|
||||
<http://docs.openstack.org/newton/install-guide-rdo/>`__
|
||||
<https://docs.openstack.org/newton/install-guide-rdo/>`__
|
||||
|
||||
* `Installation Tutorial for Ubuntu 16.04 (LTS)
|
||||
<http://docs.openstack.org/newton/install-guide-ubuntu/>`__
|
||||
<https://docs.openstack.org/newton/install-guide-ubuntu/>`__
|
||||
|
||||
* `Installation Tutorial for Debian with Debconf
|
||||
<http://docs.openstack.org/newton/install-guide-debconf/>`__
|
||||
<https://docs.openstack.org/newton/install-guide-debconf/>`__
|
||||
|
||||
* `Installation Tutorial for Debian
|
||||
<http://docs.openstack.org/newton/install-guide-debian/>`__
|
||||
<https://docs.openstack.org/newton/install-guide-debian/>`__
|
||||
|
||||
The following books explain how to configure and run an OpenStack cloud:
|
||||
|
||||
* `Architecture Design Guide <http://docs.openstack.org/arch-design/>`__
|
||||
* `Architecture Design Guide <https://docs.openstack.org/arch-design/>`__
|
||||
|
||||
* `Administrator Guide <http://docs.openstack.org/admin-guide/>`__
|
||||
* `Administrator Guide <https://docs.openstack.org/admin-guide/>`__
|
||||
|
||||
* `Configuration Reference <http://docs.openstack.org/newton/config-reference/>`__
|
||||
* `Configuration Reference <https://docs.openstack.org/newton/config-reference/>`__
|
||||
|
||||
* `Operations Guide <http://docs.openstack.org/ops/>`__
|
||||
* `Operations Guide <https://docs.openstack.org/ops/>`__
|
||||
|
||||
* `Networking Guide <http://docs.openstack.org/newton/networking-guide>`__
|
||||
* `Networking Guide <https://docs.openstack.org/newton/networking-guide>`__
|
||||
|
||||
* `High Availability Guide <http://docs.openstack.org/ha-guide/>`__
|
||||
* `High Availability Guide <https://docs.openstack.org/ha-guide/>`__
|
||||
|
||||
* `Security Guide <http://docs.openstack.org/sec/>`__
|
||||
* `Security Guide <https://docs.openstack.org/sec/>`__
|
||||
|
||||
* `Virtual Machine Image Guide <http://docs.openstack.org/image-guide/>`__
|
||||
* `Virtual Machine Image Guide <https://docs.openstack.org/image-guide/>`__
|
||||
|
||||
The following books explain how to use the OpenStack Dashboard and
|
||||
command-line clients:
|
||||
|
||||
* `End User Guide <http://docs.openstack.org/user-guide/>`__
|
||||
* `End User Guide <https://docs.openstack.org/user-guide/>`__
|
||||
|
||||
* `Command-Line Interface Reference
|
||||
<http://docs.openstack.org/cli-reference/>`__
|
||||
<https://docs.openstack.org/cli-reference/>`__
|
||||
|
||||
The following documentation provides reference and guidance information
|
||||
for the OpenStack APIs:
|
||||
@ -81,7 +81,7 @@ for the OpenStack APIs:
|
||||
|
||||
The following guide provides how to contribute to OpenStack documentation:
|
||||
|
||||
* `Documentation Contributor Guide <http://docs.openstack.org/contributor-guide/>`__
|
||||
* `Documentation Contributor Guide <https://docs.openstack.org/contributor-guide/>`__
|
||||
|
||||
ask.openstack.org
|
||||
~~~~~~~~~~~~~~~~~
|
||||
|
@ -15,7 +15,7 @@ backup types.
|
||||
After you upload an image, you cannot change it.
|
||||
|
||||
For details about image creation, see the `Virtual Machine Image
|
||||
Guide <http://docs.openstack.org/image-guide/>`__.
|
||||
Guide <https://docs.openstack.org/image-guide/>`__.
|
||||
|
||||
List or get details for images (glance)
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
@ -121,7 +121,7 @@ To update an image by name or ID, use :command:`openstack image set`:
|
||||
The following list explains the optional arguments that you can use with
|
||||
the ``create`` and ``set`` commands to modify image properties. For
|
||||
more information, refer to the `OpenStack Image command reference
|
||||
<http://docs.openstack.org/developer/python-openstackclient/command-objects/image.html>`_.
|
||||
<https://docs.openstack.org/developer/python-openstackclient/command-objects/image.html>`_.
|
||||
|
||||
The following example shows the command that you would use to upload a
|
||||
CentOS 6.3 image in qcow2 format and configure it for public access:
|
||||
@ -142,7 +142,7 @@ model:
|
||||
:command:`openstack image create`.
|
||||
Also, we recommend that you set the ``hypervisor_type="vmware"`` property.
|
||||
For more information, see `Images with VMware vSphere
|
||||
<http://docs.openstack.org/newton/config-reference/compute/hypervisor-vmware.html#images-with-vmware-vsphere>`_
|
||||
<https://docs.openstack.org/newton/config-reference/compute/hypervisor-vmware.html#images-with-vmware-vsphere>`_
|
||||
in the OpenStack Configuration Reference.
|
||||
|
||||
.. code-block:: console
|
||||
|
@ -32,7 +32,7 @@ Unified command-line client
|
||||
You can use the unified ``openstack`` command (**python-openstackclient**)
|
||||
for the most of OpenStack services.
|
||||
For more information, see `OpenStackClient document
|
||||
<http://docs.openstack.org/developer/python-openstackclient/>`_.
|
||||
<https://docs.openstack.org/developer/python-openstackclient/>`_.
|
||||
|
||||
|
||||
Individual command-line clients
|
||||
|
@ -27,7 +27,7 @@ OpenStack Compute consists of the following areas and their components:
|
||||
Accepts metadata requests from instances. The ``nova-api-metadata``
|
||||
service is generally used when you run in multi-host mode with
|
||||
``nova-network`` installations. For details, see `Metadata
|
||||
service <http://docs.openstack.org/admin-guide/compute-networking-nova.html#metadata-service>`__
|
||||
service <https://docs.openstack.org/admin-guide/compute-networking-nova.html#metadata-service>`__
|
||||
in the OpenStack Administrator Guide.
|
||||
|
||||
``nova-compute`` service
|
||||
@ -54,7 +54,7 @@ OpenStack Compute consists of the following areas and their components:
|
||||
by the ``nova-compute`` service. The ``nova-conductor`` module scales
|
||||
horizontally. However, do not deploy it on nodes where the
|
||||
``nova-compute`` service runs. For more information, see `Configuration
|
||||
Reference Guide <http://docs.openstack.org/newton/config-reference/compute/conductor.html>`__.
|
||||
Reference Guide <https://docs.openstack.org/newton/config-reference/compute/conductor.html>`__.
|
||||
|
||||
``nova-cert`` module
|
||||
A server daemon that serves the Nova Cert service for X509
|
||||
@ -67,7 +67,7 @@ OpenStack Compute consists of the following areas and their components:
|
||||
for console proxies to work. You can run proxies of either type
|
||||
against a single nova-consoleauth service in a cluster
|
||||
configuration. For information, see `About
|
||||
nova-consoleauth <http://docs.openstack.org/admin-guide/compute-remote-console-access.html#about-nova-consoleauth>`__.
|
||||
nova-consoleauth <https://docs.openstack.org/admin-guide/compute-remote-console-access.html#about-nova-consoleauth>`__.
|
||||
|
||||
``nova-novncproxy`` daemon
|
||||
Provides a proxy for accessing running instances through a VNC
|
||||
|
@ -24,7 +24,7 @@ systems to object-storage systems like OpenStack Object Storage.
|
||||
|
||||
For information on requirements for other back ends, see
|
||||
`Configuration Reference
|
||||
<http://docs.openstack.org/newton/config-reference/image.html>`__.
|
||||
<https://docs.openstack.org/newton/config-reference/image.html>`__.
|
||||
|
||||
The OpenStack Image service is central to Infrastructure-as-a-Service
|
||||
(IaaS) as shown in :ref:`get_started_conceptual_architecture`. It accepts API
|
||||
|
@ -25,7 +25,7 @@ MySQL, MariaDB, and SQLite.
|
||||
|
||||
Users can access OpenStack via the web-based user interface implemented
|
||||
by :doc:`Dashboard <get-started-dashboard>`, via `command-line
|
||||
clients <http://docs.openstack.org/cli-reference/>`__ and by
|
||||
clients <https://docs.openstack.org/cli-reference/>`__ and by
|
||||
issuing API requests through tools like browser plug-ins or :command:`curl`.
|
||||
For applications, `several SDKs <http://developer.openstack.org/#sdk>`__
|
||||
are available. Ultimately, all these access methods issue REST API calls
|
||||
|
@ -41,7 +41,7 @@ swift-init
|
||||
Script that initializes the building of the ring file, takes daemon
|
||||
names as parameter and offers commands. Documented in
|
||||
`Managing Services
|
||||
<http://docs.openstack.org/developer/swift/admin_guide.html#managing-services>`_.
|
||||
<https://docs.openstack.org/developer/swift/admin_guide.html#managing-services>`_.
|
||||
|
||||
swift-recon
|
||||
A cli tool used to retrieve various metrics and telemetry information
|
||||
@ -50,4 +50,4 @@ swift-recon
|
||||
swift-ring-builder
|
||||
Storage ring build and rebalance utility. Documented in
|
||||
`Managing the Rings
|
||||
<http://docs.openstack.org/developer/swift/admin_guide.html#managing-the-rings>`_.
|
||||
<https://docs.openstack.org/developer/swift/admin_guide.html#managing-the-rings>`_.
|
||||
|
@ -35,4 +35,4 @@ manila-share
|
||||
Messaging queue
|
||||
Routes information between the Shared File Systems processes.
|
||||
|
||||
For more information, see `OpenStack Configuration Reference <http://docs.openstack.org/newton/config-reference/shared-file-systems/overview.html>`__.
|
||||
For more information, see `OpenStack Configuration Reference <https://docs.openstack.org/newton/config-reference/shared-file-systems/overview.html>`__.
|
||||
|
@ -24,23 +24,23 @@ OpenStack architecture:
|
||||
- Project name
|
||||
- Description
|
||||
* - `Dashboard <http://www.openstack.org/software/releases/newton/components/horizon>`__
|
||||
- `Horizon <http://docs.openstack.org/developer/horizon/>`__
|
||||
- `Horizon <https://docs.openstack.org/developer/horizon/>`__
|
||||
- Provides a web-based self-service portal to interact with underlying
|
||||
OpenStack services, such as launching an instance, assigning IP
|
||||
addresses and configuring access controls.
|
||||
* - `Compute <http://www.openstack.org/software/releases/newton/components/nova>`__
|
||||
- `Nova <http://docs.openstack.org/developer/nova/>`__
|
||||
- `Nova <https://docs.openstack.org/developer/nova/>`__
|
||||
- Manages the lifecycle of compute instances in an OpenStack environment.
|
||||
Responsibilities include spawning, scheduling and decommissioning of
|
||||
virtual machines on demand.
|
||||
* - `Networking <http://www.openstack.org/software/releases/newton/components/neutron>`__
|
||||
- `Neutron <http://docs.openstack.org/developer/neutron/>`__
|
||||
- `Neutron <https://docs.openstack.org/developer/neutron/>`__
|
||||
- Enables Network-Connectivity-as-a-Service for other OpenStack services,
|
||||
such as OpenStack Compute. Provides an API for users to define networks
|
||||
and the attachments into them. Has a pluggable architecture that
|
||||
supports many popular networking vendors and technologies.
|
||||
* - `Object Storage <http://www.openstack.org/software/releases/newton/components/swift>`__
|
||||
- `Swift <http://docs.openstack.org/developer/swift/>`__
|
||||
- `Swift <https://docs.openstack.org/developer/swift/>`__
|
||||
- Stores and retrieves arbitrary unstructured data objects via a RESTful,
|
||||
HTTP based API. It is highly fault tolerant with its data replication
|
||||
and scale-out architecture. Its implementation is not like a file server
|
||||
@ -48,35 +48,35 @@ OpenStack architecture:
|
||||
multiple drives, ensuring the data is replicated across a server
|
||||
cluster.
|
||||
* - `Block Storage <http://www.openstack.org/software/releases/newton/components/cinder>`__
|
||||
- `Cinder <http://docs.openstack.org/developer/cinder/>`__
|
||||
- `Cinder <https://docs.openstack.org/developer/cinder/>`__
|
||||
- Provides persistent block storage to running instances. Its pluggable
|
||||
driver architecture facilitates the creation and management of block
|
||||
storage devices.
|
||||
* - `Identity service <http://www.openstack.org/software/releases/newton/components/keystone>`__
|
||||
- `Keystone <http://docs.openstack.org/developer/keystone/>`__
|
||||
- `Keystone <https://docs.openstack.org/developer/keystone/>`__
|
||||
- Provides an authentication and authorization service for other
|
||||
OpenStack services. Provides a catalog of endpoints for all
|
||||
OpenStack services.
|
||||
* - `Image service <http://www.openstack.org/software/releases/newton/components/glance>`__
|
||||
- `Glance <http://docs.openstack.org/developer/glance/>`__
|
||||
- `Glance <https://docs.openstack.org/developer/glance/>`__
|
||||
- Stores and retrieves virtual machine disk images. OpenStack Compute
|
||||
makes use of this during instance provisioning.
|
||||
* - `Telemetry <http://www.openstack.org/software/releases/newton/components/ceilometer>`__
|
||||
- `Ceilometer <http://docs.openstack.org/developer/ceilometer/>`__
|
||||
- `Ceilometer <https://docs.openstack.org/developer/ceilometer/>`__
|
||||
- Monitors and meters the OpenStack cloud for billing, benchmarking,
|
||||
scalability, and statistical purposes.
|
||||
* - `Orchestration <http://www.openstack.org/software/releases/newton/components/heat>`__
|
||||
- `Heat <http://docs.openstack.org/developer/heat/>`__
|
||||
- `Heat <https://docs.openstack.org/developer/heat/>`__
|
||||
- Orchestrates multiple composite cloud applications by using either the
|
||||
native HOT template format or the AWS CloudFormation template format,
|
||||
through both an OpenStack-native REST API and a
|
||||
CloudFormation-compatible Query API.
|
||||
* - `Database service <http://www.openstack.org/software/releases/newton/components/trove>`__
|
||||
- `Trove <http://docs.openstack.org/developer/trove/>`__
|
||||
- `Trove <https://docs.openstack.org/developer/trove/>`__
|
||||
- Provides scalable and reliable Cloud Database-as-a-Service functionality
|
||||
for both relational and non-relational database engines.
|
||||
* - `Data processing service <http://www.openstack.org/software/releases/newton/components/sahara>`__
|
||||
- `Sahara <http://docs.openstack.org/developer/sahara/>`__
|
||||
- `Sahara <https://docs.openstack.org/developer/sahara/>`__
|
||||
- Provides capabilities to provision and scale Hadoop clusters in OpenStack
|
||||
by specifying parameters like Hadoop version, cluster topology and nodes
|
||||
hardware details.
|
||||
|
Loading…
x
Reference in New Issue
Block a user