commit | 9c874417240ba8efbd6933bfab66be09f24e1c3e | [log] [tgz] |
---|---|---|
author | Martin Kopec <mkopec@redhat.com> | Thu Dec 17 20:43:26 2020 +0000 |
committer | Martin Kopec <mkopec@redhat.com> | Mon Dec 28 16:37:53 2020 +0000 |
tree | e0ac1a3fc864faa88265f855a20deddcbbc81993 | |
parent | 0e0264636f318920e709b97c4ea6f4df1e2d27fb [diff] |
Pass custom args to create_port through create_server Allow consumers of create_server to pass custom arguments to create_port method which is called from create_server one. Fix namestart var usage in create_port - as the name of the var suggests, it should be used to generate a name from. Therefore the patch also adds rand_name call which we accidentaly removed recently. Implements: blueprint tempest-scenario-manager-stable Change-Id: I724e0f37d4381a493217a077492046f7a4b0a2a2