Sylvain Afchain 4be52c0780 Moves the HA resource creations outside of transaction
Currently the HA resources are created in the
_create_router_db which includes calls to
the plugin and generates RPC calls. Even if the
resource creations are outside of any transaction
from the _create_router_db point of view, this
method is  called in a transaction from the
create_router method.
This patch moves the resource creations to the
create_router method outside the transaction.
The failures are handled as previously with
a try/expect.

Change-Id: If8fcfd012f8e992175e49bbefb2ae667881a620a
Closes-bug: #1374461
2014-10-20 08:27:37 +00:00
..
2014-09-10 12:06:13 +00:00
2014-06-30 14:07:59 +03:00
2014-08-01 16:10:23 +00:00
2014-04-01 10:38:31 -04:00