GitHub user tonybaloney opened a pull request: https://github.com/apache/libcloud/pull/620
LIBCLOUD-761 network and monitoring support Extended Dimension Data driver for compute to enable: * Creating, deleting and renaming "networks" MCP1 only * Enabling, updating and disabling server monitoring (MCP 1 or 2) All functions include tests. this is intended for the 0.20 release You can merge this pull request into a Git repository by running: $ git pull https://github.com/DimensionDataCBUSydney/libcloud LIBCLOUD-761_Network_and_monitoring_support Alternatively you can review and apply these changes as the patch at: https://github.com/apache/libcloud/pull/620.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #620 ---- commit b97168e212579e4b21a09694bf271e9385d06b7f Author: Ming Sheng <mingshen...@gmail.com> Date: 2015-09-17T10:12:58Z Corrected dd-ap 'host' commit 51b7845ec0dac2fe5f9d871bded05e543edda46e Author: Anthony Shaw <anthony.p.s...@gmail.com> Date: 2015-09-17T10:34:46Z Merge pull request #2 from mingsheng36/patch-1 Corrected dd-ap 'host' commit d051b581629fdd2e8a5222911a52d43c798a8a7c Author: Anthony Shaw <anthony.p.s...@gmail.com> Date: 2015-09-23T05:49:20Z Merge branch 'trunk' of github.com:DimensionDataCBUSydney/libcloud into trunk commit 4aefd3abe59de8f69dcb4d8ebdf1bcc28e1d0cf9 Author: Anthony Shaw <anthony.p.s...@gmail.com> Date: 2015-09-23T05:50:11Z Merge branch 'trunk' of https://github.com/apache/libcloud into trunk commit ab6e76aa229b73733b60a20754776c8ceb9e3202 Author: Anthony Shaw <anthony.p.s...@gmail.com> Date: 2015-09-28T00:09:41Z Merge branch 'trunk' of https://github.com/apache/libcloud into trunk commit b0d86263751f169575c7820e5cf6a6026cd71025 Author: Anthony Shaw <anthony.p.s...@gmail.com> Date: 2015-10-05T22:37:19Z Merge branch 'trunk' of https://github.com/apache/libcloud into trunk commit 2189a6bbd97c7ffd4bf5d978b045a787044cc455 Author: Anthony Shaw <anthony.p.s...@gmail.com> Date: 2015-10-19T21:29:14Z Merge branch 'trunk' of https://github.com/apache/libcloud into trunk commit 20a2cf7cf88959a37d027b1e53519c11f4c18de3 Author: Anthony Shaw <anthony.p.s...@gmail.com> Date: 2015-10-23T05:22:26Z Merge branch 'trunk' of https://github.com/apache/libcloud into trunk commit b90060be55b9111e03547e17d54f7d7c5708bcd2 Author: Anthony Shaw <anthony.p.s...@gmail.com> Date: 2015-10-23T05:23:03Z Merge branch 'trunk' of https://github.com/apache/libcloud into trunk commit c923de363ae478505b7e84c9485f2832aa28d7e2 Author: Anthony Shaw <anthony.p.s...@gmail.com> Date: 2015-10-29T22:52:52Z Commenting the existing network functions to provide clearer help commit 4e26ef0d1c40ac4ecfc091d5189df7549dac70f1 Author: Anthony Shaw <anthony.p.s...@gmail.com> Date: 2015-10-30T00:36:34Z Methods for adding, deleting and renaming "networks" which are the MCP 1 network separation feature. Create network does include the ID in the message, but not by convention, just convenience so I decided to rely on the uniqueness of the name within a location to fetch the ID. Included tests commit 6229e9d014460303a8790cd646ebbfa6788d255d Author: Anthony Shaw <anthony.p.s...@gmail.com> Date: 2015-10-30T00:38:25Z styling updates to existing changes. commit cd24ef2c9d8dac1a96291f69b648324c96c94bc1 Author: Anthony Shaw <anthony.p.s...@gmail.com> Date: 2015-10-30T01:28:52Z Monitoring functions and tests for servers in both MCP 1 and 2 ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---