ntt-sic / masakari

[UNMAINTAINED]
https://wiki.openstack.org/wiki/Masakari
Apache License 2.0
41 stars 25 forks source link

Removes Direct Accessing to Nova DB #18

Closed muroi closed 8 years ago

muroi commented 8 years ago

Masakari shouldn't access Nova DB to check instance's information in any case. For the first implementation, Masakari has to access Nova DB directly since it aims at Juno release, and Nova of the release has some constraints about evacuation of instances. On the other hands, there is no constraint that Masakari hits to in the latest or supported version of Nova for the evacuation.

sampathP commented 8 years ago

@muroi Thank you for fix. agree to merge..

toshikazu0314 commented 8 years ago

Looks good.