distcloud/dcorch/cmd
Andy Ning 95eac8c932 keystone-api-proxy for containerized openstack services - service
This update enhanced keystone-api-proxy to take a sync_endpoint
parameter from its configuration file and enqueue job for dcorch with
that sync_endpoint type. If sync_endpoint doesn't present in its
configuration file, it will use the default endpoint type to enqueue
job.

Change-Id: I85698638cee2598955c4deb41a6b8033b0ace9fd
Story: 2004766
Task: 36156
Depends-On: https://review.opendev.org/#/c/682062/
Signed-off-by: Andy Ning <andy.ning@windriver.com>
2019-09-26 15:12:19 -04:00
..
README.rst StarlingX open source release updates 2018-08-07 11:51:21 -04:00
__init__.py StarlingX open source release updates 2018-08-07 11:51:21 -04:00
api.py StarlingX open source release updates 2018-08-07 11:51:21 -04:00
api_proxy.py keystone-api-proxy for containerized openstack services - service 2019-09-26 15:12:19 -04:00
engine.py StarlingX open source release updates 2018-08-07 11:51:21 -04:00
manage.py Use triple double-quoted strings for docstrings 2019-07-01 15:10:59 +08:00
snmp.py StarlingX open source release updates 2018-08-07 11:51:21 -04:00

README.rst

cmd

Scripts to start the DC Orchestrators API and Engine services

api.py:

start API service python api.py --config-file=/etc/dcorch.conf

engine.py:

start Engine service python engine.py --config-file=/etc/dcorch.conf

manage.py:

CLI interface for DC Orchestrators management dcorch-manage --config-file /etc/dcorch.conf db_sync dcorch-manage --config-file /etc/dcorch.conf db_version