[ops-guide] use https instead of http for docs.o.o

Change-Id: Ibe98c45b03ae7f7113ee61b3ccebd7bc0013732d
This commit is contained in:
KATO Tomoyuki 2017-01-27 18:37:46 +09:00
parent 2c7324511a
commit 63aa6cbfb9
23 changed files with 79 additions and 79 deletions

View File

@ -3,7 +3,7 @@ name = openstackopsguide
summary = OpenStack Operations Guide
author = OpenStack
author-email = openstack-docs@lists.openstack.org
home-page = http://docs.openstack.org/
home-page = https://docs.openstack.org/
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology

View File

@ -6,15 +6,15 @@ OpenStack
~~~~~~~~~
- `OpenStack Installation Tutorial for openSUSE and SUSE Linux Enterprise
Server <http://docs.openstack.org/newton/install-guide-obs/>`_
Server <https://docs.openstack.org/newton/install-guide-obs/>`_
- `OpenStack Installation Tutorial for Red Hat Enterprise Linux and CentOS
<http://docs.openstack.org/newton/install-guide-rdo/>`_
<https://docs.openstack.org/newton/install-guide-rdo/>`_
- `OpenStack Installation Tutorial for Ubuntu
Server <http://docs.openstack.org/newton/install-guide-ubuntu/>`_
Server <https://docs.openstack.org/newton/install-guide-ubuntu/>`_
- `OpenStack Administrator Guide <http://docs.openstack.org/admin-guide/>`_
- `OpenStack Administrator Guide <https://docs.openstack.org/admin-guide/>`_
- `OpenStack Cloud Computing Cookbook (Packt
Publishing) <http://www.packtpub.com/openstack-cloud-computing-cookbook-second-edition/book>`_

View File

@ -75,9 +75,9 @@ is out of date.
The best information available to support your choice is found on the
`Hypervisor Support Matrix
<http://docs.openstack.org/developer/nova/support-matrix.html>`_
<https://docs.openstack.org/developer/nova/support-matrix.html>`_
and in the `configuration reference
<http://docs.openstack.org/newton/config-reference/compute/hypervisors.html>`_.
<https://docs.openstack.org/newton/config-reference/compute/hypervisors.html>`_.
.. note::

View File

@ -158,7 +158,7 @@ We chose the *SQL back end for Identity* over others, such as LDAP. This
back end is simple to install and is robust. The authors acknowledge
that many installations want to bind with existing directory services
and caution careful understanding of the `array of options available
<http://docs.openstack.org/newton/config-reference/identity/options.html#keystone-ldap>`_.
<https://docs.openstack.org/newton/config-reference/identity/options.html#keystone-ldap>`_.
Block Storage (cinder) is installed natively on external storage nodes
and uses the *LVM/iSCSI plug-in*. Most Block Storage plug-ins are tied
@ -195,7 +195,7 @@ goes out of the cloud.
.. tip::
`Multi-host <http://docs.openstack.org/havana/install-guide/install/apt/content/nova-network.html>`_
`Multi-host <https://docs.openstack.org/havana/install-guide/install/apt/content/nova-network.html>`_
is a high-availability option for the network configuration, where
the ``nova-network`` service is run on every compute node instead of
running on only a single node.
@ -255,7 +255,7 @@ You can extend this reference architecture as follows:
- Add an OpenStack Storage service (see the Object Storage chapter in
the `Installation Tutorials and Guides
<http://docs.openstack.org/project-install-guide/newton/>`_ for your distribution).
<https://docs.openstack.org/project-install-guide/newton/>`_ for your distribution).
- Add additional OpenStack Block Storage hosts (see
:doc:`ops-maintenance`).

View File

@ -7,6 +7,6 @@ provide a few clearly-marked and tested paths for your OpenStack
exploration. If you're looking for additional ideas, check out
:doc:`app-usecases`, the
`Installation Tutorials and Guides
<http://docs.openstack.org/project-install-guide/newton/>`_, or the
<https://docs.openstack.org/project-install-guide/newton/>`_, or the
`OpenStack User Stories
page <http://www.openstack.org/user-stories/>`_.

View File

