Updated Branches: refs/heads/master f1ab3ae94 -> c68dd35b6
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-cloudstack Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/c68dd35b Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/c68dd35b Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/c68dd35b Branch: refs/heads/master Commit: c68dd35b6ecef064d273e072dac0da2ec6daf8df Parents: a06ed57 f1ab3ae Author: olivier lamy <[email protected]> Authored: Mon Aug 27 16:44:18 2012 +0200 Committer: olivier lamy <[email protected]> Committed: Mon Aug 27 16:44:18 2012 +0200 ---------------------------------------------------------------------- .../kvm/resource/LibvirtComputingResource.java | 4 +- .../agent/api/FindLogicalSwitchPortAnswer.java | 36 ++++++++ .../agent/api/FindLogicalSwitchPortCommand.java | 44 ++++++++++ .../agent/api/UpdateLogicalSwitchPortAnswer.java | 36 ++++++++ .../agent/api/UpdateLogicalSwitchPortCommand.java | 65 +++++++++++++++ .../cloud/network/element/NiciraNvpElement.java | 26 ++++++- .../src/com/cloud/network/nicira/NiciraNvpApi.java | 16 ++++ .../cloud/network/resource/NiciraNvpResource.java | 56 +++++++++++++ 8 files changed, 281 insertions(+), 2 deletions(-) ----------------------------------------------------------------------
