Updated links with latest liberty version

Change-Id: Ic8c772a24c7af8dc4973d9c393e8286d4331c860
This commit is contained in:
venkatamahesh 2015-10-25 17:15:15 +05:30
parent f62e5a94c6
commit 2d61c6a5f4
14 changed files with 44 additions and 43 deletions

View File

@ -67,7 +67,7 @@ the Identity Service.
$ nova help SUBCOMMAND $ nova help SUBCOMMAND
For a complete list of ``nova`` commands and parameters, see the For a complete list of ``nova`` commands and parameters, see the
`OpenStack Command-Line Reference <http://docs.openstack.org/cli-reference/content/>`__. `OpenStack Command-Line Reference <http://docs.openstack.org/cli-reference/content/novaclient_commands.html>`__.
#. Set the required parameters as environment variables to make running #. Set the required parameters as environment variables to make running
commands easier. For example, you can add :option:`--os-username` as a commands easier. For example, you can add :option:`--os-username` as a

View File

@ -95,7 +95,7 @@ more details, see `memcached.org <http://memcached.org/>`_.
To use the memcache driver, you must install memcached. You might To use the memcache driver, you must install memcached. You might
already have it installed, as the same driver is also used for the already have it installed, as the same driver is also used for the
OpenStack Object Storage and OpenStack dashboard. If you need to install OpenStack Object Storage and OpenStack dashboard. If you need to install
memcached, see the instructions in the `OpenStack Installation Guide <http://docs.openstack.org/>`_. memcached, see the instructions in the `OpenStack Installation Guide <http://docs.openstack.org/index.html#install-guides>`_.
These values in the :file:`/etc/nova/nova.conf` file are required on every These values in the :file:`/etc/nova/nova.conf` file are required on every
node for the memcache driver: node for the memcache driver:

View File

@ -196,7 +196,8 @@ In addition to the native compute API, OpenStack provides an
EC2-compatible API. This API allows EC2 legacy workflows built for EC2 EC2-compatible API. This API allows EC2 legacy workflows built for EC2
to work with OpenStack. For more information and configuration options to work with OpenStack. For more information and configuration options
about this compatibility API, see the `OpenStack Configuration about this compatibility API, see the `OpenStack Configuration
Reference <http://docs.openstack.org/liberty/config-reference/content/>`__. Reference <http://docs.openstack.org/liberty/config-reference/content/
configuring-ec2-api.html>`__.
Numerous third-party tools and language-specific SDKs can be used to Numerous third-party tools and language-specific SDKs can be used to
interact with OpenStack clouds, using both native and compatibility interact with OpenStack clouds, using both native and compatibility

View File

@ -325,7 +325,8 @@ service, such as, a user named ``nova`` for the Compute service, and a
special service tenant called ``service``. special service tenant called ``service``.
For information about how to create services and endpoints, see the For information about how to create services and endpoints, see the
`OpenStack Admin User Guide <http://docs.openstack.org/user-guide-admin/index.html>`__. `OpenStack Admin User Guide <http://docs.openstack.org/user-guide-admin/
cli_manage_services.html>`__.
Groups Groups
~~~~~~ ~~~~~~

View File

@ -517,5 +517,5 @@ complete basic operations on agents:
**Basic operations on Networking agents** **Basic operations on Networking agents**
See the `OpenStack Command-Line Interface See the `OpenStack Command-Line Interface
Reference <http://docs.openstack.org/cli-reference/content/index.html>`__ Reference <http://docs.openstack.org/cli-reference/content/neutronclient_commands.html>`__
for more information on Networking commands. for more information on Networking commands.

View File

@ -117,7 +117,7 @@ Configure Identity service for Networking
For information about how to create service entries and users, see the For information about how to create service entries and users, see the
OpenStack Installation Guide for your distribution OpenStack Installation Guide for your distribution
(`docs.openstack.org <http://docs.openstack.org>`__). (`docs.openstack.org <http://docs.openstack.org/index.html#install-guides>`__).
Compute Compute
~~~~~~~ ~~~~~~~

View File