@ -289,5 +289,5 @@ Conclusion
Armed with your IP address layout and numbers and knowledge about the
topologies and services you can use, it's now time to prepare the
network for your installation. Be sure to also check out the `OpenStack
Security Guide <http://docs.openstack.org/sec/>`_ for tips on securing
Security Guide <https://docs.openstack.org/sec/>`_ for tips on securing
your network. We wish you a good relationship with your networking team!

View File

@ -149,7 +149,7 @@ load-balancing method (DNS round robin, hardware load balancer, or
software such as Pound or HAProxy). One caveat with dashboard is the VNC
proxy, which uses the WebSocket protocol—something that an L7 load
balancer might struggle with. See also `Horizon session storage
<http://docs.openstack.org/developer/horizon/topics/deployment.html#session-storage>`_.
<https://docs.openstack.org/developer/horizon/topics/deployment.html#session-storage>`_.
You can configure some services, such as ``nova-api`` and
``glance-api``, to use multiple processes by changing a flag in their

View File

@ -52,7 +52,7 @@ Storage.
A good document describing the Object Storage architecture is found
within the `developer
documentation <http://docs.openstack.org/developer/swift/overview_architecture.html>`_
documentation <https://docs.openstack.org/developer/swift/overview_architecture.html>`_
— read this first. Once you understand the architecture, you should know what a
proxy server does and how zones work. However, some important points are
often missed at first glance.
@ -229,7 +229,7 @@ provided by OpenStack.
* - Encryption set by…
- Parameter in nova.conf
- Admin establishing `encrypted volume type
<http://docs.openstack.org/admin-guide/dashboard-manage-volumes.html>`_,
<https://docs.openstack.org/admin-guide/dashboard-manage-volumes.html>`_,
then user selecting encrypted volume
- Not yet available
- Shared File Systems service does not apply any additional encryption
@ -242,7 +242,7 @@ provided by OpenStack.
a share was being created. In case of thin provisioning it can be
partial space reservation (for more details see
`Capabilities and Extra-Specs
<http://docs.openstack.org/developer/manila/devref/capabilities_and_extra_specs.html?highlight=extra%20specs#common-capabilities>`_
<https://docs.openstack.org/developer/manila/devref/capabilities_and_extra_specs.html?highlight=extra%20specs#common-capabilities>`_
specification)
.. note::
@ -352,7 +352,7 @@ solution that you can use.
In addition to the open source technologies, there are a number of
proprietary solutions that are officially supported by OpenStack Block
Storage. The full list of options can be found in the
`Available Drivers <http://docs.openstack.org/developer/cinder/drivers.html>`_
`Available Drivers <https://docs.openstack.org/developer/cinder/drivers.html>`_
list.
You can find a matrix of the functionality provided by all of the

View File

@ -4,7 +4,7 @@ Operations
Congratulations! By now, you should have a solid design for your cloud.
We now recommend that you turn to the `Installation Tutorials and Guides
<http://docs.openstack.org/project-install-guide/newton/>`_, which contains a
<https://docs.openstack.org/project-install-guide/newton/>`_, which contains a
step-by-step guide on how to manually install the OpenStack packages and
dependencies on your cloud.

View File

@ -12,7 +12,7 @@ possible deployments with the default configuration values.
At the time of writing, OpenStack has more than 3,000 configuration
options. You can see them documented at the
`OpenStack Configuration Reference
<http://docs.openstack.org/newton/config-reference/config-overview.html>`_.
<https://docs.openstack.org/newton/config-reference/config-overview.html>`_.
This chapter cannot hope to document all of these, but we do try to
introduce the important concepts so that you know where to go digging
for more information.
@ -31,10 +31,10 @@ different tuning requirements.
The currently implemented hypervisors are listed on the `OpenStack
Configuration Reference
<http://docs.openstack.org/newton/config-reference/compute/hypervisors.html>`__.
<https://docs.openstack.org/newton/config-reference/compute/hypervisors.html>`__.
You can see a matrix of the various features in OpenStack Compute
(nova) hypervisor drivers at the `Hypervisor support matrix
page <http://docs.openstack.org/developer/nova/support-matrix.html>`_.
page <https://docs.openstack.org/developer/nova/support-matrix.html>`_.
The point we are trying to make here is that just because an option
exists doesn't mean that option is relevant to your driver choices.
@ -106,7 +106,7 @@ consider tuning. It is by no means an exhaustive list.
Security Configuration for Compute, Networking, and Storage
-----------------------------------------------------------
The `OpenStack Security Guide <http://docs.openstack.org/sec/>`_
The `OpenStack Security Guide <https://docs.openstack.org/sec/>`_
provides a deep dive into securing an OpenStack cloud, including
SSL/TLS, key management, PKI and certificate management, data transport
and privacy concerns, and compliance.
@ -115,7 +115,7 @@ High Availability
-----------------
The `OpenStack High Availability
Guide <http://docs.openstack.org/ha-guide/index.html>`_ offers
Guide <https://docs.openstack.org/ha-guide/index.html>`_ offers
suggestions for elimination of a single point of failure that could
cause system downtime. While it is not a completely prescriptive
document, it offers methods and techniques for avoiding downtime and
@ -147,5 +147,5 @@ with one zone for each cluster, but be sure your network (WAN) can
handle the additional request and response load between zones as you add
more zones and build a ring that handles more zones. Refer to
`Geographically Distributed Clusters
<http://docs.openstack.org/developer/swift/admin_guide.html#geographically-distributed-clusters>`_
<https://docs.openstack.org/developer/swift/admin_guide.html#geographically-distributed-clusters>`_
in the documentation for additional information.

