An admin task workflow service for openstack.
Project description
Adjutant is a service that sits along Keystone and allows the automation and approval of tasks normally requiring a user with an admin role. Adjutant allows defining of such tasks as part of a workflow which can either be entirely automatic, or require admin approval. The goal is to automate business logic, and augment the functionality of Keystone and other OpenStack services without getting in the way of future OpenStack features or duplicating development effort.
Quick Dev Deployment
To quickly deploy the service for testing you can install via pip, setup a default config file, and then run the test Django server.
pip install adjutant
Then running the service will look for a config in either /etc/adjutant/conf.yaml or it will default to conf/conf.yaml from the directory you run the command in.
adjutant migrate adjutant runserver <port>
For now you will have to source the default conf from the github repo or the library install location itself, but we hope to add an additional commandline function which will copy and setup a basic default config in /etc/adjutant/conf.yaml.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for python_adjutant-4.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | eadd14ae5d83e2b2ef651e1bc14c2092f483f37aa38bb9b515c57d2c06e0b0de |
|
MD5 | 1384797ca8d89b2b2b4ce48e4013b3ab |
|
BLAKE2b-256 | 838a3ee5379c360d772799fa33eb2d0239dbdb13c5be4e6b9fcaca8defe3d99c |