@ -32,8 +32,8 @@ Configure Big Switch (Floodlight REST Proxy) plug-in
server = CONTROLLER_IP:PORT server = CONTROLLER_IP:PORT
For database configuration, see `Install Networking For database configuration, see `Install Networking
Services <http://docs.openstack.org/kilo/install-guide/install Services <http://docs.openstack.org/liberty/install-guide-ubuntu
/apt/content/neutron-controller-node.html>`__ /neutron-controller-install.html>`__
in the Installation Guide in the `OpenStack Documentation in the Installation Guide in the `OpenStack Documentation
index <http://docs.openstack.org>`__. (The link defaults to the Ubuntu index <http://docs.openstack.org>`__. (The link defaults to the Ubuntu
version.) version.)
@ -80,8 +80,8 @@ Configure Brocade plug-in
ostype = NOS ostype = NOS
For database configuration, see `Install Networking For database configuration, see `Install Networking
Services <http://docs.openstack.org/kilo/install-guide/install/apt Services <http://docs.openstack.org/liberty/install-guide-ubuntu/
/content/neutron-controller-node.html>`__ neutron-controller-install.html>`__
in any of the Installation Guides in the `OpenStack Documentation in any of the Installation Guides in the `OpenStack Documentation
index <http://docs.openstack.org>`__. (The link defaults to the Ubuntu index <http://docs.openstack.org>`__. (The link defaults to the Ubuntu
version.) version.)
@ -177,8 +177,8 @@ formerly known as Nicira NVP.
NEUTRON_PLUGIN_CONFIG = /etc/neutron/plugins/vmware/nsx.ini NEUTRON_PLUGIN_CONFIG = /etc/neutron/plugins/vmware/nsx.ini
For database configuration, see `Install Networking For database configuration, see `Install Networking
Services <http://docs.openstack.org/kilo/install-guide/install/ Services <http://docs.openstack.org/liberty/install-guide-ubuntu/
apt/content/neutron-controller-node.html>`__ neutron-controller-install.html>`__
in the Installation Guide. in the Installation Guide.
#. Restart neutron-server to apply settings: #. Restart neutron-server to apply settings:
@ -241,8 +241,8 @@ Configure PLUMgrid plug-in
password = "PLUMgrid-director-admin-password" password = "PLUMgrid-director-admin-password"
For database configuration, see `Install Networking For database configuration, see `Install Networking
Services <http://docs.openstack.org/kilo/install-guide/install/ Services <http://docs.openstack.org/liberty/install-guide-ubuntu/
apt/content/neutron-controller-node.html>`__ neutron-controller-install.html>`__
in the Installation Guide. in the Installation Guide.
#. Restart the neutron-server service to apply the settings: #. Restart the neutron-server service to apply the settings:

View File

@ -8,5 +8,5 @@ information is maintained in developer documentation at
`docs.openstack.org/developer/swift/ <http://docs.openstack.org/developer/swift/>`__. `docs.openstack.org/developer/swift/ <http://docs.openstack.org/developer/swift/>`__.
See the `OpenStack Configuration See the `OpenStack Configuration
Reference <http://docs.openstack.org/liberty/config-reference/content/>`__ Reference <http://docs.openstack.org/liberty/config-reference/content/ch_configuring-object-storage.html>`__
for a list of configuration options for Object Storage. for a list of configuration options for Object Storage.

View File

