mistral/mistral/tests/unit/actions
Jeff Peeler 9c63a24797 Add configuration option for endpoint type
This adds a new option in the default group called os-actions-endpoint-type.
Doing so allows removing the hard coding of the parameter passed into
novaclient. Although novaclient on the CLI will append the URL suffix
to the option [1], it seems passing in the full text (e.g., publicURL) is
most appropriate.

The environment variable OS_ACTIONS_ENDPOINT_TYPE may also be specified
instead of using the option from the configuration file.

[1]
d6ca9e2d74/novaclient/shell.py (L809)

Change-Id: I1ac52113193f286b6f2ee53f6221c39de91d20f1
Closes-bug: #1526300
2016-07-06 09:20:00 -04:00
..
openstack Add configuration option for endpoint type 2016-07-06 09:20:00 -04:00
__init__.py BP mistral-actions-design (add new actions package) 2014-04-14 19:24:27 +07:00
test_action_manager.py Updated mapping.json file 2016-06-28 11:09:31 +05:30
test_javascript_action.py Move base.py and config.py under unit/ folder 2015-11-18 15:11:23 +03:00
test_std_echo_action.py Move base.py and config.py under unit/ folder 2015-11-18 15:11:23 +03:00
test_std_email_action.py Send mail to mutli to_addrs failed. 2015-11-27 02:02:03 +00:00
test_std_fail_action.py Move base.py and config.py under unit/ folder 2015-11-18 15:11:23 +03:00
test_std_http_action.py Move base.py and config.py under unit/ folder 2015-11-18 15:11:23 +03:00