Artifact Repository (Glare)
Go to file
Mike Fedosin 2924e662cb Look the list of artifacts in 'artifacts' section
Now when user requests a list of artifacts glare returns
a json dict that has a section called after the type name,
which contains the list of the artifacts.
Example:
GET /artifacts/my_artifacts

{"my_artifacts": [...]}

It's not really a restful approach, so it's suggested to create a
unified section 'artifacts' for all cases, i.e. return
{"artifacts": [...]}

Change-Id: Ic0762f7a379754d19147a4f41a6d5a98abdc86b0
2017-12-13 13:39:23 +00:00
devstack Allow to specify custom modules and artifact types in devstack 2017-07-11 19:01:39 +03:00
doc/source Look the list of artifacts in 'artifacts' section 2017-12-13 13:39:23 +00:00
etc Update auth middlewares 2017-02-28 18:47:27 +03:00
glare Look the list of artifacts in 'artifacts' section 2017-12-13 13:39:23 +00:00
glare_tempest_plugin Replace the usage of some aliases in tempest 2017-10-11 13:06:32 +07:00
tools Prepare for using standard python tests 2017-02-03 19:58:16 +01:00
.gitignore tests: replace .testr.conf with .stestr.conf 2017-10-31 01:15:15 +03:00
.gitreview Fix docs and remove bandit check for translation 2016-08-23 09:25:01 +00:00
.stestr.conf tests: replace .testr.conf with .stestr.conf 2017-10-31 01:15:15 +03:00
.testr.conf Rename .testr to .testr.conf 2017-11-03 03:50:43 +03:00
LICENSE Initial commit 2016-08-02 12:54:54 +03:00
README.rst Use https for urls in the readme file 2017-06-19 11:33:02 +02:00
babel.cfg Glare Code 2016-08-05 18:59:44 +03:00
bandit.yaml Update bandit usage 2017-11-01 20:28:32 +02:00
pylintrc Glare Code 2016-08-05 18:59:44 +03:00
requirements.txt Updated from global requirements 2017-12-05 03:02:37 +00:00
setup.cfg Change default values for glance_store 2017-08-13 16:29:24 +03:00
setup.py Updated from global requirements 2017-04-01 15:23:26 +00:00
test-requirements.txt Updated from global requirements 2017-11-16 11:03:34 +00:00
tox.ini Merge "Update bandit usage" 2017-11-04 12:37:08 +00:00

README.rst

Glare

Glare (from GLare Artifact REpository) is a service that provides access to a unified catalog of structured meta-information as well as related binary data (these structures are also called 'artifacts').

License

Apache License Version 2.0 http://www.apache.org/licenses/LICENSE-2.0