fb457c820e

In Models by default type of deleted column is Integer, but bm tabels use Boolean type for deleted columns.This produce bug in postgresql (type mismatch). At this moment we are not able to do any db migrations, so there is only one way to fix this bug. Change type of deleted columns in Models from Integer to Boolean. In Havana we will be able to change deleted columns types to type of id for bm tables and use soft_delete and UC as in rest of nova. Fixes bug 1140294 Change-Id: Id56c4bbff7048ed5c746dc995380be9ba0a12c39
Description
A service for managing and provisioning Bare Metal servers.
Languages
Python
98.1%
Shell
1.8%