View File

@ -10,7 +10,7 @@ to how quickly you need to recover from data loss.
If you cannot have any data loss at all, you should also focus on a
highly available deployment. The `OpenStack High Availability
Guide <http://docs.openstack.org/ha-guide/index.html>`_ offers
Guide <https://docs.openstack.org/ha-guide/index.html>`_ offers
suggestions for elimination of a single point of failure that could
cause system downtime. While it is not a completely prescriptive
document, it offers methods and techniques for avoiding downtime and

View File

@ -7,7 +7,7 @@ using a driver architecture. You can write a driver that conforms to a
particular interface and plug it in through configuration. For example,
you can easily plug in a new scheduler for Compute. The existing
schedulers for Compute are feature full and well documented at `Scheduling
<http://docs.openstack.org/newton/config-reference/compute/scheduler.html>`_.
<https://docs.openstack.org/newton/config-reference/compute/scheduler.html>`_.
However, depending on your user's use cases, the existing schedulers
might not meet your requirements. You might need to create a new scheduler.

View File

@ -6,4 +6,4 @@ The dashboard is based on the Python
`Django <https://www.djangoproject.com/>`_ web application framework.
The best guide to customizing it has already been written and can be
found at `Building a Dashboard using Horizon
<http://docs.openstack.org/developer/horizon/topics/tutorial.html>`_.
<https://docs.openstack.org/developer/horizon/topics/tutorial.html>`_.

View File

@ -8,4 +8,4 @@ builds an OpenStack development environment for you. You use it to
create such an environment for developing a new feature.
For more information on installing DevStack, see the
`DevStack <http://docs.openstack.org/developer/devstack/>`_ website.
`DevStack <https://docs.openstack.org/developer/devstack/>`_ website.

View File

@ -19,7 +19,7 @@ To take the first path, you can modify the OpenStack code directly.
Learn `how to contribute
<https://wiki.openstack.org/wiki/How_To_Contribute>`_,
follow the `Developer's Guide
<http://docs.openstack.org/infra/manual/developers.html>`_, make your
<https://docs.openstack.org/infra/manual/developers.html>`_, make your
changes, and contribute them back to the upstream OpenStack project.
This path is recommended if the feature you need requires deep
integration with an existing project. The community is always open to

View File

@ -18,7 +18,7 @@ tab with a :guilabel:`System Panel` and an :guilabel:`Identity` tab.
These interfaces give you access to system information and usage as
well as to settings for configuring what
end users can do. Refer to the `OpenStack Administrator
Guide <http://docs.openstack.org/admin-guide/dashboard.html>`__ for
Guide <https://docs.openstack.org/admin-guide/dashboard.html>`__ for
detailed how-to information about using the dashboard as an admin user.
Command-Line Tools
@ -50,7 +50,7 @@ Install OpenStack command-line clients
For instructions on installing, upgrading, or removing command-line clients,
see the `Install the OpenStack command-line clients
<http://docs.openstack.org/user-guide/common/cli-install-openstack-command-line-clients.html>`_
<https://docs.openstack.org/user-guide/common/cli-install-openstack-command-line-clients.html>`_
section in OpenStack End User Guide.
.. note::
@ -579,5 +579,5 @@ Summary
We hope you have enjoyed this quick tour of your working environment,
including how to interact with your cloud and extract useful
information. From here, you can use the `OpenStack Administrator
Guide <http://docs.openstack.org/admin-guide/>`_ as your
Guide <https://docs.openstack.org/admin-guide/>`_ as your
reference for all of the command-line functionality in your cloud.

