Implemented new storage drivers
Added SQLAlchemy storage backend. Modified Orchestrator to handle new storage backends. write_orchestrator code should be considered legacy, it'll be removed next versions. A new process cloudkitty-writer will replace this feature. Change-Id: I723371309e12754b2ebd58afab5bbf7a47d69704
This commit is contained in:
@@ -23,6 +23,7 @@ console_scripts =
|
||||
cloudkitty-api = cloudkitty.cli.api:main
|
||||
cloudkitty-dbsync = cloudkitty.cli.dbsync:main
|
||||
cloudkitty-processor = cloudkitty.cli.processor:main
|
||||
cloudkitty-storage-init = cloudkitty.cli.storage:main
|
||||
|
||||
cloudkitty.collector.backends =
|
||||
ceilometer = cloudkitty.collector.ceilometer:CeilometerCollector
|
||||
@@ -36,6 +37,9 @@ cloudkitty.billing.processors =
|
||||
noop = cloudkitty.billing.noop:Noop
|
||||
hashmap = cloudkitty.billing.hash:BasicHashMap
|
||||
|
||||
cloudkitty.storage.backends =
|
||||
sqlalchemy = cloudkitty.storage.sqlalchemy:SQLAlchemyStorage
|
||||
|
||||
cloudkitty.output.writers =
|
||||
osrf = cloudkitty.writer.osrf:OSRFBackend
|
||||
|
||||
|
||||
Reference in New Issue
Block a user