[admin-guide] use https instead of http for docs.o.o
Change-Id: Ib877c232b8a988242894dad2e19ebf091b3d85a3
This commit is contained in:
parent
84a6622b46
commit
1548c69a2e
doc/admin-guide
setup.cfg
source
baremetal-multitenancy.rstblockstorage-boot-from-volume.rstblockstorage-volume-migration.rstblockstorage.rstcli-admin-manage-ip-addresses.rstcli-admin-manage-stacks.rstcli-cinder-quotas.rstcli-manage-flavors.rstcli-manage-projects-users-and-roles.rstcli-networking-advanced-quotas.rstcompute-arch.rstcompute-configuring-migrations.rstcompute-cpu-topologies.rstcompute-flavors.rstcompute-huge-pages.rstcompute-images-instances.rstcompute-live-migration-usage.rstcompute-manage-logs.rstcompute-manage-the-cloud.rstcompute-networking-nova.rstcompute-node-down.rstcompute-pci-passthrough.rstcompute-security.rstcompute-service-groups.rstcross-project-cors.rstdashboard-admin-manage-stacks.rstdashboard-customize-configure.rstdashboard-manage-host-aggregates.rstdashboard-manage-images.rstdashboard-manage-instances.rstdashboard-manage-shares.rstdashboard-manage-volumes.rstdashboard-sessions.rstdashboard-set-quotas.rstdashboard-view-cloud-resources.rstdashboard.rstdatabase.rstidentity-caching-layer.rstidentity-concepts.rstidentity-integrate-with-ldap.rstnetworking-config-agents.rstnetworking-config-identity.rstnetworking-config-plugins.rstnetworking-introduction.rstnetworking-multi-dhcp-agents.rstnetworking-use.rstobjectstorage-EC.rstobjectstorage-admin.rstobjectstorage-components.rstobjectstorage-large-objects.rstobjectstorage-monitoring.rstorchestration-introduction.rstshared-file-systems-crud-share.rstshared-file-systems-network-plugins.rstshared-file-systems-scheduling.rstshared-file-systems-share-replication.rstshared-file-systems-share-types.rstsupport-compute.rsttelemetry-alarms.rsttelemetry-best-practices.rsttelemetry-data-collection.rsttelemetry-data-pipelines.rsttelemetry-data-retrieval.rsttelemetry-events.rsttelemetry-measurements.rsttelemetry-system-architecture.rsttelemetry-troubleshooting-guide.rstts-no-emulator-x86-64.rst
@ -3,7 +3,7 @@ name = openstackcloudadminguide
|
||||
summary = OpenStack Cloud Administrator 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
|
||||
|
@ -49,7 +49,7 @@ To enable the Networking service ML2 driver, edit the
|
||||
param_3 = ...
|
||||
|
||||
For more details, see
|
||||
`Networking service mechanism drivers <http://docs.openstack.org/newton/networking-guide/config-ml2.html#mechanism-drivers>`__.
|
||||
`Networking service mechanism drivers <https://docs.openstack.org/newton/networking-guide/config-ml2.html#mechanism-drivers>`__.
|
||||
|
||||
Configure Bare Metal service
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
@ -6,5 +6,5 @@ In some cases, you can store and run instances from inside volumes.
|
||||
For information, see the `Launch an instance from a volume`_ section
|
||||
in the `OpenStack End User Guide`_.
|
||||
|
||||
.. _`Launch an instance from a volume`: http://docs.openstack.org/user-guide/cli-nova-launch-instance-from-volume.html
|
||||
.. _`OpenStack End User Guide`: http://docs.openstack.org/user-guide/
|
||||
.. _`Launch an instance from a volume`: https://docs.openstack.org/user-guide/cli-nova-launch-instance-from-volume.html
|
||||
.. _`OpenStack End User Guide`: https://docs.openstack.org/user-guide/
|
||||
|
@ -25,7 +25,7 @@ These workflows are possible for a migration:
|
||||
.. note::
|
||||
|
||||
While most back ends support this function, not all do. See the `driver
|
||||
documentation <http://docs.openstack.org/newton/config-reference/block-storage/volume-drivers.html>`__
|
||||
documentation <https://docs.openstack.org/newton/config-reference/block-storage/volume-drivers.html>`__
|
||||
in the OpenStack Configuration Reference for more details.
|
||||
|
||||
#. If the volume is attached to a VM instance, the Block Storage creates a
|
||||
|
@ -28,5 +28,5 @@ Amazon EC2 Elastic Block Storage (EBS) offering.
|
||||
blockstorage-manage-volumes.rst
|
||||
blockstorage-troubleshoot.rst
|
||||
|
||||
.. _`Storage Decisions`: http://docs.openstack.org/ops-guide/arch-storage.html
|
||||
.. _`OpenStack Operations Guide`: http://docs.openstack.org/ops-guide/
|
||||
.. _`Storage Decisions`: https://docs.openstack.org/ops-guide/arch-storage.html
|
||||
.. _`OpenStack Operations Guide`: https://docs.openstack.org/ops-guide/
|
||||
|
@ -13,7 +13,7 @@ Internet.
|
||||
addresses with projects and instances. You can change user permissions for
|
||||
managing IP addresses by updating the ``/etc/nova/policy.json``
|
||||
file. For basic floating-IP procedures, refer to the `Allocate a
|
||||
floating address to an instance <http://docs.openstack.org/user-guide/configure-access-and-security-for-instances.html#allocate-a-floating-ip-address-to-an-instance>`_
|
||||
floating address to an instance <https://docs.openstack.org/user-guide/configure-access-and-security-for-instances.html#allocate-a-floating-ip-address-to-an-instance>`_
|
||||
section in the OpenStack End User Guide.
|
||||
|
||||
- For details on creating public networks using OpenStack Networking
|
||||
|
@ -20,10 +20,10 @@ For information about:
|
||||
|
||||
- basic creation and deletion of Orchestration stacks, refer
|
||||
to the `OpenStack End User Guide
|
||||
<http://docs.openstack.org/user-guide/dashboard-stacks.html>`_
|
||||
<https://docs.openstack.org/user-guide/dashboard-stacks.html>`_
|
||||
|
||||
- **openstack** CLI, see the `OpenStackClient documentation
|
||||
<http://docs.openstack.org/developer/python-openstackclient/>`_
|
||||
<https://docs.openstack.org/developer/python-openstackclient/>`_
|
||||
|
||||
.. note::
|
||||
|
||||
|
@ -96,7 +96,7 @@ service quotas.
|
||||
update the property in the :guilabel:`cinder.quota`
|
||||
section of the ``/etc/cinder/cinder.conf`` file.
|
||||
For more information, see the `Block Storage service
|
||||
<http://docs.openstack.org/newton/config-reference/block-storage.html>`_
|
||||
<https://docs.openstack.org/newton/config-reference/block-storage.html>`_
|
||||
in OpenStack Configuration Reference.
|
||||
|
||||
#. To update Block Storage service quotas for an existing project
|
||||
|
@ -123,7 +123,7 @@ Create a flavor
|
||||
flavor that you do not want other projects to have access to,
|
||||
you can change the flavor's access to make it a private flavor.
|
||||
See
|
||||
`Private Flavors in the OpenStack Operations Guide <http://docs.openstack.org/ops-guide/ops-user-facing-operations.html#private-flavors>`_.
|
||||
`Private Flavors in the OpenStack Operations Guide <https://docs.openstack.org/ops-guide/ops-user-facing-operations.html#private-flavors>`_.
|
||||
|
||||
For a list of optional parameters, run this command:
|
||||
|
||||
|
@ -28,7 +28,7 @@ from its primary project.
|
||||
|
||||
Before you can run client commands, you must download and
|
||||
source an OpenStack RC file. See `Download and source the OpenStack RC file
|
||||
<http://docs.openstack.org/user-guide/common/cli-set-environment-variables-using-openstack-rc.html#download-and-source-the-openstack-rc-file>`_.
|
||||
<https://docs.openstack.org/user-guide/common/cli-set-environment-variables-using-openstack-rc.html#download-and-source-the-openstack-rc-file>`_.
|
||||
|
||||
Projects
|
||||
~~~~~~~~
|
||||
|
@ -146,7 +146,7 @@ the default set of quotas are enforced for all projects, so no
|
||||
| description | Expose functions for quotas management per tenant |
|
||||
| links | |
|
||||
| name | Quota management support |
|
||||
| namespace | http://docs.openstack.org/network/ext/quotas-sets/api/v2.0 |
|
||||
| namespace | https://docs.openstack.org/network/ext/quotas-sets/api/v2.0 |
|
||||
| updated | 2012-07-29T10:00:00-00:00 |
|
||||
+-------------+------------------------------------------------------------+
|
||||
|
||||
|
@ -47,7 +47,7 @@ into account. However, the majority of OpenStack development is done on
|
||||
systems using KVM and Xen-based hypervisors. For a detailed list of
|
||||
features and support across different hypervisors, see the
|
||||
`Feature Support Matrix
|
||||
<http://docs.openstack.org/developer/nova/support-matrix.html>`_.
|
||||
<https://docs.openstack.org/developer/nova/support-matrix.html>`_.
|
||||
|
||||
You can also orchestrate clouds using multiple hypervisors in different
|
||||
availability zones. Compute supports the following hypervisors:
|
||||
@ -73,7 +73,7 @@ availability zones. Compute supports the following hypervisors:
|
||||
- `Xen <http://www.xen.org/support/documentation.html>`__
|
||||
|
||||
For more information about hypervisors, see the
|
||||
`Hypervisors <http://docs.openstack.org/newton/config-reference/compute/hypervisors.html>`__
|
||||
`Hypervisors <https://docs.openstack.org/newton/config-reference/compute/hypervisors.html>`__
|
||||
section in the OpenStack Configuration Reference.
|
||||
|
||||
Projects, users, and roles
|
||||
@ -179,7 +179,7 @@ to keep ephemeral storage, depending on the flavor selected. In this
|
||||
case, the root file system can be on the persistent volume, and its
|
||||
state is maintained, even if the instance is shut down. For more
|
||||
information about this type of configuration, see `Introduction to the
|
||||
Block Storage service <http://docs.openstack.org/newton/config-reference/block-storage/block-storage-overview.html>`_
|
||||
Block Storage service <https://docs.openstack.org/newton/config-reference/block-storage/block-storage-overview.html>`_
|
||||
in the OpenStack Configuration Reference.
|
||||
|
||||
.. note::
|
||||
|
@ -35,7 +35,7 @@ The migration types are:
|
||||
|
||||
- **Block live migration**. No shared storage is required.
|
||||
Incompatible with read-only devices such as CD-ROMs and
|
||||
`Configuration Drive (config\_drive) <http://docs.openstack.org/user-guide/cli-config-drive.html>`_.
|
||||
`Configuration Drive (config\_drive) <https://docs.openstack.org/user-guide/cli-config-drive.html>`_.
|
||||
|
||||
- **Volume-backed live migration**. Instances are backed by volumes
|
||||
rather than ephemeral disk, no shared storage is required, and
|
||||
@ -270,7 +270,7 @@ Example Compute installation environment
|
||||
|
||||
#. You can now configure other options for live migration. In most cases, you
|
||||
will not need to configure any options. For advanced configuration options,
|
||||
see the `OpenStack Configuration Reference Guide <http://docs.openstack.org/
|
||||
see the `OpenStack Configuration Reference Guide <https://docs.openstack.org/
|
||||
liberty/config-reference/content/list-of-compute-config-options.html
|
||||
#config_table_nova_livemigration>`_.
|
||||
|
||||
@ -309,7 +309,7 @@ configuration is required.
|
||||
parameter with the live migration command.
|
||||
|
||||
- Block migration is incompatible with read-only devices such as
|
||||
CD-ROMs and `Configuration Drive (config_drive) <http://docs.openstack.org/user-guide/cli-config-drive.html>`_.
|
||||
CD-ROMs and `Configuration Drive (config_drive) <https://docs.openstack.org/user-guide/cli-config-drive.html>`_.
|
||||
|
||||
- Since the ephemeral drives are copied over the network in block
|
||||
migration, migrations of instances with heavy I/O loads may never
|
||||
|
@ -306,7 +306,7 @@ For more information about image metadata, refer to the `Image metadata`_
|
||||
guide.
|
||||
|
||||
.. Links
|
||||
.. _`Scheduling`: http://docs.openstack.org/newton/config-reference/compute/scheduler.html
|
||||
.. _`Flavors`: http://docs.openstack.org/admin-guide/compute-flavors.html
|
||||
.. _`Image metadata`: http://docs.openstack.org/image-guide/image-metadata.html
|
||||
.. _`Scheduling`: https://docs.openstack.org/newton/config-reference/compute/scheduler.html
|
||||
.. _`Flavors`: https://docs.openstack.org/admin-guide/compute-flavors.html
|
||||
.. _`Image metadata`: https://docs.openstack.org/image-guide/image-metadata.html
|
||||
.. _`discussion`: http://lists.openstack.org/pipermail/openstack-dev/2016-March/090367.html
|
||||
|
@ -524,7 +524,7 @@ PCI passthrough
|
||||
|
||||
- ALIAS: (string) The alias which correspond to a particular PCI device
|
||||
class as configured in the nova configuration file (see `nova.conf
|
||||
configuration options <http://docs.openstack.org/newton/config-reference/compute/config-options.html>`_).
|
||||
configuration options <https://docs.openstack.org/newton/config-reference/compute/config-options.html>`_).
|
||||
- COUNT: (integer) The amount of PCI devices of type ALIAS to be assigned
|
||||
to a guest.
|
||||
|
||||
|
@ -235,5 +235,5 @@ guide.
|
||||
.. Links
|
||||
.. _`Linux THP guide`: https://www.kernel.org/doc/Documentation/vm/transhuge.txt
|
||||
.. _`Linux hugetlbfs guide`: https://www.kernel.org/doc/Documentation/vm/hugetlbpage.txt
|
||||
.. _`Flavors`: http://docs.openstack.org/admin-guide/compute-flavors.html
|
||||
.. _`Image metadata`: http://docs.openstack.org/image-guide/image-metadata.html
|
||||
.. _`Flavors`: https://docs.openstack.org/admin-guide/compute-flavors.html
|
||||
.. _`Image metadata`: https://docs.openstack.org/image-guide/image-metadata.html
|
||||
|
@ -27,11 +27,11 @@ flavors that you can edit or add to.
|
||||
|
||||
- For more information about creating and troubleshooting images,
|
||||
see the `OpenStack Virtual Machine Image
|
||||
Guide <http://docs.openstack.org/image-guide/>`__.
|
||||
Guide <https://docs.openstack.org/image-guide/>`__.
|
||||
|
||||
- For more information about image configuration options, see the
|
||||
`Image services
|
||||
<http://docs.openstack.org/newton/config-reference/image.html>`__
|
||||
<https://docs.openstack.org/newton/config-reference/image.html>`__
|
||||
section of the OpenStack Configuration Reference.
|
||||
|
||||
- For more information about flavors, see :ref:`compute-flavors`.
|
||||
@ -270,7 +270,7 @@ can also be used to set policies for Image service actions.
|
||||
|
||||
To view a sample configuration file, see
|
||||
`glance-api.conf
|
||||
<http://docs.openstack.org/newton/config-reference/image/glance-api.conf.html>`__.
|
||||
<https://docs.openstack.org/newton/config-reference/image/glance-api.conf.html>`__.
|
||||
|
||||
#. Optionally, in the ``glance-api.conf`` file, specify whether roles or
|
||||
policies are used in the property protections configuration file
|
||||
@ -283,7 +283,7 @@ can also be used to set policies for Image service actions.
|
||||
|
||||
To view a sample configuration file, see
|
||||
`glance-api.conf
|
||||
<http://docs.openstack.org/newton/config-reference/image/glance-api.conf.html>`__.
|
||||
<https://docs.openstack.org/newton/config-reference/image/glance-api.conf.html>`__.
|
||||
|
||||
Image download: how it works
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
@ -319,7 +319,7 @@ Compute nodes also implement caching of images, meaning that if an image
|
||||
has been used before it won't necessarily be downloaded every time.
|
||||
Information on the configuration options for caching on compute nodes
|
||||
can be found in the `Configuration
|
||||
Reference <http://docs.openstack.org/newton/config-reference/>`__.
|
||||
Reference <https://docs.openstack.org/newton/config-reference/>`__.
|
||||
|
||||
Instance building blocks
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
@ -406,14 +406,14 @@ version using the pip python package installer:
|
||||
|
||||
For more information about python-novaclient and other command-line
|
||||
tools, see the `OpenStack End User
|
||||
Guide <http://docs.openstack.org/user-guide/cli.html>`__.
|
||||
Guide <https://docs.openstack.org/user-guide/cli.html>`__.
|
||||
|
||||
|
||||
Control where instances run
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
The `Scheduling section
|
||||
<http://docs.openstack.org/newton/config-reference/compute/scheduler.html>`__
|
||||
<https://docs.openstack.org/newton/config-reference/compute/scheduler.html>`__
|
||||
of OpenStack Configuration Reference
|
||||
provides detailed information on controlling where your instances run,
|
||||
including ensuring a set of instances run on different compute nodes for
|
||||
|
@ -16,7 +16,7 @@ Before starting a migration, review the Configure migrations section.
|
||||
under the default Compute configuration options, the instances
|
||||
are suspended before migration. For more information, see
|
||||
`Configure migrations
|
||||
<http://docs.openstack.org/newton/config-reference/compute/config-options.html>`_.
|
||||
<https://docs.openstack.org/newton/config-reference/compute/config-options.html>`_.
|
||||
in the OpenStack Configuration Reference.
|
||||
|
||||
**Migrating instances**
|
||||
|
@ -39,7 +39,7 @@ For more about the logging configuration syntax, including the
|
||||
on logging configuration files.
|
||||
|
||||
For an example of the ``logging.conf`` file with various defined handlers, see
|
||||
the `OpenStack Configuration Reference <http://docs.openstack.org/newton/config-reference/>`__.
|
||||
the `OpenStack Configuration Reference <https://docs.openstack.org/newton/config-reference/>`__.
|
||||
|
||||
Syslog
|
||||
~~~~~~
|
||||
|
@ -25,7 +25,7 @@ specific commands might be restricted by the Identity service.
|
||||
|
||||
To install python-openstackclient, follow the instructions in the
|
||||
`OpenStack User Guide
|
||||
<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>`_.
|
||||
|
||||
#. Confirm the installation was successful:
|
||||
|
||||
@ -48,7 +48,7 @@ specific commands might be restricted by the Identity service.
|
||||
|
||||
For a complete list of ``openstack`` commands and parameters, see the
|
||||
`OpenStack Command-Line Reference
|
||||
<http://docs.openstack.org/cli-reference/openstack.html>`__.
|
||||
<https://docs.openstack.org/cli-reference/openstack.html>`__.
|
||||
|
||||
#. Set the required parameters as environment variables to make running
|
||||
commands easier. For example, you can add ``--os-username`` as an
|
||||
|
@ -135,7 +135,7 @@ compute node runs its own ``nova-network`` service. In both cases, all
|
||||
traffic between VMs and the internet flows through ``nova-network``. Each
|
||||
mode has benefits and drawbacks. For more on this, see the Network
|
||||
Topology section in the `OpenStack Operations Guide
|
||||
<http://docs.openstack.org/ops-guide/arch-network-design.html#network-topology>`__.
|
||||
<https://docs.openstack.org/ops-guide/arch-network-design.html#network-topology>`__.
|
||||
|
||||
All networking options require network connectivity to be already set up
|
||||
between OpenStack physical nodes. OpenStack does not configure any
|
||||
@ -195,7 +195,7 @@ configuration file. Specify the configuration file using the
|
||||
|
||||
For more information about creating a dnsmasq configuration file, see
|
||||
the `OpenStack Configuration
|
||||
Reference <http://docs.openstack.org/newton/config-reference/>`__,
|
||||
Reference <https://docs.openstack.org/newton/config-reference/>`__,
|
||||
and `the dnsmasq
|
||||
documentation <http://www.thekelleys.org.uk/dnsmasq/docs/dnsmasq.conf.example>`__.
|
||||
|
||||
@ -720,7 +720,7 @@ to perform floating IP operations:
|
||||
|
||||
For more information about how administrators can associate floating IPs
|
||||
with instances, see `Manage IP
|
||||
addresses <http://docs.openstack.org/admin-guide/cli-admin-manage-ip-addresses.html>`__
|
||||
addresses <https://docs.openstack.org/admin-guide/cli-admin-manage-ip-addresses.html>`__
|
||||
in the OpenStack Administrator Guide.
|
||||
|
||||
Automatically add floating IPs
|
||||
|
@ -13,7 +13,7 @@ Evacuate instances
|
||||
|
||||
If a hardware malfunction or other error causes the cloud compute node to
|
||||
fail, you can use the :command:`nova evacuate` command to evacuate instances.
|
||||
See the `OpenStack Administrator Guide <http://docs.openstack.org/admin-guide/cli-nova-evacuate.html>`__.
|
||||
See the `OpenStack Administrator Guide <https://docs.openstack.org/admin-guide/cli-nova-evacuate.html>`__.
|
||||
|
||||
.. _nova-compute-node-down-manual-recovery:
|
||||
|
||||
|
@ -139,8 +139,8 @@ available with the specified ``vendor_id`` and ``product_id`` that matches the
|
||||
# openstack server create --flavor m1.large --image cirros-0.3.4-x86_64-uec --wait test-pci
|
||||
|
||||
.. Links
|
||||
.. _`Create Virtual Functions`: http://docs.openstack.org/newton/networking-guide/config-sriov.html#create-virtual-functions-compute
|
||||
.. _`Configure nova-scheduler`: http://docs.openstack.org/newton/networking-guide/config-sriov.html#configure-nova-scheduler-controller
|
||||
.. _`nova.conf configuration options`: http://docs.openstack.org/newton/config-reference/compute/config-options.html
|
||||
.. _`flavor`: http://docs.openstack.org/admin-guide/compute-flavors.html
|
||||
.. _`Networking Guide`: http://docs.openstack.org/newton/networking-guide/config-sriov.html
|
||||
.. _`Create Virtual Functions`: https://docs.openstack.org/newton/networking-guide/config-sriov.html#create-virtual-functions-compute
|
||||
.. _`Configure nova-scheduler`: https://docs.openstack.org/newton/networking-guide/config-sriov.html#configure-nova-scheduler-controller
|
||||
.. _`nova.conf configuration options`: https://docs.openstack.org/newton/config-reference/compute/config-options.html
|
||||
.. _`flavor`: https://docs.openstack.org/admin-guide/compute-flavors.html
|
||||
.. _`Networking Guide`: https://docs.openstack.org/newton/networking-guide/config-sriov.html
|
||||
|
@ -6,7 +6,7 @@ Security hardening
|
||||
|
||||
OpenStack Compute can be integrated with various third-party
|
||||
technologies to increase security. For more information, see the
|
||||
`OpenStack Security Guide <http://docs.openstack.org/sec/>`_.
|
||||
`OpenStack Security Guide <https://docs.openstack.org/sec/>`_.
|
||||
|
||||
Trusted compute pools
|
||||
~~~~~~~~~~~~~~~~~~~~~
|
||||
|
@ -92,7 +92,7 @@ To use the memcache driver, you must install memcached. You might
|
||||
already have it installed, as the same driver is also used for the
|
||||
OpenStack Object Storage and OpenStack dashboard. To install
|
||||
memcached, see the *Environment -> Memcached* section in the
|
||||
`Installation Tutorials and Guides <http://docs.openstack.org/project-install-guide/newton>`_
|
||||
`Installation Tutorials and Guides <https://docs.openstack.org/project-install-guide/newton>`_
|
||||
depending on your distribution.
|
||||
|
||||
These values in the ``/etc/nova/nova.conf`` file are required on every
|
||||
|
@ -63,7 +63,7 @@ human-readable string:
|
||||
|
||||
For more information about CORS configuration,
|
||||
see `cross-origin resource sharing
|
||||
<http://docs.openstack.org/newton/config-reference/common-configurations/cors.html>`_
|
||||
<https://docs.openstack.org/newton/config-reference/common-configurations/cors.html>`_
|
||||
in OpenStack Configuration Reference.
|
||||
|
||||
Enabling CORS with PasteDeploy
|
||||
|
@ -21,7 +21,7 @@ For information about:
|
||||
|
||||
* administrative tasks on the command-line, see
|
||||
the `OpenStack Administrator Guide
|
||||
<http://docs.openstack.org/admin-guide/cli-admin-manage-stacks.html>`__.
|
||||
<https://docs.openstack.org/admin-guide/cli-admin-manage-stacks.html>`__.
|
||||
|
||||
.. note::
|
||||
|
||||
@ -30,5 +30,5 @@ For information about:
|
||||
|
||||
* the basic creation and deletion of Orchestration stacks, refer to
|
||||
the `OpenStack End User Guide
|
||||
<http://docs.openstack.org/user-guide/dashboard-stacks.html>`__.
|
||||
<https://docs.openstack.org/user-guide/dashboard-stacks.html>`__.
|
||||
|
||||
|
@ -141,7 +141,7 @@ Logo link
|
||||
Help URL
|
||||
--------
|
||||
|
||||
#. By default, the help URL points to http://docs.openstack.org. To change
|
||||
#. By default, the help URL points to https://docs.openstack.org. To change
|
||||
this, edit the following attribute in ``local_settings.py``:
|
||||
|
||||
.. code-block:: python
|
||||
@ -305,7 +305,7 @@ The standard installation uses a non-encrypted HTTP channel.
|
||||
The service catalog configuration in the Identity service determines
|
||||
whether a service appears in the Dashboard.
|
||||
For the full listing, see `Horizon Settings and Configuration
|
||||
<http://docs.openstack.org/developer/horizon/topics/settings.html>`_.
|
||||
<https://docs.openstack.org/developer/horizon/topics/settings.html>`_.
|
||||
|
||||
#. Restart the Apache HTTP Server.
|
||||
|
||||
|
@ -11,7 +11,7 @@ multiple aggregates.
|
||||
|
||||
The scheduler uses this information to make scheduling decisions.
|
||||
For information, see
|
||||
`Scheduling <http://docs.openstack.org/newton/config-reference/compute/scheduler.html>`__.
|
||||
`Scheduling <https://docs.openstack.org/newton/config-reference/compute/scheduler.html>`__.
|
||||
|
||||
To create a host aggregate
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
@ -10,9 +10,9 @@ access.
|
||||
To create and manage images in specified projects as an end
|
||||
user, see the `upload and manage images with Dashboard in
|
||||
OpenStack End User Guide
|
||||
<http://docs.openstack.org/user-guide/dashboard-manage-images.html>`_
|
||||
<https://docs.openstack.org/user-guide/dashboard-manage-images.html>`_
|
||||
and `manage images with CLI in OpenStack End User Guide
|
||||
<http://docs.openstack.org/user-guide/common/cli-manage-images.html>`_ .
|
||||
<https://docs.openstack.org/user-guide/common/cli-manage-images.html>`_ .
|
||||
|
||||
To create and manage images as an administrator for other
|
||||
users, use the following procedures.
|
||||
@ -21,7 +21,7 @@ Create images
|
||||
~~~~~~~~~~~~~
|
||||
|
||||
For details about image creation, see the `Virtual Machine Image
|
||||
Guide <http://docs.openstack.org/image-guide/>`_.
|
||||
Guide <https://docs.openstack.org/image-guide/>`_.
|
||||
|
||||
#. Log in to the Dashboard and select the :guilabel:`admin` project
|
||||
from the drop-down list.
|
||||
|
@ -8,7 +8,7 @@ create a snapshot from, and migrate instances. You can also view the
|
||||
logs for instances or launch a VNC console for an instance.
|
||||
|
||||
For information about using the Dashboard to launch instances as an end
|
||||
user, see the `OpenStack End User Guide <http://docs.openstack.org/user-guide/dashboard-launch-instances.html>`__.
|
||||
user, see the `OpenStack End User Guide <https://docs.openstack.org/user-guide/dashboard-launch-instances.html>`__.
|
||||
|
||||
Create instance snapshots
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
@ -30,7 +30,7 @@ Create instance snapshots
|
||||
#. To launch an instance from the snapshot, select the snapshot and
|
||||
click :guilabel:`Launch`. For information about launching
|
||||
instances, see the
|
||||
`OpenStack End User Guide <http://docs.openstack.org/user-guide/dashboard-launch-instances.html>`__.
|
||||
`OpenStack End User Guide <https://docs.openstack.org/user-guide/dashboard-launch-instances.html>`__.
|
||||
|
||||
Control the state of an instance
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
@ -6,7 +6,7 @@ Shares are file storage that instances can access. Users can
|
||||
allow or deny a running instance to have access to a share at any time.
|
||||
For information about using the Dashboard to create and manage shares as
|
||||
an end user, see the
|
||||
`OpenStack End User Guide <http://docs.openstack.org/user-guide/dashboard-manage-shares.html>`_.
|
||||
`OpenStack End User Guide <https://docs.openstack.org/user-guide/dashboard-manage-shares.html>`_.
|
||||
|
||||
As an administrative user, you can manage shares and share types for users
|
||||
in various projects. You can create and delete share types, and view
|
||||
|
@ -6,7 +6,7 @@ Volumes are the Block Storage devices that you attach to instances to enable
|
||||
persistent storage. Users can attach a volume to a running instance or detach
|
||||
a volume and attach it to another instance at any time. For information about
|
||||
using the dashboard to create and manage volumes as an end user, see the
|
||||
`OpenStack End User Guide <http://docs.openstack.org/user-guide/dashboard-manage-volumes.html>`_.
|
||||
`OpenStack End User Guide <https://docs.openstack.org/user-guide/dashboard-manage-volumes.html>`_.
|
||||
|
||||
As an administrative user, you can manage volumes and volume types for users
|
||||
in various projects. You can create and delete volume types, and you can view
|
||||
|
@ -12,7 +12,7 @@ After architecting and implementing the core OpenStack
|
||||
services and other required services, combined with the Dashboard
|
||||
service steps below, users and administrators can use
|
||||
the OpenStack dashboard. Refer to the `OpenStack Dashboard
|
||||
<http://docs.openstack.org/user-guide/dashboard.html>`__
|
||||
<https://docs.openstack.org/user-guide/dashboard.html>`__
|
||||
chapter of the OpenStack End User Guide for
|
||||
further instructions on logging in to the Dashboard.
|
||||
|
||||
|
@ -24,7 +24,7 @@ quotas for new projects, as well as update quotas for existing projects.
|
||||
Using the command-line interface, you can manage quotas for the
|
||||
OpenStack Compute service, the OpenStack Block Storage service, and
|
||||
the OpenStack Networking service (see `OpenStack Administrator Guide
|
||||
<http://docs.openstack.org/admin-guide/cli-set-quotas.html>`_).
|
||||
<https://docs.openstack.org/admin-guide/cli-set-quotas.html>`_).
|
||||
Additionally, you can update Compute service quotas for
|
||||
project users.
|
||||
|
||||
@ -114,4 +114,4 @@ Update project quotas
|
||||
The dashboard does not show all possible project quotas.
|
||||
To view and update the quotas for a service, use its
|
||||
command-line client. See `OpenStack Administrator Guide
|
||||
<http://docs.openstack.org/admin-guide/cli-set-quotas.html>`_.
|
||||
<https://docs.openstack.org/admin-guide/cli-set-quotas.html>`_.
|
||||
|
@ -16,7 +16,7 @@ Compute) or by polling the infrastructure (for example, libvirt).
|
||||
:command:`ceilometer` command-line interface (CLI).
|
||||
|
||||
For basic administration information, refer to the `Measure Cloud
|
||||
Resources <http://docs.openstack.org/user-guide/cli-ceilometer.html>`_
|
||||
Resources <https://docs.openstack.org/user-guide/cli-ceilometer.html>`_
|
||||
chapter in the OpenStack End User Guide.
|
||||
|
||||
.. _dashboard-view-resource-stats:
|
||||
|
@ -7,7 +7,7 @@ manage OpenStack resources and services. The Dashboard allows you to
|
||||
interact with the OpenStack Compute cloud controller using the OpenStack
|
||||
APIs. For more information about installing and configuring the
|
||||
Dashboard, see the `Installation Tutorials and Guides
|
||||
<http://docs.openstack.org/project-install-guide/newton/>`__
|
||||
<https://docs.openstack.org/project-install-guide/newton/>`__
|
||||
for your operating system.
|
||||
|
||||
.. toctree::
|
||||
@ -27,11 +27,11 @@ for your operating system.
|
||||
dashboard-admin-manage-stacks.rst
|
||||
|
||||
- To deploy the dashboard, see the `OpenStack dashboard documentation
|
||||
<http://docs.openstack.org/developer/horizon/topics/deployment.html>`__.
|
||||
<https://docs.openstack.org/developer/horizon/topics/deployment.html>`__.
|
||||
- To launch instances with the dashboard as an end user, see the
|
||||
`Launch and manage instances
|
||||
<http://docs.openstack.org/user-guide/dashboard-launch-instances.html>`__.
|
||||
<https://docs.openstack.org/user-guide/dashboard-launch-instances.html>`__.
|
||||
in the OpenStack End User Guide.
|
||||
- To create and manage ports, see the `Create and manage networks
|
||||
<http://docs.openstack.org/user-guide/dashboard-create-networks.html#create-a-port>`__
|
||||
<https://docs.openstack.org/user-guide/dashboard-create-networks.html#create-a-port>`__
|
||||
section of the OpenStack End User Guide.
|
||||
|
@ -23,7 +23,7 @@ configuration, patching, backups, restores, and monitoring.
|
||||
You can modify various cluster characteristics by editing the
|
||||
``/etc/trove/trove.conf`` file. A comprehensive list of the Database
|
||||
service configuration options is described in the `Database service
|
||||
<http://docs.openstack.org/newton/config-reference/database.html>`_
|
||||
<https://docs.openstack.org/newton/config-reference/database.html>`_
|
||||
chapter in the *Configuration Reference*.
|
||||
|
||||
Create a data store
|
||||
@ -446,7 +446,7 @@ Redis.
|
||||
testing and Database service development installations.
|
||||
Do not use Redstack in a production environment. For
|
||||
more information, see `the Database service
|
||||
developer docs <http://docs.openstack.org/developer/trove/dev/install.html#running-redstack-to-install-trove>`_
|
||||
developer docs <https://docs.openstack.org/developer/trove/dev/install.html#running-redstack-to-install-trove>`_
|
||||
|
||||
#. Start Redis:
|
||||
|
||||
|
@ -5,7 +5,7 @@ Caching layer
|
||||
|
||||
OpenStack Identity supports a caching layer that is above the
|
||||
configurable subsystems (for example, token). OpenStack Identity uses the
|
||||
`oslo.cache <http://docs.openstack.org/developer/oslo.cache/>`__
|
||||
`oslo.cache <https://docs.openstack.org/developer/oslo.cache/>`__
|
||||
library which allows flexible cache back ends. The majority of the
|
||||
caching configuration options are set in the ``[cache]`` section of the
|
||||
``/etc/keystone/keystone.conf`` file. However, each section that has
|
||||
|
@ -303,7 +303,7 @@ service, such as, a user named ``nova`` for the Compute service, and a
|
||||
special service project called ``service``.
|
||||
|
||||
For information about how to create services and endpoints, see the
|
||||
`OpenStack Administrator Guide <http://docs.openstack.org/admin-guide/
|
||||
`OpenStack Administrator Guide <https://docs.openstack.org/admin-guide/
|
||||
cli-manage-services.html>`__.
|
||||
|
||||
Groups
|
||||
|
@ -240,7 +240,7 @@ administrators to use users and groups in LDAP.
|
||||
|
||||
#. List the domains using the dashboard, or the OpenStackClient CLI. Refer
|
||||
to the `Command List
|
||||
<http://docs.openstack.org/developer/python-openstackclient/command-list.html>`__
|
||||
<https://docs.openstack.org/developer/python-openstackclient/command-list.html>`__
|
||||
for a list of OpenStackClient commands.
|
||||
|
||||
#. Create domains using OpenStack dashboard, or the OpenStackClient CLI.
|
||||
@ -386,7 +386,7 @@ Secure the OpenStack Identity service connection to an LDAP back end
|
||||
The Identity service supports the use of TLS to encrypt LDAP traffic.
|
||||
Before configuring this, you must first verify where your certificate
|
||||
authority file is located. For more information, see the
|
||||
`OpenStack Security Guide SSL introduction <http://docs.openstack.org/
|
||||
`OpenStack Security Guide SSL introduction <https://docs.openstack.org/
|
||||
security-guide/secure-communication/introduction-to-ssl-and-tls.html>`_.
|
||||
|
||||
Once you verify the location of your certificate authority file:
|
||||
|
@ -126,7 +126,7 @@ service, or no longer needed.
|
||||
|
||||
This feature applies to all plug-ins that support DHCP scaling. For more
|
||||
information, see the `DHCP agent configuration
|
||||
options <http://docs.openstack.org/newton/config-reference/networking/networking_options_reference.html#dhcp-agent>`__
|
||||
options <https://docs.openstack.org/newton/config-reference/networking/networking_options_reference.html#dhcp-agent>`__
|
||||
listed in the OpenStack Configuration Reference.
|
||||
|
||||
DHCP agent setup: OVS plug-in
|
||||
@ -418,7 +418,7 @@ Configure Hyper-V L2 agent
|
||||
Before you install the OpenStack Networking Hyper-V L2 agent on a
|
||||
Hyper-V compute node, ensure the compute node has been configured
|
||||
correctly using these
|
||||
`instructions <http://docs.openstack.org/newton/config-reference/compute/hypervisor-hyper-v.html>`__.
|
||||
`instructions <https://docs.openstack.org/newton/config-reference/compute/hypervisor-hyper-v.html>`__.
|
||||
|
||||
**To install the OpenStack Networking Hyper-V agent and configure the node**
|
||||
|
||||
@ -444,7 +444,7 @@ correctly using these
|
||||
|
||||
#. Create the ``C:\etc\neutron-hyperv-agent.conf`` file and add the proper
|
||||
configuration options and the `Hyper-V related
|
||||
options <http://docs.openstack.org/newton/config-reference/networking/networking_options_reference.html#cloudbase-hyper-v-agent-configuration-options>`__. Here is a sample config file:
|
||||
options <https://docs.openstack.org/newton/config-reference/networking/networking_options_reference.html#cloudbase-hyper-v-agent-configuration-options>`__. Here is a sample config file:
|
||||
|
||||
.. code-block:: ini
|
||||
|
||||
@ -501,5 +501,5 @@ complete basic operations on agents.
|
||||
**Basic operations on Networking agents**
|
||||
|
||||
See the `OpenStack Command-Line Interface
|
||||
Reference <http://docs.openstack.org/cli-reference/neutron.html>`__
|
||||
Reference <https://docs.openstack.org/cli-reference/neutron.html>`__
|
||||
for more information on Networking commands.
|
||||
|
@ -115,7 +115,7 @@ Configure Identity service for Networking
|
||||
--project $SERVICE_TENANT
|
||||
|
||||
For information about how to create service entries and users, see the `Newton Installation
|
||||
Tutorials and Guides <http://docs.openstack.org/project-install-guide/newton/>`_
|
||||
Tutorials and Guides <https://docs.openstack.org/project-install-guide/newton/>`_
|
||||
for your distribution.
|
||||
|
||||
Compute
|
||||
|
@ -3,7 +3,7 @@ Plug-in configurations
|
||||
======================
|
||||
|
||||
For configurations options, see `Networking configuration
|
||||
options <http://docs.openstack.org/newton/config-reference/networking/networking_options_reference.html>`__
|
||||
options <https://docs.openstack.org/newton/config-reference/networking/networking_options_reference.html>`__
|
||||
in Configuration Reference. These sections explain how to configure
|
||||
specific plug-ins.
|
||||
|
||||
@ -31,7 +31,7 @@ Configure Big Switch (Floodlight REST Proxy) plug-in
|
||||
server = CONTROLLER_IP:PORT
|
||||
|
||||
For database configuration, see `Install Networking
|
||||
Services <http://docs.openstack.org/newton/install-guide-ubuntu/neutron-controller-install.html>`__
|
||||
Services <https://docs.openstack.org/newton/install-guide-ubuntu/neutron-controller-install.html>`__
|
||||
in the Installation Tutorials and Guides. (The link defaults to the Ubuntu
|
||||
version.)
|
||||
|
||||
@ -77,9 +77,9 @@ Configure Brocade plug-in
|
||||
ostype = NOS
|
||||
|
||||
For database configuration, see `Install Networking
|
||||
Services <http://docs.openstack.org/newton/install-guide-ubuntu/neutron-controller-install.html>`__
|
||||
Services <https://docs.openstack.org/newton/install-guide-ubuntu/neutron-controller-install.html>`__
|
||||
in any of the Installation Tutorials and Guides in the `OpenStack Documentation
|
||||
index <http://docs.openstack.org>`__. (The link defaults to the Ubuntu
|
||||
index <https://docs.openstack.org>`__. (The link defaults to the Ubuntu
|
||||
version.)
|
||||
|
||||
#. Restart the ``neutron-server`` service to apply the settings:
|
||||
@ -173,7 +173,7 @@ formerly known as Nicira NVP.
|
||||
NEUTRON_PLUGIN_CONFIG = /etc/neutron/plugins/vmware/nsx.ini
|
||||
|
||||
For database configuration, see `Install Networking
|
||||
Services <http://docs.openstack.org/newton/install-guide-ubuntu/neutron-controller-install.html>`__
|
||||
Services <https://docs.openstack.org/newton/install-guide-ubuntu/neutron-controller-install.html>`__
|
||||
in the Installation Tutorials and Guides.
|
||||
|
||||
#. Restart ``neutron-server`` to apply settings:
|
||||
@ -236,7 +236,7 @@ Configure PLUMgrid plug-in
|
||||
password = "PLUMgrid-director-admin-password"
|
||||
|
||||
For database configuration, see `Install Networking
|
||||
Services <http://docs.openstack.org/newton/install-guide-ubuntu/neutron-controller-install.html>`__
|
||||
Services <https://docs.openstack.org/newton/install-guide-ubuntu/neutron-controller-install.html>`__
|
||||
in the Installation Tutorials and Guides.
|
||||
|
||||
#. Restart the ``neutron-server`` service to apply the settings:
|
||||
|
@ -156,7 +156,7 @@ Least connections
|
||||
Firewall-as-a-Service (FWaaS) overview
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
For information on Firewall-as-a-Service (FWaaS), please consult the `Networking Guide <http://docs.openstack.org/newton/networking-guide/fwaas.html>`__.
|
||||
For information on Firewall-as-a-Service (FWaaS), please consult the `Networking Guide <https://docs.openstack.org/newton/networking-guide/fwaas.html>`__.
|
||||
|
||||
Allowed-address-pairs
|
||||
~~~~~~~~~~~~~~~~~~~~~
|
||||
|
@ -3,5 +3,5 @@ Scalable and highly available DHCP agents
|
||||
=========================================
|
||||
|
||||
This section is fully described at the `High-availability for DHCP
|
||||
<http://docs.openstack.org/newton/networking-guide/config-dhcp-ha.html>`_
|
||||
<https://docs.openstack.org/newton/networking-guide/config-dhcp-ha.html>`_
|
||||
in the Networking Guide.
|
||||
|
@ -33,17 +33,17 @@ Networking API call has a corresponding :command:`neutron` command.
|
||||
The :command:`openstack` CLI is a common interface for all OpenStack
|
||||
projects, however, not every API operation has been implemented. For the
|
||||
list of available commands, see `Command List
|
||||
<http://docs.openstack.org/developer/python-openstackclient/command-list.html>`__.
|
||||
<https://docs.openstack.org/developer/python-openstackclient/command-list.html>`__.
|
||||
|
||||
The :command:`neutron` CLI includes a number of options. For details, see
|
||||
`Create and manage networks <http://docs.openstack.org/user-guide/cli-create-and-manage-networks.html>`__.
|
||||
`Create and manage networks <https://docs.openstack.org/user-guide/cli-create-and-manage-networks.html>`__.
|
||||
|
||||
Basic Networking operations
|
||||
---------------------------
|
||||
|
||||
To learn about advanced capabilities available through the :command:`neutron`
|
||||
command-line interface (CLI), read the networking section `Create and manage
|
||||
networks <http://docs.openstack.org/user-guide/cli-create-and-manage-networks.html>`__
|
||||
networks <https://docs.openstack.org/user-guide/cli-create-and-manage-networks.html>`__
|
||||
in the OpenStack End User Guide.
|
||||
|
||||
This table shows example :command:`openstack` commands that enable you to
|
||||
|
@ -8,7 +8,7 @@ less capacity with similar durability characteristics as replicas.
|
||||
From an application perspective, erasure coding support is transparent.
|
||||
Object Storage (swift) implements erasure coding as a Storage Policy.
|
||||
See `Storage Policies
|
||||
<http://docs.openstack.org/developer/swift/overview_policies.html>`_
|
||||
<https://docs.openstack.org/developer/swift/overview_policies.html>`_
|
||||
for more details.
|
||||
|
||||
There is no external API related to erasure coding. Create a container using a
|
||||
|
@ -5,7 +5,7 @@ System administration for Object Storage
|
||||
By understanding Object Storage concepts, you can better monitor and
|
||||
administer your storage solution. The majority of the administration
|
||||
information is maintained in developer documentation at
|
||||
`docs.openstack.org/developer/swift/ <http://docs.openstack.org/developer/swift/>`__.
|
||||
`docs.openstack.org/developer/swift/ <https://docs.openstack.org/developer/swift/>`__.
|
||||
|
||||
See the `OpenStack Configuration Reference <http://docs.openstack.org/newton/config-reference/object-storage.html>`__
|
||||
See the `OpenStack Configuration Reference <https://docs.openstack.org/newton/config-reference/object-storage.html>`__
|
||||
for a list of configuration options for Object Storage.
|
||||
|
@ -49,7 +49,7 @@ take over.
|
||||
|
||||
For more information concerning proxy server configuration, see
|
||||
`Configuration Reference
|
||||
<http://docs.openstack.org/newton/config-reference/object-storage/proxy-server.html>`_.
|
||||
<https://docs.openstack.org/newton/config-reference/object-storage/proxy-server.html>`_.
|
||||
|
||||
Rings
|
||||
-----
|
||||
|
@ -29,7 +29,7 @@ The large object is comprised of two types of objects:
|
||||
- **Dynamic large objects**
|
||||
|
||||
To find out more information on large object support, see `Large objects
|
||||
<http://docs.openstack.org/user-guide/cli-swift-large-object-creation.html>`_
|
||||
<https://docs.openstack.org/user-guide/cli-swift-large-object-creation.html>`_
|
||||
in the OpenStack End User Guide, or `Large Object Support
|
||||
<http://docs.openstack.org/developer/swift/overview_large_objects.html>`_
|
||||
<https://docs.openstack.org/developer/swift/overview_large_objects.html>`_
|
||||
in the developer documentation.
|
||||
|
@ -128,7 +128,7 @@ integrated into Object Storage itself. The submitted change set (see
|
||||
`<https://review.openstack.org/#change,6058>`_) currently reports 124 meters
|
||||
across 15 Object Storage daemons and the tempauth middleware. Details of
|
||||
the meters tracked are in the `Administrator's
|
||||
Guide <http://docs.openstack.org/developer/swift/admin_guide.html>`_.
|
||||
Guide <https://docs.openstack.org/developer/swift/admin_guide.html>`_.
|
||||
|
||||
The sending of meters is integrated with the logging framework. To
|
||||
enable, configure ``log_statsd_host`` in the relevant config file. You
|
||||
|
@ -29,4 +29,4 @@ a web interface.
|
||||
|
||||
For more information about using the Orchestration service through the
|
||||
command line, see the `OpenStack Command-Line Interface Reference
|
||||
<http://docs.openstack.org/cli-reference/heat.html>`_.
|
||||
<https://docs.openstack.org/cli-reference/heat.html>`_.
|
||||
|
@ -746,7 +746,7 @@ Allow access to the share with ``user`` access type:
|
||||
For the example, the Generic driver with the Block Storage service as a
|
||||
back-end doesn't support ``user`` and ``cert`` authentications methods. For
|
||||
details of supporting of features by different drivers, see `Manila share
|
||||
features support mapping <http://docs.openstack.org/developer/manila/devref
|
||||
features support mapping <https://docs.openstack.org/developer/manila/devref
|
||||
/share_back_ends_feature_support_mapping.html>`_.
|
||||
|
||||
To verify that the access rules (ACL) were configured correctly for a share,
|
||||
|
@ -80,4 +80,4 @@ Shared File Systems service:
|
||||
These network plug-ins were introduced in the OpenStack Kilo release. In
|
||||
the OpenStack Juno version, only NeutronNetworkPlugin is available.
|
||||
|
||||
More information about network plug-ins can be found in `Manila developer documentation <http://docs.openstack.org/developer/manila/adminref/network_plugins.html>`_
|
||||
More information about network plug-ins can be found in `Manila developer documentation <https://docs.openstack.org/developer/manila/adminref/network_plugins.html>`_
|
||||
|
@ -15,7 +15,7 @@ A share type is a list from key-value pairs called extra-specs. The
|
||||
scheduler uses required and un-scoped extra-specs to look up
|
||||
the shared service most suitable for a new share with the specified share type.
|
||||
For more information about extra-specs and their type, see `Capabilities
|
||||
and Extra-Specs <http://docs.openstack.org/developer/manila/devref/capabilities_and_extra_specs.html>`_ section in developer documentation.
|
||||
and Extra-Specs <https://docs.openstack.org/developer/manila/devref/capabilities_and_extra_specs.html>`_ section in developer documentation.
|
||||
|
||||
The general scheduler workflow:
|
||||
|
||||
|
@ -134,7 +134,7 @@ separate networks. The service network is reachable from the host where the
|
||||
``manila-share`` service is running. The share export IP is from a network that
|
||||
allows user access.
|
||||
|
||||
See `Configuring the ZFSonLinux driver <http://docs.openstack.org/newton/config-reference/shared-file-systems/drivers/zfs-on-linux-driver.html>`_
|
||||
See `Configuring the ZFSonLinux driver <https://docs.openstack.org/newton/config-reference/shared-file-systems/drivers/zfs-on-linux-driver.html>`_
|
||||
for information on how to set up the ZFSonLinux driver.
|
||||
|
||||
|
||||
|
@ -59,7 +59,7 @@ for the following purposes:
|
||||
The scheduler uses the special capabilities prefix for filtering. The scheduler
|
||||
can only create a share on a back end that reports capabilities matching the
|
||||
un-scoped extra-spec keys for the share type. For details, see `Capabilities
|
||||
and Extra-Specs <http://docs.openstack.org/developer/manila/devref/
|
||||
and Extra-Specs <https://docs.openstack.org/developer/manila/devref/
|
||||
capabilities_and_extra_specs.html>`_.
|
||||
|
||||
Each driver implementation determines which extra specification keys it uses.
|
||||
|
@ -78,7 +78,7 @@ The report has the following sections:
|
||||
* Configuration: Lists all configuration options currently accessible
|
||||
through the CONF object for the current process.
|
||||
|
||||
For more information, see `Guru Meditation Reports <http://docs.openstack.org/developer/nova/devref/gmr.html>`_.
|
||||
For more information, see `Guru Meditation Reports <https://docs.openstack.org/developer/nova/devref/gmr.html>`_.
|
||||
|
||||
|
||||
.. _compute-common-errors-and-fixes:
|
||||
|
@ -116,7 +116,7 @@ information about this approach, see the section called
|
||||
To use this workload partitioning solution set the
|
||||
``evaluation_service`` option to ``default``. For more
|
||||
information, see the alarm section in the
|
||||
`OpenStack Configuration Reference <http://docs.openstack.org/newton/config-reference/telemetry.html>`_.
|
||||
`OpenStack Configuration Reference <https://docs.openstack.org/newton/config-reference/telemetry.html>`_.
|
||||
|
||||
Using alarms
|
||||
~~~~~~~~~~~~
|
||||
|
@ -94,7 +94,7 @@ Data storage
|
||||
|
||||
For more information on how to configure ``mod_wsgi``, see the
|
||||
`Telemetry Install Documentation
|
||||
<http://docs.openstack.org/developer/ceilometer/install/mod_wsgi.html>`__.
|
||||
<https://docs.openstack.org/developer/ceilometer/install/mod_wsgi.html>`__.
|
||||
|
||||
#. The collection service provided by the Telemetry project is not intended
|
||||
to be an archival service. Set a Time to Live (TTL) value to expire data
|
||||
|
@ -88,7 +88,7 @@ types by each OpenStack service that Telemetry transforms into samples.
|
||||
|
||||
image.send
|
||||
- The required configuration for Image service can be * - service found in
|
||||
`Configure the Image service for Telemetry <http://docs.openstack.org/project-install-guide/telemetry/newton>`__
|
||||
`Configure the Image service for Telemetry <https://docs.openstack.org/project-install-guide/telemetry/newton>`__
|
||||
section in the Installation Tutorials and Guides.
|
||||
* - OpenStack Networking
|
||||
- floatingip.create.end
|
||||
@ -171,7 +171,7 @@ types by each OpenStack service that Telemetry transforms into samples.
|
||||
volume.backup.restore.\
|
||||
\*
|
||||
- The required configuration for Block Storage service can be found in the
|
||||
`Add the Block Storage service agent for Telemetry section <http://docs.openstack.org/project-install-guide/telemetry/newton/configure_services/cinder/install-cinder-ubuntu.html>`__
|
||||
`Add the Block Storage service agent for Telemetry section <https://docs.openstack.org/project-install-guide/telemetry/newton/configure_services/cinder/install-cinder-ubuntu.html>`__
|
||||
in the Installation Tutorials and Guides.
|
||||
|
||||
.. note::
|
||||
@ -186,7 +186,7 @@ administrators and users. Configuring ``nova_notifications`` in the
|
||||
``nova.conf`` file allows administrators to respond to events
|
||||
rapidly. For more information on configuring notifications for the
|
||||
compute service, see
|
||||
`Telemetry services <http://docs.openstack.org/project-install-guide/
|
||||
`Telemetry services <https://docs.openstack.org/project-install-guide/
|
||||
telemetry/newton/configure_services/nova/install-nova-ubuntu.html>`__ in the
|
||||
Installation Tutorials and Guides.
|
||||
|
||||
@ -209,7 +209,7 @@ information locally.
|
||||
A Compute agent instance has to be installed on each and every compute
|
||||
node, installation instructions can be found in the `Install the Compute
|
||||
agent for Telemetry
|
||||
<http://docs.openstack.org/project-install-guide/
|
||||
<https://docs.openstack.org/project-install-guide/
|
||||
telemetry/newton/configure_services/nova/install-nova-ubuntu.html>`__
|
||||
section in the Installation Tutorials and Guides.
|
||||
|
||||
@ -242,7 +242,7 @@ meters are listed in :ref:`telemetry-object-storage-meter`, marked with
|
||||
|
||||
The instructions on how to install this middleware can be found in
|
||||
`Configure the Object Storage service for Telemetry
|
||||
<http://docs.openstack.org/project-install-guide/
|
||||
<https://docs.openstack.org/project-install-guide/
|
||||
telemetry/newton/configure_services/swift/install-swift-ubuntu.html>`__
|
||||
section in the Installation Tutorials and Guides.
|
||||
|
||||
@ -341,7 +341,7 @@ The following services can be polled with this agent:
|
||||
framework
|
||||
|
||||
To install and configure this service use the `Add the Telemetry service
|
||||
<http://docs.openstack.org/project-install-guide/telemetry/newton/install-base-ubuntu.html>`__
|
||||
<https://docs.openstack.org/project-install-guide/telemetry/newton/install-base-ubuntu.html>`__
|
||||
section in the Installation Tutorials and Guides.
|
||||
|
||||
The central agent does not need direct database connection. The samples
|
||||
@ -399,7 +399,7 @@ above several back ends that can be used for building distributed
|
||||
applications.
|
||||
|
||||
Tooz supports `various
|
||||
drivers <http://docs.openstack.org/developer/tooz/drivers.html>`__
|
||||
drivers <https://docs.openstack.org/developer/tooz/drivers.html>`__
|
||||
including the following back end solutions:
|
||||
|
||||
- `Zookeeper <http://zookeeper.apache.org/>`__. Recommended solution by
|
||||
@ -416,7 +416,7 @@ Telemetry services.
|
||||
For information about the required configuration options that have to be
|
||||
set in the ``ceilometer.conf`` configuration file for both the central
|
||||
and Compute agents, see the `Coordination section
|
||||
<http://docs.openstack.org/newton/config-reference/telemetry/telemetry-config-options.html>`__
|
||||
<https://docs.openstack.org/newton/config-reference/telemetry/telemetry-config-options.html>`__
|
||||
in the OpenStack Configuration Reference.
|
||||
|
||||
Notification agent HA deployment
|
||||
@ -430,7 +430,7 @@ in a larger amount of load.
|
||||
To enable workload partitioning by notification agent, the ``backend_url``
|
||||
option must be set in the ``ceilometer.conf`` configuration file.
|
||||
Additionally, ``workload_partitioning`` should be enabled in the
|
||||
`Notification section <http://docs.openstack.org/newton/config-reference/telemetry/telemetry-config-options.html>`__ in the OpenStack Configuration Reference.
|
||||
`Notification section <https://docs.openstack.org/newton/config-reference/telemetry/telemetry-config-options.html>`__ in the OpenStack Configuration Reference.
|
||||
|
||||
.. note::
|
||||
|
||||
@ -468,7 +468,7 @@ central agent configuration also supports using different configuration
|
||||
files for groups of service instances of this type that are running in
|
||||
parallel. For enabling this configuration set a value for the
|
||||
``partitioning_group_prefix`` option in the `polling section
|
||||
<http://docs.openstack.org/newton/config-reference/telemetry/telemetry-config-options.html>`__
|
||||
<https://docs.openstack.org/newton/config-reference/telemetry/telemetry-config-options.html>`__
|
||||
in the OpenStack Configuration Reference.
|
||||
|
||||
.. warning::
|
||||
@ -483,7 +483,7 @@ in the OpenStack Configuration Reference.
|
||||
To enable the Compute agent to run multiple instances simultaneously
|
||||
with workload partitioning, the ``workload_partitioning`` option has to
|
||||
be set to ``True`` under the `Compute section
|
||||
<http://docs.openstack.org/newton/config-reference/telemetry/telemetry-config-options.html>`__
|
||||
<https://docs.openstack.org/newton/config-reference/telemetry/telemetry-config-options.html>`__
|
||||
in the ``ceilometer.conf`` configuration file.
|
||||
|
||||
|
||||
@ -725,7 +725,7 @@ Multiple ``ceilometer-collector`` processes can be run at a time. It is also
|
||||
supported to start multiple worker threads per collector process. The
|
||||
``collector_workers`` configuration option has to be modified in the
|
||||
`Collector section
|
||||
<http://docs.openstack.org/newton/config-reference/telemetry/telemetry-config-options.html>`__
|
||||
<https://docs.openstack.org/newton/config-reference/telemetry/telemetry-config-options.html>`__
|
||||
of the ``ceilometer.conf`` configuration file.
|
||||
|
||||
Database dispatcher
|
||||
@ -782,7 +782,7 @@ target. The samples are sent without any modification. To set this
|
||||
option as the collector's target, the ``dispatcher`` has to be changed
|
||||
to ``http`` in the ``ceilometer.conf`` configuration file. For the list
|
||||
of options that you need to set, see the see the `dispatcher_http
|
||||
section <http://docs.openstack.org/newton/config-reference/telemetry/telemetry-config-options.html>`__
|
||||
section <https://docs.openstack.org/newton/config-reference/telemetry/telemetry-config-options.html>`__
|
||||
in the OpenStack Configuration Reference.
|
||||
|
||||
File dispatcher
|
||||
@ -791,5 +791,5 @@ File dispatcher
|
||||
You can store samples in a file by setting the ``dispatcher`` option in the
|
||||
``ceilometer.conf`` file. For the list of configuration options,
|
||||
see the `dispatcher_file section
|
||||
<http://docs.openstack.org/newton/config-reference/telemetry/telemetry-config-options.html>`__
|
||||
<https://docs.openstack.org/newton/config-reference/telemetry/telemetry-config-options.html>`__
|
||||
in the OpenStack Configuration Reference.
|
||||
|
@ -51,7 +51,7 @@ the ``ceilometer.conf`` file. The meter pipeline and event pipeline
|
||||
configuration files can be set by the ``pipeline_cfg_file`` and
|
||||
``event_pipeline_cfg_file`` options listed in the `Description of
|
||||
configuration options for api table
|
||||
<http://docs.openstack.org/newton/config-reference/telemetry/telemetry-config-options.html>`__
|
||||
<https://docs.openstack.org/newton/config-reference/telemetry/telemetry-config-options.html>`__
|
||||
section in the OpenStack Configuration Reference respectively. Multiple
|
||||
pipelines can be defined in one pipeline configuration file.
|
||||
|
||||
|
@ -57,12 +57,12 @@ be a list of data structures that consist of the following items:
|
||||
|
||||
Regardless of the endpoint on which the filter is applied on, it will
|
||||
always target the fields of the `Sample type
|
||||
<http://docs.openstack.org/developer/ceilometer/webapi/v2.html#Sample>`__.
|
||||
<https://docs.openstack.org/developer/ceilometer/webapi/v2.html#Sample>`__.
|
||||
|
||||
Several fields of the API endpoints accept shorter names than the ones
|
||||
defined in the reference. The API will do the transformation internally
|
||||
and return the output with the fields that are listed in the `API reference
|
||||
<http://docs.openstack.org/developer/ceilometer/webapi/v2.html>`__.
|
||||
<https://docs.openstack.org/developer/ceilometer/webapi/v2.html>`__.
|
||||
The fields are the following:
|
||||
|
||||
- ``project_id``: project
|
||||
@ -129,7 +129,7 @@ The ``filter``, ``orderby`` and ``limit`` fields are optional.
|
||||
|
||||
As opposed to the simple query, complex query is available via a
|
||||
separate API endpoint. For more information see the `Telemetry v2 Web API
|
||||
Reference <http://docs.openstack.org/developer/ceilometer/webapi/v2.html#v2-web-api>`__.
|
||||
Reference <https://docs.openstack.org/developer/ceilometer/webapi/v2.html#v2-web-api>`__.
|
||||
|
||||
Statistics
|
||||
----------
|
||||
@ -189,7 +189,7 @@ the requested operations.
|
||||
To be able to use the :command:`ceilometer` command, the
|
||||
python-ceilometerclient package needs to be installed and configured
|
||||
properly. For details about the installation process, see the `Telemetry
|
||||
chapter <http://docs.openstack.org/project-install-guide/telemetry/newton/>`__
|
||||
chapter <https://docs.openstack.org/project-install-guide/telemetry/newton/>`__
|
||||
in the Installation Tutorials and Guides.
|
||||
|
||||
.. note::
|
||||
@ -479,7 +479,7 @@ The method calls look like the following:
|
||||
|
||||
For further details about the python-ceilometerclient package, see the
|
||||
`Python bindings to the OpenStack Ceilometer
|
||||
API <http://docs.openstack.org/developer/python-ceilometerclient/>`__
|
||||
API <https://docs.openstack.org/developer/python-ceilometerclient/>`__
|
||||
reference.
|
||||
|
||||
.. _telemetry-publishers:
|
||||
|
@ -18,7 +18,7 @@ Event configuration
|
||||
To enable the creation and storage of events in the Telemetry service
|
||||
``store_events`` option needs to be set to ``True``. For further configuration
|
||||
options, see the event section in the `OpenStack Configuration Reference
|
||||
<http://docs.openstack.org/newton/config-reference/telemetry.html>`__.
|
||||
<https://docs.openstack.org/newton/config-reference/telemetry.html>`__.
|
||||
|
||||
.. note::
|
||||
|
||||
|
@ -20,9 +20,9 @@ below.
|
||||
You may need to configure Telemetry or other OpenStack services in
|
||||
order to be able to collect all the samples you need. For further
|
||||
information about configuration requirements see the `Telemetry chapter
|
||||
<http://docs.openstack.org/project-install-guide/telemetry/newton/>`__
|
||||
<https://docs.openstack.org/project-install-guide/telemetry/newton/>`__
|
||||
in the Installation Tutorials and Guides. Also check the `Telemetry manual
|
||||
installation <http://docs.openstack.org/developer/ceilometer/install/manual.html>`__
|
||||
installation <https://docs.openstack.org/developer/ceilometer/install/manual.html>`__
|
||||
description.
|
||||
|
||||
Telemetry uses the following meter types:
|
||||
@ -83,7 +83,7 @@ Telemetry or emit notifications that this service consumes.
|
||||
way of using Telemetry is to configure it to use the event store and
|
||||
turn off the collection of the event related meters. For further
|
||||
information about events see `Events section
|
||||
<http://docs.openstack.org/developer/ceilometer/events.html>`__
|
||||
<https://docs.openstack.org/developer/ceilometer/events.html>`__
|
||||
in the Telemetry documentation. For further information about how to
|
||||
turn on and off meters see :ref:`telemetry-pipeline-configuration`. Please
|
||||
also note that currently no migration is available to move the already
|
||||
@ -452,7 +452,7 @@ the compute host machines. In order to use that you need to set the
|
||||
``compute_monitors`` option to ``ComputeDriverCPUMonitor`` in the
|
||||
``nova.conf`` configuration file. For further information see the
|
||||
Compute configuration section in the `Compute chapter
|
||||
<http://docs.openstack.org/newton/config-reference/compute/config-options.html>`__
|
||||
<https://docs.openstack.org/newton/config-reference/compute/config-options.html>`__
|
||||
of the OpenStack Configuration Reference.
|
||||
|
||||
The following host machine related meters are collected for OpenStack
|
||||
@ -508,7 +508,7 @@ data from the host machine.
|
||||
The sensor data is not available in the Bare metal service by
|
||||
default. To enable the meters and configure this module to emit
|
||||
notifications about the measured values see the `Installation
|
||||
Guide <http://docs.openstack.org/project-install-guide/baremetal/newton>`__
|
||||
Guide <https://docs.openstack.org/project-install-guide/baremetal/newton>`__
|
||||
for the Bare metal service.
|
||||
|
||||
The following meters are recorded for the Bare metal service:
|
||||
|
@ -165,7 +165,7 @@ Users, roles, and projects
|
||||
This service of OpenStack uses OpenStack Identity for authenticating and
|
||||
authorizing users. The required configuration options are listed in the
|
||||
`Telemetry
|
||||
section <http://docs.openstack.org/newton/config-reference/telemetry.html>`__
|
||||
section <https://docs.openstack.org/newton/config-reference/telemetry.html>`__
|
||||
in the OpenStack Configuration Reference.
|
||||
|
||||
The system uses two roles:``admin`` and ``non-admin``. The authorization
|
||||
|
@ -11,7 +11,7 @@ logging, the format of the log entries and the log levels.
|
||||
The log settings can be changed in ``ceilometer.conf``. The list of
|
||||
configuration options are listed in the logging configuration options
|
||||
table in the `Telemetry
|
||||
section <http://docs.openstack.org/newton/config-reference/telemetry.html>`__
|
||||
section <https://docs.openstack.org/newton/config-reference/telemetry.html>`__
|
||||
in the OpenStack Configuration Reference.
|
||||
|
||||
By default ``stderr`` is used as standard output for the log messages.
|
||||
@ -61,7 +61,7 @@ service and the log file of Telemetry should be checked first.
|
||||
|
||||
For the list of meters that are originated from notifications, see the
|
||||
`Telemetry Measurements
|
||||
Reference <http://docs.openstack.org/developer/ceilometer/measurements.html>`__.
|
||||
Reference <https://docs.openstack.org/developer/ceilometer/measurements.html>`__.
|
||||
|
||||
|
||||
Recommended auth_url to be used
|
||||
@ -71,7 +71,7 @@ When using the Telemetry command-line client, the credentials and the
|
||||
``os_auth_url`` have to be set in order for the client to authenticate
|
||||
against OpenStack Identity. For further details
|
||||
about the credentials that have to be provided see the `Telemetry Python
|
||||
API <http://docs.openstack.org/developer/python-ceilometerclient/>`__.
|
||||
API <https://docs.openstack.org/developer/python-ceilometerclient/>`__.
|
||||
|
||||
The service catalog provided by OpenStack Identity contains the
|
||||
URLs that are available for authentication. The URLs have
|
||||
|
@ -15,5 +15,5 @@ On the KVM host, run :command:`cat /proc/cpuinfo`. Make sure the ``vmx`` or
|
||||
``svm`` flags are set.
|
||||
|
||||
Follow the instructions in the `Enable KVM
|
||||
<http://docs.openstack.org/newton/config-reference/compute/hypervisor-kvm.html#enable-kvm>`__ section in the OpenStack Configuration Reference to enable hardware
|
||||
<https://docs.openstack.org/newton/config-reference/compute/hypervisor-kvm.html#enable-kvm>`__ section in the OpenStack Configuration Reference to enable hardware
|
||||
virtualization support in your BIOS.
|
||||
|
Loading…
x
Reference in New Issue
Block a user