
Initial PoC source code for Tricircle, the project for OpenStack cascading solution. Change-Id: I8abc93839a26446cb61c8d9004dfd812bd91de6e
21 lines
846 B
Plaintext
21 lines
846 B
Plaintext
[console_scripts]
|
|
glance-api = glance.cmd.api:main
|
|
glance-cache-cleaner = glance.cmd.cache_cleaner:main
|
|
glance-cache-manage = glance.cmd.cache_manage:main
|
|
glance-cache-prefetcher = glance.cmd.cache_prefetcher:main
|
|
glance-cache-pruner = glance.cmd.cache_pruner:main
|
|
glance-control = glance.cmd.control:main
|
|
glance-manage = glance.cmd.manage:main
|
|
glance-registry = glance.cmd.registry:main
|
|
glance-replicator = glance.cmd.replicator:main
|
|
glance-scrubber = glance.cmd.scrubber:main
|
|
|
|
[glance.common.image_location_strategy.modules]
|
|
location_order_strategy = glance.common.location_strategy.location_order
|
|
store_type_strategy = glance.common.location_strategy.store_type
|
|
|
|
[glance.sync.store.location]
|
|
filesystem = glance.sync.store._drivers.filesystem:LocationCreator
|
|
|
|
[glance.sync.store.driver]
|
|
filesystem = glance.sync.store._drivers.filesystem:Store |