commit | ce16bba31ebeeb59e9b4106692262b70cd9561b4 | [log] [tgz] |
---|---|---|
author | ghanshyam <ghanshyam.mann@nectechnologies.in> | Fri Jun 26 15:47:06 2015 +0900 |
committer | ghanshyam <ghanshyam.mann@nectechnologies.in> | Fri Jun 26 15:47:06 2015 +0900 |
tree | 5d75021665fa170aec8ca5593da38e468b689d27 | |
parent | 4d4603398775e6615f1a3ba9def2b2e73b795037 [diff] |
Re-factor neutron client for 'update' methods Currently neutron client is written to auto generate methods on fly. This is very difficult to debug and make code very difficult to read. As neutron client will be moved to lib, it will be better to have its interfaces more readable and consistent with other service clients. This commit re-factor it for 'update_*' methods. Change-Id: I67039beb934b88a048740a06e06d5a0a5b920942