Optimize the link address
Update link address to ensure safety and preciseness Change-Id: Ia5da7111faceee5ecfb39f093ed2afee6902776b
This commit is contained in:
parent
8d5175300b
commit
10c70b707d
@ -41,7 +41,7 @@ First of all, clone the repo and go to the repo directory::
|
|||||||
**Devstack installation**
|
**Devstack installation**
|
||||||
|
|
||||||
Information about how to install Mistral with devstack can be found
|
Information about how to install Mistral with devstack can be found
|
||||||
`here <http://docs.openstack.org/developer/mistral/developer/devstack.html>`_.
|
`here <https://docs.openstack.org/developer/mistral/developer/devstack.html>`_.
|
||||||
|
|
||||||
Configuring Mistral
|
Configuring Mistral
|
||||||
~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~
|
||||||
@ -256,7 +256,7 @@ Project Goals 2017
|
|||||||
Project Resources
|
Project Resources
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
* `Mistral Official Documentation <http://docs.openstack.org/developer/mistral/>`_
|
* `Mistral Official Documentation <https://docs.openstack.org/developer/mistral/>`_
|
||||||
|
|
||||||
* Project status, bugs, and blueprints are tracked on
|
* Project status, bugs, and blueprints are tracked on
|
||||||
`Launchpad <https://launchpad.net/mistral/>`_
|
`Launchpad <https://launchpad.net/mistral/>`_
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
Mistral Cookbooks
|
Mistral Cookbooks
|
||||||
=================
|
=================
|
||||||
|
|
||||||
- `Mistral for Administration (aka Cloud Cron) <http://wiki.openstack.org/wiki/Mistral/Cookbooks/AdministrationCloudCron>`_
|
- `Mistral for Administration (aka Cloud Cron) <https://wiki.openstack.org/wiki/Mistral/Cookbooks/AdministrationCloudCron>`_
|
||||||
|
@ -61,7 +61,7 @@ After a successful login bring the port back - it will continue your session.
|
|||||||
**Further notes**
|
**Further notes**
|
||||||
|
|
||||||
- If you need help with PyCharm and general debugging, please refer to:
|
- If you need help with PyCharm and general debugging, please refer to:
|
||||||
`JetBrains PyCharm developer guide <http://www.jetbrains.com/pycharm/help/debugging.html.>`_
|
`JetBrains PyCharm developer guide <https://www.jetbrains.com/pycharm/help/debugging.html.>`_
|
||||||
|
|
||||||
- If you would like to manually restart the apache server,
|
- If you would like to manually restart the apache server,
|
||||||
open a terminal and run::
|
open a terminal and run::
|
||||||
|
@ -127,7 +127,7 @@ directory.
|
|||||||
[oslo_policy]
|
[oslo_policy]
|
||||||
policy_file = <path-of-policy.json file>
|
policy_file = <path-of-policy.json file>
|
||||||
|
|
||||||
Default policy.json file is in ``mistral/etc/``. For more deatils see `policy.json file <http://docs.openstack.org/mitaka/config-reference/policy-json-file.html>`_.
|
Default policy.json file is in ``mistral/etc/``. For more deatils see `policy.json file <https://docs.openstack.org/mitaka/config-reference/policy-json-file.html>`_.
|
||||||
|
|
||||||
#. After that try to run mistral engine and see it is running without any error::
|
#. After that try to run mistral engine and see it is running without any error::
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@ Setup Instructions
|
|||||||
------------------
|
------------------
|
||||||
This instruction assumes that Horizon is already installed and it's installation
|
This instruction assumes that Horizon is already installed and it's installation
|
||||||
folder is <horizon>. Detailed information on how to install Horizon can be
|
folder is <horizon>. Detailed information on how to install Horizon can be
|
||||||
found at `Horizon Installation <http://docs.openstack.org/developer/horizon/quickstart.html#setup.>`_
|
found at `Horizon Installation <https://docs.openstack.org/developer/horizon/quickstart.html#setup.>`_
|
||||||
|
|
||||||
The installation folder of Mistral Dashboard will be referred to as <mistral-dashboard>.
|
The installation folder of Mistral Dashboard will be referred to as <mistral-dashboard>.
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
"""oslo.i18n integration module.
|
"""oslo.i18n integration module.
|
||||||
|
|
||||||
See http://docs.openstack.org/developer/oslo.i18n/usage.html
|
See https://docs.openstack.org/developer/oslo.i18n/usage.html
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
@ -43,7 +43,7 @@ class WorkflowSpecValidationTestCase(base.BaseTest):
|
|||||||
'get': {
|
'get': {
|
||||||
'action': 'std.http',
|
'action': 'std.http',
|
||||||
'input': {
|
'input': {
|
||||||
'url': 'http://www.openstack.org'
|
'url': 'https://www.openstack.org'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
'echo': {
|
'echo': {
|
||||||
|
@ -4,7 +4,7 @@ summary = Mistral Project
|
|||||||
description-file =
|
description-file =
|
||||||
README.rst
|
README.rst
|
||||||
license = Apache License, Version 2.0
|
license = Apache License, Version 2.0
|
||||||
home-page = http://docs.openstack.org/developer/mistral
|
home-page = https://docs.openstack.org/developer/mistral
|
||||||
classifiers =
|
classifiers =
|
||||||
Programming Language :: Python
|
Programming Language :: Python
|
||||||
Programming Language :: Python :: 2
|
Programming Language :: Python :: 2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user