@ -75,11 +75,10 @@ each OpenStack service that are transformed to samples by Telemetry.
| | image.upload | found in `Configure the Image | | | image.upload | found in `Configure the Image |
| | | service for Telemetry section | | | | service for Telemetry section |
| | image.delete | <http://docs.openstack.org | | | image.delete | <http://docs.openstack.org |
| | | /kilo/install-guide/install | | | | /liberty/install-guide-ubuntu |
| | image.send | /apt/content/ceilometer- | | | image.send | /ceilometer-glance.html>`__ |
| | | glance.html>`__ section in | | | | section in the OpenStack |
| | | the OpenStack Installation | | | | Installation Guide |
| | | Guide. |
+--------------------+------------------------+-------------------------------+ +--------------------+------------------------+-------------------------------+
| OpenStack | floatingip.create.end | | | OpenStack | floatingip.create.end | |
| Networking | | | | Networking | | |
@ -133,10 +132,10 @@ each OpenStack service that are transformed to samples by Telemetry.
| | volume.create.\* | be found in the `Add the | | | volume.create.\* | be found in the `Add the |
| | | Block Storage service agent | | | | Block Storage service agent |
| | volume.delete.\* | for Telemetry section <http: | | | volume.delete.\* | for Telemetry section <http: |
| | | //docs.openstack.org/kilo/ | | | | //docs.openstack.org/liberty/ |
| | volume.update.\* | install-guide/install/apt/ | | | volume.update.\* | install-guide-ubuntu/ |
| | | content/ceilometer-cinder | | | | /ceilometer-cinder.html>`__ |
| | volume.resize.\* | .html>`__ section in the | | | volume.resize.\* | section in the |
| | | OpenStack Installation Guide. | | | | OpenStack Installation Guide. |
| | volume.attach.\* | | | | volume.attach.\* | |
| | | | | | | |
@ -164,7 +163,7 @@ administrators and users. Configuring nova_notifications in the
rapidly. For more information on configuring notifications for the rapidly. For more information on configuring notifications for the
compute service, see compute service, see
`Chapter 11 on Telemetry services <http://docs.openstack.org/ `Chapter 11 on Telemetry services <http://docs.openstack.org/
kilo/install-guide/install/apt/content/ceilometer-nova.html>`__ in the liberty/install-guide-ubuntu/ceilometer-nova.html>`__ in the
OpenStack Installation Guide. OpenStack Installation Guide.
.. note:: .. note::
@ -184,7 +183,7 @@ meters are listed in :ref:`telemetry-object-storage-meter`, marked with
The instructions on how to install this middleware can be found in The instructions on how to install this middleware can be found in
`Configure the Object Storage service for Telemetry `Configure the Object Storage service for Telemetry
<http://docs.openstack.org/kilo/install-guide/install/apt/content/ceilometer-swift.html>`__ <http://docs.openstack.org/liberty/install-guide-ubuntu/ceilometer-swift.html>`__
section in the OpenStack Installation Guide. section in the OpenStack Installation Guide.
Telemetry middleware Telemetry middleware
@ -274,7 +273,7 @@ The following services can be polled with this agent:
framework framework
To install and configure this service use the `Install the Telemetry module To install and configure this service use the `Install the Telemetry module
<http://docs.openstack.org/kilo/install-guide/install/apt/content/ch_ceilometer.html>`__ <http://docs.openstack.org/liberty/install-guide-ubuntu/ceilometer.html>`__
section in the OpenStack Installation Guide. section in the OpenStack Installation Guide.
The central agent does not need direct database connection. The samples The central agent does not need direct database connection. The samples
@ -298,7 +297,7 @@ information.
A compute agent instance has to be installed on each and every compute A compute agent instance has to be installed on each and every compute
node, installation instructions can be found in the `Install the Compute node, installation instructions can be found in the `Install the Compute
agent for Telemetry agent for Telemetry
<http://docs.openstack.org/kilo/config-reference/content/ch_configuring-openstack-telemetry.html>`__ <http://docs.openstack.org/liberty/install-guide-ubuntu/ceilometer-nova.html>`__
section in the OpenStack Installation Guide. section in the OpenStack Installation Guide.
Just like the central agent, this component also does not need a direct Just like the central agent, this component also does not need a direct
@ -380,7 +379,7 @@ Telemetry services.
For information about the required configuration options that have to be For information about the required configuration options that have to be
set in the :file:`ceilometer.conf` configuration file for both the central set in the :file:`ceilometer.conf` configuration file for both the central
and compute agents, see the `Coordination section and compute agents, see the `Coordination section
<http://docs.openstack.org/kilo/config-reference/content/ch_configuring-openstack-telemetry.html>`__ <http://docs.openstack.org/liberty/config-reference/content/ch_configuring-openstack-telemetry.html>`__
in the OpenStack Configuration Reference. in the OpenStack Configuration Reference.
Notification agent HA deployment Notification agent HA deployment
@ -393,7 +392,7 @@ in a larger amount of load.
To enable workload partitioning by notification agent, the ``backend_url`` To enable workload partitioning by notification agent, the ``backend_url``
option must be set in the :file:`ceilometer.conf` configuration file. option must be set in the :file:`ceilometer.conf` configuration file.
Additionally, ``workload_partitioning`` should be enabled in the Additionally, ``workload_partitioning`` should be enabled in the
`Notification section <http://docs.openstack.org/kilo/config-reference/content/ch_configuring-openstack-telemetry.html>`__ in the OpenStack Configuration Reference. `Notification section <http://docs.openstack.org/liberty/config-reference/content/ch_configuring-openstack-telemetry.html>`__ in the OpenStack Configuration Reference.
.. note:: .. note::
@ -431,7 +430,7 @@ central agent configuration also supports using different configuration
files for groups of service instances of this type that are running in files for groups of service instances of this type that are running in
parallel. For enabling this configuration set a value for the parallel. For enabling this configuration set a value for the
``partitioning_group_prefix`` option in the `Central section ``partitioning_group_prefix`` option in the `Central section
<http://docs.openstack.org/kilo/config-reference/content/ch_configuring-openstack-telemetry.html>`__ <http://docs.openstack.org/liberty/config-reference/content/ch_configuring-openstack-telemetry.html>`__
in the OpenStack Configuration Reference. in the OpenStack Configuration Reference.
.. warning:: .. warning::
@ -446,7 +445,7 @@ in the OpenStack Configuration Reference.
To enable the compute agent to run multiple instances simultaneously To enable the compute agent to run multiple instances simultaneously
with workload partitioning, the ``workload_partitioning`` option has to with workload partitioning, the ``workload_partitioning`` option has to
be set to ``True`` under the `Compute section be set to ``True`` under the `Compute section
<http://docs.openstack.org/kilo/config-reference/content/ch_configuring-openstack-telemetry.html>`__ <http://docs.openstack.org/liberty/config-reference/content/ch_configuring-openstack-telemetry.html>`__
in the :file:`ceilometer.conf` configuration file. in the :file:`ceilometer.conf` configuration file.
@ -559,7 +558,7 @@ the :file:`ceilometer.conf` file. The meter pipeline and event pipeline
configuration files can be set by the ``pipeline_cfg_file`` and configuration files can be set by the ``pipeline_cfg_file`` and
``event_pipeline_cfg_file`` options listed in the `Description of ``event_pipeline_cfg_file`` options listed in the `Description of
configuration options for api table configuration options for api table
<http://docs.openstack.org/kilo/config-reference/content/ch_configuring-openstack-telemetry.html>`__ <http://docs.openstack.org/liberty/config-reference/content/ch_configuring-openstack-telemetry.html>`__
section in the OpenStack Configuration Reference respectively. Multiple section in the OpenStack Configuration Reference respectively. Multiple
pipelines can be defined in one pipeline configuration file. pipelines can be defined in one pipeline configuration file.
@ -1007,7 +1006,7 @@ Multiple ``ceilometer-collector`` processes can be run at a time. It is also
supported to start multiple worker threads per collector process. The supported to start multiple worker threads per collector process. The
``collector_workers`` configuration option has to be modified in the ``collector_workers`` configuration option has to be modified in the
`Collector section `Collector section
<http://docs.openstack.org/kilo/config-reference/content/ch_configuring-openstack-telemetry.html>`__ <http://docs.openstack.org/liberty/config-reference/content/ch_configuring-openstack-telemetry.html>`__
of the :file:`ceilometer.conf` configuration file. of the :file:`ceilometer.conf` configuration file.
Database dispatcher Database dispatcher
@ -1057,7 +1056,7 @@ target. The samples are sent without any modification. To set this
option as the collector's target, the ``dispatcher`` has to be changed option as the collector's target, the ``dispatcher`` has to be changed
to ``http`` in the :file:`ceilometer.conf` configuration file. For the list to ``http`` in the :file:`ceilometer.conf` configuration file. For the list
of options that you need to set, see the see the `dispatcher_http of options that you need to set, see the see the `dispatcher_http
section <http://docs.openstack.org/kilo/config-reference/content/ch_configuring-openstack-telemetry.html>`__ section <http://docs.openstack.org/liberty/config-reference/content/ch_configuring-openstack-telemetry.html>`__
in the OpenStack Configuration Reference. in the OpenStack Configuration Reference.
File dispatcher File dispatcher
@ -1065,7 +1064,7 @@ File dispatcher
You can store samples in a file by setting the ``dispatcher`` option in the You can store samples in a file by setting the ``dispatcher`` option in the
:file:`ceilometer.conf` file. For the list of configuration options, :file:`ceilometer.conf` file. For the list of configuration options,
see the `dispatcher_file section see the `dispatcher_file section
<http://docs.openstack.org/kilo/config-reference/content/ch_configuring-openstack-telemetry.html>`__ <http://docs.openstack.org/liberty/config-reference/content/ch_configuring-openstack-telemetry.html>`__
in the OpenStack Configuration Reference. in the OpenStack Configuration Reference.
Gnocchi dispatcher Gnocchi dispatcher
@ -1077,5 +1076,5 @@ configuration file.
For the list of options that you need to set, see the For the list of options that you need to set, see the
`dispatcher_gnocchi section `dispatcher_gnocchi section
<http://docs.openstack.org/draft/config-reference/content/ch_configuring-openstack-telemetry.html>`__ <http://docs.openstack.org/liberty/config-reference/content/ch_configuring-openstack-telemetry.html>`__
in the OpenStack Configuration Reference. in the OpenStack Configuration Reference.

