Use https instead of http for openstack sites

Change-Id: I85b773045b30b93183ef0daa3bb5afb26d193a08
This commit is contained in:
KATO Tomoyuki 2017-01-31 07:36:05 +09:00
parent 8e1303cea5
commit 108c17a774
16 changed files with 39 additions and 38 deletions

View File

@ -16,19 +16,19 @@ documentation to testing to deployment scripts.
If you would like to contribute to the documents, please see the
`OpenStack Documentation Contributor Guide
<http://docs.openstack.org/contributor-guide/>`_.
<https://docs.openstack.org/contributor-guide/>`_.
If you would like to contribute to the development of OpenStack, you must
follow the steps in this page:
http://docs.openstack.org/infra/manual/developers.html
https://docs.openstack.org/infra/manual/developers.html
If you already have a good understanding of how the system works and your
OpenStack accounts are set up, you can skip to the development workflow
section of this documentation to learn how changes to OpenStack should be
submitted for review via the Gerrit tool:
http://docs.openstack.org/infra/manual/developers.html#development-workflow
https://docs.openstack.org/infra/manual/developers.html#development-workflow
Pull requests submitted through GitHub will be ignored.

View File

@ -2,8 +2,8 @@
Team and repository tags
========================
.. image:: http://governance.openstack.org/badges/openstack-manuals.svg
:target: http://governance.openstack.org/reference/tags/index.html
.. image:: https://governance.openstack.org/badges/openstack-manuals.svg
:target: https://governance.openstack.org/reference/tags/index.html
.. Change things from this point on
@ -13,7 +13,7 @@ OpenStack Manuals
This repository contains documentation for the OpenStack project.
For more details, see the `OpenStack Documentation Contributor
Guide <http://docs.openstack.org/contributor-guide/>`_.
Guide <https://docs.openstack.org/contributor-guide/>`_.
It includes these manuals:
@ -82,7 +82,7 @@ Generated files
Some documentation files are generated using tools. These files include
a ``do not edit`` header and should not be modified by hand.
Please see `Generated files
<http://docs.openstack.org/contributor-guide/doc-tools.html>`_.
<https://docs.openstack.org/contributor-guide/doc-tools.html>`_.
Bugs
@ -96,5 +96,5 @@ Bugs should be filed on Launchpad, not GitHub:
Installing
==========
Refer to http://docs.openstack.org to see where these documents are published
and to learn more about the OpenStack project.
Refer to https://docs.openstack.org to see where these documents are
published and to learn more about the OpenStack project.

View File

@ -1,5 +1,5 @@
# 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.
fonts-nanum [platform:dpkg]
fonts-takao [platform:dpkg]

View File

@ -82,4 +82,4 @@ members to OpenStack conferences, meetup events, and encouraging active
participation in the mailing lists and committees is a very important way to
maintain skills and forge relationships in the community. For a list of
OpenStack training providers in the marketplace, see the `Openstack Marketplace
<http://www.openstack.org/marketplace/training/>`_.
<https://www.openstack.org/marketplace/training/>`_.

View File

@ -70,7 +70,7 @@ and installing OpenStack.
OpenStack deployments.
`OpenStack Training Marketplace
<http://www.openstack.org/marketplace/training>`_
<https://www.openstack.org/marketplace/training>`_
: The OpenStack Market for training and Vendors providing training
on OpenStack.

View File

