Do not refer to openstack-docs ML
* We are closing down the ML. * Update list of Pike docs in common/app-support.rst. Change-Id: I750891b1d84ab314179495abc8493d95424404bc
This commit is contained in:
parent
41781c5d9f
commit
fb197cebf6
@ -2,7 +2,7 @@
|
|||||||
name = architecturedesignguide
|
name = architecturedesignguide
|
||||||
summary = OpenStack Architecture Design Guide
|
summary = OpenStack Architecture Design Guide
|
||||||
author = OpenStack
|
author = OpenStack
|
||||||
author-email = openstack-docs@lists.openstack.org
|
author-email = openstack-dev@lists.openstack.org
|
||||||
home-page = https://docs.openstack.org/
|
home-page = https://docs.openstack.org/
|
||||||
classifier =
|
classifier =
|
||||||
Environment :: OpenStack
|
Environment :: OpenStack
|
||||||
|
@ -21,28 +21,20 @@ Documentation
|
|||||||
For the available OpenStack documentation, see
|
For the available OpenStack documentation, see
|
||||||
`docs.openstack.org <https://docs.openstack.org>`_.
|
`docs.openstack.org <https://docs.openstack.org>`_.
|
||||||
|
|
||||||
To provide feedback on documentation, join and use the
|
The following guides explain how to install a Proof-of-Concept OpenStack cloud
|
||||||
openstack-docs@lists.openstack.org mailing list at `OpenStack
|
and its associated components:
|
||||||
Documentation Mailing
|
|
||||||
List <http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-docs>`_,
|
|
||||||
join our IRC channel ``#openstack-doc`` on the freenode IRC network,
|
|
||||||
or `report a
|
|
||||||
bug <https://bugs.launchpad.net/openstack-manuals/+filebug>`_.
|
|
||||||
|
|
||||||
The following guides explain how to install an OpenStack cloud and its
|
* `Pike Installation Guides <https://docs.openstack.org/pike/install/>`_
|
||||||
associated components:
|
|
||||||
|
|
||||||
* `OpenStack Pike Installation Guides <https://docs.openstack.org/pike/install/>`_
|
|
||||||
|
|
||||||
The following books explain how to configure and run an OpenStack cloud:
|
The following books explain how to configure and run an OpenStack cloud:
|
||||||
|
|
||||||
* `Architecture Design Guide <https://docs.openstack.org/arch-design/>`_
|
* `Architecture Design Guide <https://docs.openstack.org/arch-design/>`_
|
||||||
|
|
||||||
* `Administrator Guide <https://docs.openstack.org/admin-guide/>`_
|
* `Pike Administrator Guides <https://docs.openstack.org/pike/admin/>`_
|
||||||
|
|
||||||
* `Configuration Reference <https://docs.openstack.org/pike/configuration/>`_
|
* `Pike Configuration Guides <https://docs.openstack.org/pike/configuration/>`_
|
||||||
|
|
||||||
* `Networking Guide <https://docs.openstack.org/neutron/latest/admin/>`_
|
* `Pike Networking Guide <https://docs.openstack.org/neutron/pike/admin/>`_
|
||||||
|
|
||||||
* `High Availability Guide <https://docs.openstack.org/ha-guide/>`_
|
* `High Availability Guide <https://docs.openstack.org/ha-guide/>`_
|
||||||
|
|
||||||
@ -52,15 +44,16 @@ The following books explain how to configure and run an OpenStack cloud:
|
|||||||
|
|
||||||
The following book explains how to use the command-line clients:
|
The following book explains how to use the command-line clients:
|
||||||
|
|
||||||
* `Command-Line Interface Reference
|
* `Pike API Bindings
|
||||||
<https://docs.openstack.org/cli-reference/>`_
|
<https://docs.openstack.org/pike/language-bindings.html>`_
|
||||||
|
|
||||||
The following documentation provides reference and guidance information
|
The following documentation provides reference and guidance information
|
||||||
for the OpenStack APIs:
|
for the OpenStack APIs:
|
||||||
|
|
||||||
* `API Guide <https://developer.openstack.org/api-guide/quick-start/>`_
|
* `API Documentation <https://developer.openstack.org/api-guide/quick-start/>`_
|
||||||
|
|
||||||
The following guide provides how to contribute to OpenStack documentation:
|
The following guide provides information on how to contribute to OpenStack
|
||||||
|
documentation:
|
||||||
|
|
||||||
* `Documentation Contributor Guide <https://docs.openstack.org/doc-contrib-guide/>`_
|
* `Documentation Contributor Guide <https://docs.openstack.org/doc-contrib-guide/>`_
|
||||||
|
|
||||||
@ -79,17 +72,6 @@ concise summary in the title and provide as much detail as possible in
|
|||||||
the description. Paste in your command output or stack traces, links to
|
the description. Paste in your command output or stack traces, links to
|
||||||
screen shots, and any other information which might be useful.
|
screen shots, and any other information which might be useful.
|
||||||
|
|
||||||
OpenStack mailing lists
|
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~
|
|
||||||
|
|
||||||
A great way to get answers and insights is to post your question or
|
|
||||||
problematic scenario to the OpenStack mailing list. You can learn from
|
|
||||||
and help others who might have similar issues. To subscribe or view the
|
|
||||||
archives, go to the `general OpenStack mailing list
|
|
||||||
<http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack>`_. If you are
|
|
||||||
interested in the other mailing lists for specific projects or development,
|
|
||||||
refer to `Mailing Lists <https://wiki.openstack.org/wiki/Mailing_Lists>`_.
|
|
||||||
|
|
||||||
The OpenStack wiki
|
The OpenStack wiki
|
||||||
~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
@ -195,6 +177,14 @@ The following Launchpad Bugs areas are available:
|
|||||||
* `Bugs: OpenStack Documentation
|
* `Bugs: OpenStack Documentation
|
||||||
(docs.openstack.org) <https://bugs.launchpad.net/openstack-manuals>`_
|
(docs.openstack.org) <https://bugs.launchpad.net/openstack-manuals>`_
|
||||||
|
|
||||||
|
Documentation feedback
|
||||||
|
~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
To provide feedback on documentation, join our IRC channel ``#openstack-doc``
|
||||||
|
on the Freenode IRC network, or `report a bug in Launchpad
|
||||||
|
<https://bugs.launchpad.net/openstack/+filebug>`_ and choose the particular
|
||||||
|
project that the documentation is a part of.
|
||||||
|
|
||||||
The OpenStack IRC channel
|
The OpenStack IRC channel
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
@ -214,15 +204,16 @@ channel. The OpenStack IRC channel is ``#openstack`` on
|
|||||||
``irc.freenode.net``. You can find a list of all OpenStack IRC channels on
|
``irc.freenode.net``. You can find a list of all OpenStack IRC channels on
|
||||||
the `IRC page on the wiki <https://wiki.openstack.org/wiki/IRC>`_.
|
the `IRC page on the wiki <https://wiki.openstack.org/wiki/IRC>`_.
|
||||||
|
|
||||||
Documentation feedback
|
OpenStack mailing lists
|
||||||
~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
To provide feedback on documentation, join and use the
|
A great way to get answers and insights is to post your question or
|
||||||
openstack-docs@lists.openstack.org mailing list at `OpenStack
|
problematic scenario to the OpenStack mailing list. You can learn from
|
||||||
Documentation Mailing
|
and help others who might have similar issues. To subscribe or view the
|
||||||
List <http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-docs>`_,
|
archives, go to the `general OpenStack mailing list
|
||||||
or `report a
|
<http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack>`_. If you are
|
||||||
bug <https://bugs.launchpad.net/openstack-manuals/+filebug>`_.
|
interested in the other mailing lists for specific projects or development,
|
||||||
|
refer to `Mailing Lists <https://wiki.openstack.org/wiki/Mailing_Lists>`_.
|
||||||
|
|
||||||
OpenStack distribution packages
|
OpenStack distribution packages
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
@ -230,12 +221,10 @@ OpenStack distribution packages
|
|||||||
The following Linux distributions provide community-supported packages
|
The following Linux distributions provide community-supported packages
|
||||||
for OpenStack:
|
for OpenStack:
|
||||||
|
|
||||||
* **Debian:** https://wiki.debian.org/OpenStack
|
|
||||||
|
|
||||||
* **CentOS, Fedora, and Red Hat Enterprise Linux:**
|
* **CentOS, Fedora, and Red Hat Enterprise Linux:**
|
||||||
https://www.rdoproject.org/
|
https://www.rdoproject.org/
|
||||||
|
|
||||||
* **openSUSE and SUSE Linux Enterprise Server:**
|
* **openSUSE and SUSE Linux Enterprise Server:**
|
||||||
https://en.opensuse.org/Portal:OpenStack
|
https://en.opensuse.org/Portal:OpenStack
|
||||||
|
|
||||||
* **Ubuntu:** https://wiki.ubuntu.com/ServerTeam/CloudArchive
|
* **Ubuntu:** https://wiki.ubuntu.com/OpenStack/CloudArchive
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
name = openstackdocumentationcontributorguide
|
name = openstackdocumentationcontributorguide
|
||||||
summary = OpenStack Documentation Contributor Guide
|
summary = OpenStack Documentation Contributor Guide
|
||||||
author = OpenStack
|
author = OpenStack
|
||||||
author-email = openstack-docs@lists.openstack.org
|
author-email = openstack-dev@lists.openstack.org
|
||||||
home-page = https://docs.openstack.org/
|
home-page = https://docs.openstack.org/
|
||||||
classifier =
|
classifier =
|
||||||
Environment :: OpenStack
|
Environment :: OpenStack
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
name = openstackdocumentationglossary
|
name = openstackdocumentationglossary
|
||||||
summary = OpenStack Documentation Glossary
|
summary = OpenStack Documentation Glossary
|
||||||
author = OpenStack
|
author = OpenStack
|
||||||
author-email = openstack-docs@lists.openstack.org
|
author-email = openstack-dev@lists.openstack.org
|
||||||
home-page = https://docs.openstack.org/
|
home-page = https://docs.openstack.org/
|
||||||
classifier =
|
classifier =
|
||||||
Environment :: OpenStack
|
Environment :: OpenStack
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
name = openstackhaguide
|
name = openstackhaguide
|
||||||
summary = OpenStack High Availability Guide
|
summary = OpenStack High Availability Guide
|
||||||
author = OpenStack
|
author = OpenStack
|
||||||
author-email = openstack-docs@lists.openstack.org
|
author-email = openstack-dev@lists.openstack.org
|
||||||
home-page = https://docs.openstack.org/
|
home-page = https://docs.openstack.org/
|
||||||
classifier =
|
classifier =
|
||||||
Environment :: OpenStack
|
Environment :: OpenStack
|
||||||
|
@ -12,6 +12,4 @@ You can contact the HA community directly in `the #openstack-ha
|
|||||||
channel on Freenode IRC <https://wiki.openstack.org/wiki/IRC>`_, or by
|
channel on Freenode IRC <https://wiki.openstack.org/wiki/IRC>`_, or by
|
||||||
sending mail to the `openstack-dev
|
sending mail to the `openstack-dev
|
||||||
<https://wiki.openstack.org/wiki/Mailing_Lists#Future_Development>`_
|
<https://wiki.openstack.org/wiki/Mailing_Lists#Future_Development>`_
|
||||||
or `openstack-docs
|
|
||||||
<http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-docs>`_
|
|
||||||
mailing list with the ``[HA]`` prefix in the ``Subject`` header.
|
mailing list with the ``[HA]`` prefix in the ``Subject`` header.
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
name = openstackhaguide
|
name = openstackhaguide
|
||||||
summary = OpenStack High Availability Guide
|
summary = OpenStack High Availability Guide
|
||||||
author = OpenStack
|
author = OpenStack
|
||||||
author-email = openstack-docs@lists.openstack.org
|
author-email = openstack-dev@lists.openstack.org
|
||||||
home-page = https://docs.openstack.org/
|
home-page = https://docs.openstack.org/
|
||||||
classifier =
|
classifier =
|
||||||
Environment :: OpenStack
|
Environment :: OpenStack
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
name = virtualmachineimageguide
|
name = virtualmachineimageguide
|
||||||
summary = OpenStack Virtual Machine Image Guide
|
summary = OpenStack Virtual Machine Image Guide
|
||||||
author = OpenStack
|
author = OpenStack
|
||||||
author-email = openstack-docs@lists.openstack.org
|
author-email = openstack-dev@lists.openstack.org
|
||||||
home-page = https://docs.openstack.org/
|
home-page = https://docs.openstack.org/
|
||||||
classifier =
|
classifier =
|
||||||
Environment :: OpenStack
|
Environment :: OpenStack
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
name = openstackinstallguide
|
name = openstackinstallguide
|
||||||
summary = OpenStack Installation Guides
|
summary = OpenStack Installation Guides
|
||||||
author = OpenStack
|
author = OpenStack
|
||||||
author-email = openstack-docs@lists.openstack.org
|
author-email = openstack-dev@lists.openstack.org
|
||||||
home-page = http://docs.openstack.org/
|
home-page = http://docs.openstack.org/
|
||||||
classifier =
|
classifier =
|
||||||
Environment :: OpenStack
|
Environment :: OpenStack
|
||||||
|
Loading…
Reference in New Issue
Block a user