Remove unused parameter 'tenant_id'

When creating a server, tenant_id is not available at all
in a request body and the wrapper method also doesn't handle
the parameter value, the method just ignores it.
This patch removes it for cleanup.

Change-Id: I09f68e78ab760386d6201a0bc94699cab83c59d6
1 file changed