CLOUDSTACK-9401 : Support for Internal DNS in Nuage VSP plugin

2016-11-11 Thread Kris Sterckx
Hi all Is there anything the Nuage team can do more to help at merging in https://github.com/apache/cloudstack/pull/1578 ? Any feedback is appreciated. The team has multiple PR's pending for 4.10.0 - this is the 1st in the list. Thanks all for the help. Best, Kris Sterckx -- Nuage

[GitHub] cloudstack issue #1762: CLOUDSTACK-9595 Transactions are not getting retried...

2016-11-11 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1762 LGTM. Finally !!! We have been seeing occasional deadlocks in environments with high level transaction rate. @rhtyd @jburwell This could be a good add to 4.8/4.9. --- If your project is set

[GitHub] cloudstack pull request #1763: CLOUDSTACK-9594: API "list templates template...

2016-11-11 Thread sudhansu7
GitHub user sudhansu7 opened a pull request: https://github.com/apache/cloudstack/pull/1763 CLOUDSTACK-9594: API "list templates templatefilter=all" reveals all API "list templates templatefilter=all" reveals all templates. Using a "list templates templatefilter=all" API call

[GitHub] cloudstack pull request #1762: CLOUDSTACK-9595 Transactions are not getting ...

2016-11-11 Thread yvsubhash
GitHub user yvsubhash opened a pull request: https://github.com/apache/cloudstack/pull/1762 CLOUDSTACK-9595 Transactions are not getting retried in case of datab… CLOUDSTACK-9595 Transactions are not getting retried in case of database deadlock errors Problem Statement

[GitHub] cloudstack issue #1736: CLOUDSTACK-9562 Linux Guest VM get wrong default rou...

2016-11-11 Thread SudharmaJain
Github user SudharmaJain commented on the issue: https://github.com/apache/cloudstack/pull/1736 @ustcweizhou You are right. This is not fixing the issue. --- 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

[GitHub] cloudstack pull request #1761: CLOUDSTACK-9592 Empty responses from site to ...

2016-11-11 Thread yvsubhash
GitHub user yvsubhash opened a pull request: https://github.com/apache/cloudstack/pull/1761 CLOUDSTACK-9592 Empty responses from site to site connection status a… CLOUDSTACK-9592 Empty responses from site to site connection status are not handled propertly vpn connection

[GitHub] cloudstack issue #1760: CLOUDSTACK-9593: userdata: enforce data is a multipl...

2016-11-11 Thread wido
Github user wido commented on the issue: https://github.com/apache/cloudstack/pull/1760 LGTM --- 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

[GitHub] cloudstack issue #1673: CLOUDSTACK-9071: Properly parse stats.output.uri in ...

2016-11-11 Thread wido
Github user wido commented on the issue: https://github.com/apache/cloudstack/pull/1673 Ok @jburwell , understood. I highly doubt they are related, but OK. Just want to make sure this small fix makes it into our next point releases. --- If your project is set up for it, you

[GitHub] cloudstack pull request #1760: CLOUDSTACK-9593: userdata: enforce data is a ...

2016-11-11 Thread marcaurele
GitHub user marcaurele opened a pull request: https://github.com/apache/cloudstack/pull/1760 CLOUDSTACK-9593: userdata: enforce data is a multiple of 4 characters Python base64 requires that the string is a multiple of 4 characters but the Apache codec does not. RFC says is not