View File

@ -82,7 +82,7 @@ have many missing services if it goes down.
To avoid this situation, create a highly available cloud controller
cluster. This is outside the scope of this document, but you can read
more in the `OpenStack High Availability
Guide <http://docs.openstack.org/ha-guide/index.html>`_.
Guide <https://docs.openstack.org/ha-guide/index.html>`_.
The next best approach is to use a configuration-management tool, such
as Puppet, to automatically build a cloud controller. This should not

View File

@ -93,11 +93,11 @@ by the Telemetry service could be used for billing. Depending on
deployment configuration, collected data may be accessible to users
based on the deployment configuration. The Telemetry service provides a
REST API documented at `ceilometer V2 Web API
<http://docs.openstack.org/developer/ceilometer/webapi/v2.html>`_. You can
<https://docs.openstack.org/developer/ceilometer/webapi/v2.html>`_. You can
read more about the module in the `OpenStack Administrator
Guide <http://docs.openstack.org/admin-guide/telemetry.html>`_ or
Guide <https://docs.openstack.org/admin-guide/telemetry.html>`_ or
in the `developer
documentation <http://docs.openstack.org/developer/ceilometer>`_.
documentation <https://docs.openstack.org/developer/ceilometer>`_.
OpenStack Specific Resources
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

View File

@ -98,7 +98,7 @@ software defined networking (SDN) hardware or plug-ins that use Linux
native facilities on your hosts, such as Open vSwitch or Linux Bridge.
The networking chapter of the `OpenStack Administrator
Guide <http://docs.openstack.org/admin-guide/networking.html>`_
Guide <https://docs.openstack.org/admin-guide/networking.html>`_
shows a variety of networking scenarios and their connection paths. The
purpose of this section is to give you the tools to troubleshoot the
various components involved however they are plumbed together in your

View File

@ -36,7 +36,7 @@ Upgrade planning
- Consider adopting structure and options from the service
configuration files and merging them with existing configuration
files. The `OpenStack Configuration
Reference <http://docs.openstack.org/newton/config-reference/>`_
Reference <https://docs.openstack.org/newton/config-reference/>`_
contains new, updated, and deprecated options for most services.
- Like all major system upgrades, your upgrade could fail for one or
@ -96,7 +96,7 @@ Watch the network
To set up the test environment, you can use one of several methods:
- Do a full manual install by using the `Installation Tutorials and Guides
<http://docs.openstack.org/project-install-guide/newton/>`_ for
<https://docs.openstack.org/project-install-guide/newton/>`_ for
your platform. Review the final configuration files and installed
packages.
@ -177,7 +177,7 @@ Upgrade process
This section describes the process to upgrade a basic OpenStack
deployment based on the basic two-node architecture in the `Installation
Tutorials and Guides
<http://docs.openstack.org/project-install-guide/newton/>`_. All
<https://docs.openstack.org/project-install-guide/newton/>`_. All
nodes must run a supported distribution of Linux with a recent kernel
and the current release packages.
@ -188,13 +188,13 @@ Refer to the following upgrade notes for information on upgrading specific
OpenStack services:
* `Upgrading the Networking service
<http://docs.openstack.org/developer/neutron/devref/upgrade.html>`_
<https://docs.openstack.org/developer/neutron/devref/upgrade.html>`_
* `Upgrading the Compute service
<http://docs.openstack.org/developer/nova/upgrade.html>`_
<https://docs.openstack.org/developer/nova/upgrade.html>`_
* `Upgrading the Identity service
<http://docs.openstack.org/developer/keystone/upgrading.html>`_
<https://docs.openstack.org/developer/keystone/upgrading.html>`_
* `Upgrading the Block Storage service
<http://docs.openstack.org/developer/cinder/upgrade.html>`_
<https://docs.openstack.org/developer/cinder/upgrade.html>`_
Prerequisites
-------------
@ -243,7 +243,7 @@ Perform a backup
Consider updating your SQL server configuration as described in the
`Installation Tutorials and Guides
<http://docs.openstack.org/project-install-guide/newton/>`_.
<https://docs.openstack.org/project-install-guide/newton/>`_.
Manage repositories
-------------------

