9c63a24797
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]
|
||
---|---|---|
.. | ||
openstack | ||
__init__.py | ||
test_action_manager.py | ||
test_javascript_action.py | ||
test_std_echo_action.py | ||
test_std_email_action.py | ||
test_std_fail_action.py | ||
test_std_http_action.py |