@ -23,23 +23,23 @@ OpenStack architecture:
* - Service
- Project name
- Description
* - `Dashboard <http://www.openstack.org/software/releases/newton/components/horizon>`__
* - `Dashboard <https://www.openstack.org/software/releases/newton/components/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>`__
* - `Compute <https://www.openstack.org/software/releases/newton/components/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>`__
* - `Networking <https://www.openstack.org/software/releases/newton/components/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>`__
* - `Object Storage <https://www.openstack.org/software/releases/newton/components/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
@ -47,35 +47,35 @@ OpenStack architecture:
with mountable directories. In this case, it writes objects and files to
multiple drives, ensuring the data is replicated across a server
cluster.
* - `Block Storage <http://www.openstack.org/software/releases/newton/components/cinder>`__
* - `Block Storage <https://www.openstack.org/software/releases/newton/components/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>`__
* - `Identity service <https://www.openstack.org/software/releases/newton/components/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>`__
* - `Image service <https://www.openstack.org/software/releases/newton/components/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>`__
* - `Telemetry <https://www.openstack.org/software/releases/newton/components/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>`__
* - `Orchestration <https://www.openstack.org/software/releases/newton/components/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>`__
* - `Database service <https://www.openstack.org/software/releases/newton/components/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>`__
* - `Data processing service <https://www.openstack.org/software/releases/newton/components/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

View File

@ -159,7 +159,7 @@ project.
is true even when project B has not created any volumes.
See `cinder nested quota spec
<http://specs.openstack.org/openstack/cinder-specs/specs/liberty/cinder-nested-quota-driver.html>`_
<https://specs.openstack.org/openstack/cinder-specs/specs/liberty/cinder-nested-quota-driver.html>`_
and `hierarchical multi-tenancy spec
<https://blueprints.launchpad.net/keystone/+spec/hierarchical-multitenancy>`_
for details.

View File

@ -152,7 +152,7 @@ documentation, patch the ``reference/projects.yaml`` file in the
.. _`wadl2rst`: http://github.com/annegentle/wadl2rst
.. _`Compute API Guide`: https://developer.openstack.org/api-guide/compute
.. _`example patch`: https://review.openstack.org/#/c/233446/
.. _`API documentation guidelines`: http://specs.openstack.org/openstack/api-wg/guidelines/api-docs.html
.. _`API documentation guidelines`: https://specs.openstack.org/openstack/api-wg/guidelines/api-docs.html
.. _`nova example`: https://github.com/openstack/nova/blob/master/api-ref/source/conf.py
.. _`openstack/api-site repository`: http://git.openstack.org/cgit/openstack/api-site/tree/api-quick-start/source/index.rst
.. _`openstack/governance repository`: http://git.openstack.org/cgit/openstack/governance/tree/reference/projects.yaml

View File

@ -10,7 +10,7 @@ Blueprints and specifications
The Documentation team uses specifications in the `docs-specs repository
<http://git.openstack.org/cgit/openstack/docs-specs>`_ to maintain large
changes. Approved specifications are published at `Documentation Program
Specifications <http://specs.openstack.org/openstack/docs-specs>`_.
Specifications <https://specs.openstack.org/openstack/docs-specs>`_.
For tracking purposes, a blueprint is created for each specification. It is
also good practice to contact the speciality team for the book you want to
change to discuss your changes before starting work.

View File

@ -154,7 +154,7 @@ Bugs to update tables for the configuration references use the tag
For updates of specific sections or adding of new drivers, follow the
specification `Proprietary driver docs in openstack-manuals
<http://specs.openstack.org/openstack/docs-specs/specs/kilo/move-driver-docs.html>`_
<https://specs.openstack.org/openstack/docs-specs/specs/kilo/move-driver-docs.html>`_
and assign the bug to the contact person that is mentioned on the
`Vendor driver page
<https://wiki.openstack.org/wiki/Documentation/VendorDrivers>`_. If

View File