View File

@ -316,7 +316,7 @@ A full set of options can be found using:
$ glance help
or the `Command-Line Interface
Reference <http://docs.openstack.org/cli-reference/glance.html>`__.
Reference <https://docs.openstack.org/cli-reference/glance.html>`__.
The Image service and the Database
----------------------------------
@ -851,7 +851,7 @@ or run this from the command line:
For more information about updating Block Storage volumes (for
example, resizing or transferring), see the `OpenStack End User
Guide <http://docs.openstack.org/user-guide/common/cli-manage-volumes.html>`__.
Guide <https://docs.openstack.org/user-guide/common/cli-manage-volumes.html>`__.
Block Storage Creation Failures
-------------------------------
@ -878,7 +878,7 @@ The default configuration of the Shared File Systems service depends on
the back-end driver the admin chooses when starting the Shared File
Systems service. For more information about existing back-end drivers,
see `Share Backends
<http://docs.openstack.org/developer/manila/devref/index.html#share-backends>`__
<https://docs.openstack.org/developer/manila/devref/index.html#share-backends>`__
of Shared File Systems service Developer Guide. For example, in case of
OpenStack Block Storage based back-end is used, the Shared File Systems
service cares about everything, including VMs, networking, keypairs, and
@ -902,36 +902,36 @@ large number of operations with shares:
* Use security services
For more information on share management see `Share management
<http://docs.openstack.org/admin-guide/shared-file-systems-share-management.html>`__
<https://docs.openstack.org/admin-guide/shared-file-systems-share-management.html>`__
of chapter “Shared File Systems” in OpenStack Administrator Guide.
As to Security services, you should remember that different drivers
support different authentication methods, while generic driver does not
support Security Services at all (see section `Security services
<http://docs.openstack.org/admin-guide/shared-file-systems-security-services.html>`__
<https://docs.openstack.org/admin-guide/shared-file-systems-security-services.html>`__
of chapter “Shared File Systems” in OpenStack Administrator Guide).
You can create a share in a network, list shares, and show information
for, update, and delete a specified share. You can also create snapshots
of shares (see `Share snapshots
<http://docs.openstack.org/admin-guide/shared-file-systems-snapshots.html>`__
<https://docs.openstack.org/admin-guide/shared-file-systems-snapshots.html>`__
of chapter “Shared File Systems” in OpenStack Administrator Guide).
There are default and specific share types that allow you to filter or
choose back-ends before you create a share. Functions and behaviour of
share type is similar to Block Storage volume type (see `Share types
<http://docs.openstack.org/admin-guide/shared-file-systems-share-types.html>`__
<https://docs.openstack.org/admin-guide/shared-file-systems-share-types.html>`__
of chapter “Shared File Systems” in OpenStack Administrator Guide).
To help users keep and restore their data, Shared File Systems service
provides a mechanism to create and operate snapshots (see `Share snapshots
<http://docs.openstack.org/admin-guide/shared-file-systems-snapshots.html>`__
<https://docs.openstack.org/admin-guide/shared-file-systems-snapshots.html>`__
of chapter “Shared File Systems” in OpenStack Administrator Guide).
A security service stores configuration information for clients for
authentication and authorization. Inside Manila a share network can be
associated with up to three security types (for detailed information see
`Security services
<http://docs.openstack.org/admin-guide/shared-file-systems-security-services.html>`__
<https://docs.openstack.org/admin-guide/shared-file-systems-security-services.html>`__
of chapter “Shared File Systems” in OpenStack Administrator Guide):
* LDAP
@ -953,7 +953,7 @@ called StandaloneNetworkPlugin is used. In this case, provide network
information in the configuration: IP range, network type, and
segmentation ID. Also you can add security services to a share network
(see section
`“Networking” <http://docs.openstack.org/admin-guide/shared-file-systems-networking.html>`__
`“Networking” <https://docs.openstack.org/admin-guide/shared-file-systems-networking.html>`__
of chapter “Shared File Systems” in OpenStack Administrator Guide).
@ -961,7 +961,7 @@ The main idea of consistency groups is to enable you to create snapshots
at the exact same point in time from multiple file system shares. Those
snapshots can be then used for restoring all shares that were associated
with the consistency group (see section `“Consistency
groups” <http://docs.openstack.org/admin-guide/shared-file-systems-cgroups.html>`__
groups” <https://docs.openstack.org/admin-guide/shared-file-systems-cgroups.html>`__
of chapter “Shared File Systems” in OpenStack Administrator Guide).
Shared File System storage allows administrators to set limits and
@ -988,7 +988,7 @@ quotas for the following resources:
User can see his rate limits and absolute limits by running commands
:command:`manila rate-limits` and :command:`manila absolute-limits`
respectively. For more details on limits and quotas see `Quotas and limits
<http://docs.openstack.org/admin-guide/shared-file-systems-quotas.html>`__
<https://docs.openstack.org/admin-guide/shared-file-systems-quotas.html>`__
of "Share management" section of OpenStack Administrator Guide document.
This section lists several of the most important Use Cases that
@ -1171,7 +1171,7 @@ system and use it for your purposes.
.. note::
See `Share Management
<http://docs.openstack.org/admin-guide/shared-file-systems-share-management.html>`__
<https://docs.openstack.org/admin-guide/shared-file-systems-share-management.html>`__
of “Shared File Systems” section of OpenStack Administrator Guide
document for the details on share management operations.
@ -1254,7 +1254,7 @@ specified access rules:
For the details of features supported by different drivers see
`Manila share features support mapping
<http://docs.openstack.org/developer/manila/devref/share_back_ends_feature_support_mapping.html>`__
<https://docs.openstack.org/developer/manila/devref/share_back_ends_feature_support_mapping.html>`__
of Manila Developer Guide document.
Manage Shares
@ -1409,7 +1409,7 @@ permissions to run it:
For more details and additional information about other cases,
features, API commands etc, see `Share Management
<http://docs.openstack.org/admin-guide/shared-file-systems-share-management.html>`__
<https://docs.openstack.org/admin-guide/shared-file-systems-share-management.html>`__
of “Shared File Systems” section of OpenStack Administrator Guide document.
Create Snapshots
@ -1468,7 +1468,7 @@ To make sure that the snapshot is available, run:
For more details and additional information on snapshots, see
`Share Snapshots
<http://docs.openstack.org/admin-guide/shared-file-systems-snapshots.html>`__
<https://docs.openstack.org/admin-guide/shared-file-systems-snapshots.html>`__
of “Shared File Systems” section of “OpenStack Administrator Guide” document.
@ -1542,7 +1542,7 @@ Share use case described earlier in this chapter.
.. tip::
See `Share Networks
<http://docs.openstack.org/admin-guide/shared-file-systems-share-networks.html>`__
<https://docs.openstack.org/admin-guide/shared-file-systems-share-networks.html>`__
of “Shared File Systems” section of OpenStack Administrator Guide
document for more details.
@ -1617,7 +1617,7 @@ You also can add and remove the security services to the share network.
.. tip::
For details, see subsection `Security Services
<http://docs.openstack.org/admin-guide/shared-file-systems-security-services.html>`__
<https://docs.openstack.org/admin-guide/shared-file-systems-security-services.html>`__
of “Shared File Systems” section of OpenStack Administrator Guide document.
Instances
@ -2007,13 +2007,13 @@ is now attached as ``/dev/vda``:
Read more detailed instructions for launching an instance from a
bootable volume in the `OpenStack End User
Guide <http://docs.openstack.org/user-guide/cli-nova-launch-instance-from-volume.html>`__.
Guide <https://docs.openstack.org/user-guide/cli-nova-launch-instance-from-volume.html>`__.
To boot normally from an image and attach block storage, map to a device
other than vda. You can find instructions for launching an instance and
attaching a volume to the instance and for copying the image to the
attached volume in the `OpenStack End User
Guide <http://docs.openstack.org/user-guide/dashboard-launch-instances.html>`__.
Guide <https://docs.openstack.org/user-guide/dashboard-launch-instances.html>`__.
Taking Snapshots
~~~~~~~~~~~~~~~~
@ -2284,7 +2284,7 @@ Good Luck!
This section was intended as a brief introduction to some of the most
useful of many OpenStack commands. For an exhaustive list, please refer
to the `OpenStack Administrator Guide <http://docs.openstack.org/admin-guide/>`__.
to the `OpenStack Administrator Guide <https://docs.openstack.org/admin-guide/>`__.
We hope your users remain happy and recognize your hard work!
(For more hard work, turn the page to the next chapter, where we discuss
the system-facing operations: maintenance, failures and debugging.)