View File

@ -185,7 +185,7 @@ the requested operations.
To be able to use the ``ceilometer`` command, the To be able to use the ``ceilometer`` command, the
python-ceilometerclient package needs to be installed and configured python-ceilometerclient package needs to be installed and configured
properly. For details about the installation process, see the `Telemetry properly. For details about the installation process, see the `Telemetry
chapter <http://docs.openstack.org/kilo/install-guide/install/apt/content/ch_ceilometer.html>`__ chapter <http://docs.openstack.org/liberty/install-guide-ubuntu/ceilometer.html>`__
in the OpenStack Installation Guide. in the OpenStack Installation Guide.
.. note:: .. note::

View File

@ -20,7 +20,7 @@ below.
You may need to configure Telemetry or other OpenStack services in You may need to configure Telemetry or other OpenStack services in
order to be able to collect all the samples you need. For further order to be able to collect all the samples you need. For further
information about configuration requirements see the `Telemetry chapter information about configuration requirements see the `Telemetry chapter
<http://docs.openstack.org/kilo/install-guide/install/apt/content/ch_ceilometer.html>`__ <http://docs.openstack.org/liberty/install-guide-ubuntu/ceilometer.html>`__
in the OpenStack Installation Guide. Also check the `Telemetry manual in the OpenStack Installation Guide. Also check the `Telemetry manual
installation <http://docs.openstack.org/developer/ceilometer/install/manual.html>`__ installation <http://docs.openstack.org/developer/ceilometer/install/manual.html>`__
description. description.
@ -420,7 +420,7 @@ the compute host machines. In order to use that you need to set the
``compute_monitors`` option to ``ComputeDriverCPUMonitor`` in the ``compute_monitors`` option to ``ComputeDriverCPUMonitor`` in the
:file:`nova.conf` configuration file. For further information see the :file:`nova.conf` configuration file. For further information see the
Compute configuration section in the `Compute chapter Compute configuration section in the `Compute chapter
<http://docs.openstack.org/kilo/config-reference/content/list-of-compute-config-options.html>`__ <http://docs.openstack.org/liberty/config-reference/content/list-of-compute-config-options.html>`__
of the OpenStack Configuration Reference. of the OpenStack Configuration Reference.
The following host machine related meters are collected for OpenStack The following host machine related meters are collected for OpenStack

