commit | 4bbc199973b5dbd40eabad14bb1c81ae793aea67 | [log] [tgz] |
---|---|---|
author | Matthew Treinish <mtreinish@kortar.org> | Tue Apr 07 11:13:40 2015 -0400 |
committer | Matthew Treinish <mtreinish@kortar.org> | Tue Apr 07 11:18:04 2015 -0400 |
tree | ee5a00195144506149fa7d858a80e8adc999316e | |
parent | 4571408b8143b5e18900a9df11c1dc6b28cf7019 [diff] |
Use network from get_tenant_network in scenario In the scenario tests create_server helper method the returned network from get_tenant_network() was not being used it was returned and the method to add it to the kwargs dict was called, but the resulting updated dict was never used. This patch corrects the oversight by updating the kwargs dict to ensure we actually pass the right network into the create server call. Change-Id: I1976ed6eb2edfa77971bd908fe47514c1a801b98