Fix TypeError exception in test_server_actions setup

test_server_actions use rebuild_server from base class which returns
server's id. But this tests try to fetch 'server' from return value
which results to TypeError.

Change-Id: I5bbfbe6ee4e8acc84112d134d331380a69b637d0
Closes-Bug: #1514685
1 file changed