GitHub user kumarappanc opened a pull request: https://github.com/apache/libcloud/pull/740
Fix/create firewall rule script sends 'True' as boolean value in the request xml for the enabled parameter to the CAAS API but 'True' is not a valid value of the atomic type 'xs:boolean'. You can merge this pull request into a Git repository by running: $ git pull https://github.com/DimensionDataCBUSydney/libcloud fix/create_firewall_rule Alternatively you can review and apply these changes as the patch at: https://github.com/apache/libcloud/pull/740.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 #740 ---- commit 0c3f6af4f7120fd0a44030bc468f590f711d98fe Author: kumar Chockalingam <kumarapp...@gmail.com> Date: 2016-03-02T01:17:51Z reordered the element creation to fix the issue when pool member is created with the port commit 5a5c25907e47fdc6f165508b44018616b209ea87 Author: Anthony Shaw <anthony.p.s...@gmail.com> Date: 2016-03-02T02:44:02Z Merge pull request #10 from DimensionDataCBUSydney/fix-create-firewall-rule reordered the element creation to fix the issue when pool member is c⦠commit 6bd84c965138839d496df202b77b30b2ced4a2f2 Author: kumar Chockalingam <kumarapp...@gmail.com> Date: 2016-04-06T23:13:05Z xml doesn't accept 'True' as boolean value. It has to be 'true'. ['True' is not a valid value of the atomic type 'xs:boolean'.] ---- --- 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. ---