- Created glance verifier and nova verifier
- Extracted common verifier functionality into a base verifier - Extracted messaging specific functionality into message service - Moved methods into models - Moved reconciler creation into start_verifier
This commit is contained in:
@@ -11,7 +11,9 @@
|
||||
"userid": "rabbit",
|
||||
"password": "rabbit",
|
||||
"virtual_host": "/",
|
||||
"exchange_name": "stacktach",
|
||||
"routing_keys": ["notifications.info"]
|
||||
"topics": {
|
||||
"nova": ["notifications.info"],
|
||||
"glance": ["notifications.info"]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user