docs/workflow.md in fog-openstack-0.1.15 vs docs/workflow.md in fog-openstack-0.1.17
- old
+ new
@@ -16,10 +16,12 @@
:openstack_api_key => OPEN_STACK_PASSWORD, # Your OpenStack Password
:connection_options => {} # Optional
})
```
+Read more about the [Optional Connection Parameters](common/connection_params.md)
+
## Executions
A Workflow is a composition of one or more actions.
To execute a workflow, we create an execution:
@@ -118,12 +120,12 @@
* Validations
For examples on how to interact with these resources, please refer to
https://github.com/fog/fog-openstack/tree/master/examples/workflow/workflow-examples.rb
-## Information about Mistral
+## Additional Resources
* [Mistral Wiki](https://wiki.openstack.org/wiki/Mistral)
* [Mistral DSL v2](http://docs.openstack.org/developer/mistral/dsl/dsl_v2.html)
* [Mistral API v2](http://docs.openstack.org/developer/mistral/developer/webapi/v2.html)
* [Mistral python client](https://github.com/openstack/python-mistralclient) Can be useful to see how to interact with the API.
-
+* [more resources and feedback](common/resources.md)