Update the HTTP links to HTTPS.
Change-Id: I7c45f9a54be390df2d965e181c581b26f17e70d5
This commit is contained in:
parent
6555cbae3d
commit
23313c7ec3
@ -36,7 +36,7 @@ Second, you'll need to take care of a couple administrative tasks:
|
|||||||
|
|
||||||
Whew! Got all that? Okay! You're good to go.
|
Whew! Got all that? Okay! You're good to go.
|
||||||
|
|
||||||
.. _`OpenStack Contributor License Agreement`: http://wiki.openstack.org/CLA
|
.. _`OpenStack Contributor License Agreement`: https://wiki.openstack.org/CLA
|
||||||
.. _`Horizon Developers`: https://launchpad.net/~horizon
|
.. _`Horizon Developers`: https://launchpad.net/~horizon
|
||||||
.. _`instructions for setting up git-review`: https://docs.openstack.org/infra/manual/developers.html#development-workflow
|
.. _`instructions for setting up git-review`: https://docs.openstack.org/infra/manual/developers.html#development-workflow
|
||||||
|
|
||||||
@ -475,8 +475,8 @@ To make a new release of the package, you need to:
|
|||||||
.. _documentation: http://xstatic.rtfd.org/en/latest/packaging.html
|
.. _documentation: http://xstatic.rtfd.org/en/latest/packaging.html
|
||||||
.. _xstatic-release: https://pypi.org/project/xstatic-release/
|
.. _xstatic-release: https://pypi.org/project/xstatic-release/
|
||||||
.. _`Create a new repository under OpenStack`: https://docs.openstack.org/infra/manual/creators.html
|
.. _`Create a new repository under OpenStack`: https://docs.openstack.org/infra/manual/creators.html
|
||||||
.. _`request a release`: http://git.openstack.org/cgit/openstack/releases/tree/README.rst
|
.. _`request a release`: https://git.openstack.org/cgit/openstack/releases/tree/README.rst
|
||||||
.. _`releases repository`: http://git.openstack.org/cgit/openstack/releases
|
.. _`releases repository`: https://git.openstack.org/cgit/openstack/releases
|
||||||
.. _`Set up PyPi`: https://docs.openstack.org/infra/manual/creators.html#give-openstack-permission-to-publish-releases
|
.. _`Set up PyPi`: https://docs.openstack.org/infra/manual/creators.html#give-openstack-permission-to-publish-releases
|
||||||
.. _global-requirements: https://github.com/openstack/requirements/blob/master/global-requirements.txt
|
.. _global-requirements: https://github.com/openstack/requirements/blob/master/global-requirements.txt
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@ Installation
|
|||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
$ sudo pip install -c http://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/<release> .
|
$ sudo pip install -c https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/<release> .
|
||||||
|
|
||||||
Configuration
|
Configuration
|
||||||
=============
|
=============
|
||||||
@ -185,7 +185,7 @@ Deployment
|
|||||||
For apache2 web server, you may need to create
|
For apache2 web server, you may need to create
|
||||||
``/etc/apache2/sites-available/horizon.conf``.
|
``/etc/apache2/sites-available/horizon.conf``.
|
||||||
The template in DevStack is a good example of the file.
|
The template in DevStack is a good example of the file.
|
||||||
http://git.openstack.org/cgit/openstack-dev/devstack/tree/files/apache-horizon.template
|
https://git.openstack.org/cgit/openstack-dev/devstack/tree/files/apache-horizon.template
|
||||||
Or you can automatically generate an apache configuration file. If you
|
Or you can automatically generate an apache configuration file. If you
|
||||||
previously generated an ``openstack_dashboard/horizon_wsgi.py`` file it will
|
previously generated an ``openstack_dashboard/horizon_wsgi.py`` file it will
|
||||||
use that, otherwise will default to using ``openstack_dashboard/wsgi.py``
|
use that, otherwise will default to using ``openstack_dashboard/wsgi.py``
|
||||||
|
@ -6,4 +6,4 @@ deprecations:
|
|||||||
so that operators can upgrade Horizon first.
|
so that operators can upgrade Horizon first.
|
||||||
Note that the Dashboard support for LBaaS v2 is provided as
|
Note that the Dashboard support for LBaaS v2 is provided as
|
||||||
a Horizon plugin via `neutron-lbaas-dashboard project
|
a Horizon plugin via `neutron-lbaas-dashboard project
|
||||||
<http://git.openstack.org/cgit/openstack/neutron-lbaas-dashboard/>`__.
|
<https://git.openstack.org/cgit/openstack/neutron-lbaas-dashboard/>`__.
|
||||||
|
@ -6,4 +6,4 @@ upgrade:
|
|||||||
Newton release so that operators can upgrade Horizon first.
|
Newton release so that operators can upgrade Horizon first.
|
||||||
Note that the Dashboard support for LBaaS v2 is provided as
|
Note that the Dashboard support for LBaaS v2 is provided as
|
||||||
a Horizon plugin via `neutron-lbaas-dashboard project
|
a Horizon plugin via `neutron-lbaas-dashboard project
|
||||||
<http://git.openstack.org/cgit/openstack/neutron-lbaas-dashboard/>`__.
|
<https://git.openstack.org/cgit/openstack/neutron-lbaas-dashboard/>`__.
|
||||||
|
@ -8,4 +8,4 @@ upgrade:
|
|||||||
To continue to use VPNaaS dashboard, install ``neutron-vpnaas-dashboard``
|
To continue to use VPNaaS dashboard, install ``neutron-vpnaas-dashboard``
|
||||||
and set up the horizon plugin configuration file in ``enabled`` directory.
|
and set up the horizon plugin configuration file in ``enabled`` directory.
|
||||||
For more information, see ``neutron-vpnaas-dashboard`` documentation
|
For more information, see ``neutron-vpnaas-dashboard`` documentation
|
||||||
http://git.openstack.org/cgit/openstack/neutron-vpnaas-dashboard/tree/doc/source
|
https://git.openstack.org/cgit/openstack/neutron-vpnaas-dashboard/tree/doc/source
|
||||||
|
@ -65,7 +65,7 @@ Community
|
|||||||
|
|
||||||
.. _creating a dashboard: https://docs.openstack.org/horizon/latest/contributor/tutorials/dashboard.html#creating-a-dashboard
|
.. _creating a dashboard: https://docs.openstack.org/horizon/latest/contributor/tutorials/dashboard.html#creating-a-dashboard
|
||||||
.. _creating a panel: https://docs.openstack.org/horizon/latest/contributor/tutorials/dashboard.html#creating-a-panel
|
.. _creating a panel: https://docs.openstack.org/horizon/latest/contributor/tutorials/dashboard.html#creating-a-panel
|
||||||
.. _thorough set of documentation: http://wiki.openstack.org/Translations
|
.. _thorough set of documentation: https://wiki.openstack.org/Translations
|
||||||
|
|
||||||
Under The Hood
|
Under The Hood
|
||||||
--------------
|
--------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user