Merge "Add Limitations"

This commit is contained in:
Zuul 2019-02-13 06:57:33 +00:00 committed by Gerrit Code Review
commit 943ee30b2a
1 changed files with 6 additions and 1 deletions

View File

@ -14,7 +14,7 @@ mistral
2. [Module Description - What does the module do?](#module-description)
3. [Setup - The basics of getting started with mistral](#setup)
4. [Implementation - An under-the-hood peek at what the module is doing](#implementation)
5. [Limitations - OS compatibility, etc.]
5. [Limitations - OS compatibility, etc.](#limitations)
6. [Development - Guide for contributing to the module](#development)
7. [Contributors - Those with commits](#contributors)
8. [Release Notes - Release notes for the project](#release-notes)
@ -127,6 +127,11 @@ The path to the file containing the definition of the workflow. This parameter i
Specifies whether the workflow must be public or not. Defaults to `true`.
Limitations
------------
* All the mistral types use the CLI tools and so need to be ran on the mistral node.
Beaker-Rspec
------------