@ -154,7 +154,7 @@ Committing a change
#. Follow the URL returned from ``git-review`` to check your commit::
http://review.openstack.org/<COMMIT-NUMBER>
https://review.openstack.org/<COMMIT-NUMBER>
Celebrate and wait for reviews!
@ -264,7 +264,7 @@ git and git review
Permission denied (publickey).
Double check the :guilabel:`Settings` page at
http://review.openstack.org to make sure your public key on the computer
https://review.openstack.org to make sure your public key on the computer
or virtual server has been copied to SSH public keys on
https://review.openstack.org/#/settings/ssh-keys. If you have not adjusted
your ``.ssh`` configuration, your system may not be connecting using
@ -339,7 +339,7 @@ instead:
.. _`Sign the appropriate Individual Contributor License Agreement`: https://docs.openstack.org/infra/manual/developers.html#sign-the-appropriate-individual-contributor-license-agreement
.. _`Installing git-review`: https://docs.openstack.org/infra/manual/developers.html#installing-git-review
.. _`OpenStack Documentation Bug Team`: https://launchpad.net/~openstack-doc-bugs
.. _`OpenStack Foundation`: http://www.openstack.org/join
.. _`OpenStack Foundation`: https://www.openstack.org/join
.. _`Development Workflow`: https://docs.openstack.org/infra/manual/developers.html#development-workflow
.. _`git`: http://msysgit.github.io
.. _`curl`: http://curl.haxx.se/

View File

@ -23,7 +23,7 @@ ml2 extension driver.
Details about the DB models, API extension, and use cases are out of the scope
of this guide but can be found in the
`Neutron QoS specification <http://specs.openstack.org/openstack/neutron-specs/specs/liberty/qos-api-extension.html>`_.
`Neutron QoS specification <https://specs.openstack.org/openstack/neutron-specs/specs/liberty/qos-api-extension.html>`_.
Supported QoS rule types

View File

@ -180,7 +180,7 @@ Release notes are maintained on the OpenStack wiki, and also shown here:
Here are some other resources:
- `A breakdown of current features under development, with their target
milestone <http://status.openstack.org/release/>`_
milestone <https://status.openstack.org/release/>`_
- `A list of all features, including those not yet under
development <https://blueprints.launchpad.net/openstack>`_
@ -215,7 +215,7 @@ to work with blueprints
the perspective of Victoria Martínez, a developer intern.
The roadmap for the next release as it is developed can be seen at
`Releases <http://releases.openstack.org>`_.
`Releases <https://releases.openstack.org>`_.
To determine the potential features going in to future releases, or to
look at features implemented previously, take a look at the existing
@ -226,8 +226,9 @@ Blueprints <https://blueprints.launchpad.net/keystone>`_, and release
notes.
Aside from the direct-to-blueprint pathway, there is another very
well-regarded mechanism to influence the development roadmap: the user
survey. Found at `OpenStack User Survey <http://openstack.org/user-survey>`_,
well-regarded mechanism to influence the development roadmap:
the user survey. Found at `OpenStack User Survey
<https://www.openstack.org/user-survey/>`_,
it allows you to provide details of your deployments and needs, anonymously by
default. Each cycle, the user committee analyzes the results and produces a
report, including providing specific information to the technical

View File

@ -9,4 +9,4 @@ exploration. If you're looking for additional ideas, check out
`Installation Tutorials and Guides
<https://docs.openstack.org/project-install-guide/newton/>`_, or the
`OpenStack User Stories
page <http://www.openstack.org/user-stories/>`_.
page <https://www.openstack.org/user-stories/>`_.

View File

@ -14,7 +14,7 @@ Upgrade planning
----------------
- Thoroughly review the `release
notes <http://releases.openstack.org/>`_ to learn
notes <https://releases.openstack.org/>`_ to learn
about new, updated, and deprecated features. Find incompatibilities
between versions.

View File

@ -77,7 +77,7 @@ experience, such as Mirantis or Metacloud.
If your preference is to build your own OpenStack expertise internally,
a good way to kick-start that might be to attend or arrange a training
session. The OpenStack Foundation has a `Training
Marketplace <http://www.openstack.org/marketplace/training>`_ where you
Marketplace <https://www.openstack.org/marketplace/training>`_ where you
can look for nearby events. Also, the OpenStack community is `working to
produce <https://wiki.openstack.org/wiki/Training-guides>`_ open source
training materials.