Move 'alarm_connection' to 'connection'

- Removes the specific alarm_connection option
- Simplify get_connection*() functions and hardcode the namespace

Change-Id: I9ac13c6e9356867a815e0b8afec4815916bf3a65
This commit is contained in:
Julien Danjou
2015-06-29 18:04:16 +02:00
parent a16fa7ae8a
commit 7a5bddd6d9
8 changed files with 21 additions and 32 deletions

View File

@@ -26,7 +26,7 @@ packages =
aodh
[entry_points]
aodh.alarm.storage =
aodh.storage =
log = aodh.storage.impl_log:Connection
mongodb = aodh.storage.impl_mongodb:Connection
mysql = aodh.storage.impl_sqlalchemy:Connection