commit | 74b03460a3f27df9a93afba14023c8ed06844c12 | [log] [tgz] |
---|---|---|
author | Shuquan Huang <huang.shuquan@99cloud.net> | Thu Aug 27 04:06:50 2015 +0000 |
committer | Shuquan Huang <huang.shuquan@99cloud.net> | Thu Aug 27 04:13:24 2015 +0000 |
tree | 58e21396d9662d339a759962b0ff261d8e064f1f | |
parent | 5481360102682f894a88384234c39cf3dcc233ce [diff] |
Fix tests updating server by name rather than id Some tests in test_servers_negative.py update server by name rather than id. According to the api spec[1], we should update it with id rather name as this. PUT {tenant_id}/servers/{server_id} [1]http://developer.openstack.org/api-ref-compute-v2.html#updateServer Change-Id: I3b5f7831c334614e4824b99fba518a27bff3aa48 Closes-bug: #1489068