View File

@ -11,7 +11,7 @@ logging, the format of the log entries and the log levels.
The log settings can be changed in :file:`ceilometer.conf`. The list of The log settings can be changed in :file:`ceilometer.conf`. The list of
configuration options are listed in the logging configuration options configuration options are listed in the logging configuration options
table in the `Telemetry table in the `Telemetry
section <http://docs.openstack.org/kilo/config-reference/content/ch_configuring-openstack-telemetry.html>`__ section <http://docs.openstack.org/liberty/config-reference/content/ch_configuring-openstack-telemetry.html>`__
in the *OpenStack Configuration Reference*. in the *OpenStack Configuration Reference*.
By default ``stderr`` is used as standard output for the log messages. By default ``stderr`` is used as standard output for the log messages.

View File

@ -10,7 +10,7 @@ For more information about how to download and build images, see
<http://docs.openstack.org/image-guide/content/index.html>`__. <http://docs.openstack.org/image-guide/content/index.html>`__.
For information about how to manage images, see the For information about how to manage images, see the
`OpenStack User Guide `OpenStack User Guide
<http://docs.openstack.org/user-guide/index.html>`__. <http://docs.openstack.org/user-guide/common/cli_manage_images.html>`__.
#. In each client environment script, configure the Image service #. In each client environment script, configure the Image service
client to use API version 2.0: client to use API version 2.0:

View File

@ -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 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 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 using the dashboard to create and manage volumes as an end user, see the
`OpenStack End User Guide <http://docs.openstack.org/user-guide/>`_. `OpenStack End User Guide <http://docs.openstack.org/user-guide/dashboard_manage_volumes.html>`_.
As an administrative user, you can manage volumes and volume types for users 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 in various projects. You can create and delete volume types, and you can view