View File

@ -6,7 +6,7 @@ The OpenStack Dashboard provides a graphical interface to manage users.
This section describes user management with the Dashboard.
You can also `manage projects, users, and roles
<http://docs.openstack.org/admin-guide/cli-manage-projects-users-and-roles.html>`_
<https://docs.openstack.org/admin-guide/cli-manage-projects-users-and-roles.html>`_
from the command-line clients.
In addition, many sites write custom tools for local needs to enforce

View File

@ -131,7 +131,7 @@ Further Reading
---------------
There are other books on the `OpenStack documentation
website <http://docs.openstack.org>`_ that can help you get the job
website <https://docs.openstack.org>`_ that can help you get the job
done.
Installation Tutorials and Guides
@ -139,41 +139,41 @@ Installation Tutorials and Guides
automation, for multiple distributions based on a packaging system:
- `OpenStack Installation Tutorial for openSUSE and SUSE Linux Enterprise
<http://docs.openstack.org/newton/install-guide-obs/>`_
<https://docs.openstack.org/newton/install-guide-obs/>`_
- `OpenStack Installation Tutorial for Red Hat Enterprise Linux and CentOS
<http://docs.openstack.org/newton/install-guide-rdo/>`_
<https://docs.openstack.org/newton/install-guide-rdo/>`_
- `OpenStack Installation Tutorial for Ubuntu
<http://docs.openstack.org/newton/install-guide-ubuntu/>`_
<https://docs.openstack.org/newton/install-guide-ubuntu/>`_
`OpenStack Configuration Reference <http://docs.openstack.org/newton/config-reference/>`_
`OpenStack Configuration Reference <https://docs.openstack.org/newton/config-reference/>`_
Contains a reference listing of all configuration options for core
and integrated OpenStack services by release version
`OpenStack Administrator Guide <http://docs.openstack.org/admin-guide/>`_
`OpenStack Administrator Guide <https://docs.openstack.org/admin-guide/>`_
Contains how-to information for managing an OpenStack cloud as
needed for your use cases, such as storage, computing, or
software-defined-networking
`OpenStack High Availability Guide <http://docs.openstack.org/ha-guide/index.html>`_
`OpenStack High Availability Guide <https://docs.openstack.org/ha-guide/index.html>`_
Describes potential strategies for making your OpenStack services
and related controllers and data stores highly available
`OpenStack Security Guide <http://docs.openstack.org/sec/>`_
`OpenStack Security Guide <https://docs.openstack.org/sec/>`_
Provides best practices and conceptual information about securing an
OpenStack cloud
`Virtual Machine Image Guide <http://docs.openstack.org/image-guide/>`_
`Virtual Machine Image Guide <https://docs.openstack.org/image-guide/>`_
Shows you how to obtain, create, and modify virtual machine images
that are compatible with OpenStack
`OpenStack End User Guide <http://docs.openstack.org/user-guide/>`_
`OpenStack End User Guide <https://docs.openstack.org/user-guide/>`_
Shows OpenStack end users how to create and manage resources in an
OpenStack cloud with the OpenStack dashboard and OpenStack client
commands
`OpenStack Networking Guide <http://docs.openstack.org/newton/networking-guide/>`_
`OpenStack Networking Guide <https://docs.openstack.org/newton/networking-guide/>`_
This guide targets OpenStack administrators seeking to deploy and
manage OpenStack Networking (neutron).
@ -438,7 +438,7 @@ content on GitHub and enables collaboration among contributors.
Learn more about how to contribute to the OpenStack docs at `OpenStack
Documentation Contributor
Guide <http://docs.openstack.org/contributor-guide/>`_.
Guide <https://docs.openstack.org/contributor-guide/>`_.
If you find a bug and can't fix it or aren't sure it's really a doc bug,
log a bug at `OpenStack