commit | daffd85867f8733715de267cced1d3c6f031bcf0 | [log] [tgz] |
---|---|---|
author | Sergey Kraynev <skraynev@mirantis.com> | Mon Jun 22 09:49:47 2015 -0400 |
committer | Sergey Kraynev <skraynev@mirantis.com> | Wed Jul 01 11:55:12 2015 +0000 |
tree | 2f73b1677a013e4d5b05b99ee8d9d7c94cd03c39 | |
parent | 1a33fabded731cb106c9220eec70af3ff0b32bed [diff] |
Specify network for server in test_validation This test does not wait, when all resources will be created. However, it does not mean, that these resources will not be in create in progress state. The error, mentioned in the bug, happens, when nova tries to create server and see two available networks (private and heat-net). Current patch prevents error by adding network property to Server resource. Change-Id: I7c1f4931976ae3a899563b1a9da9f8bc7564806c Closes-Bug: #1467529