Github user karuturi commented on the pull request:
https://github.com/apache/cloudstack/pull/982#issuecomment-152497680
manually tested by upgrading an existing xenserver setup and force
reconnecting the host
Before
```
[root@rjn-xen65-host plugins]# ls -la /etc/xapi.d/plugins/ | grep xen
-rwxr-xr-x 1 root root 12708 Sep 29 10:44 s3xen
-rwxr-xr-x 1 root root 3235 Sep 29 10:44 swiftxen
```
After
```
[root@rjn-xen65-host plugins]# ls -la /etc/xapi.d/plugins/ | grep xen
-rwxr-xr-x 1 root root 12708 Sep 29 10:44 s3xen
-rwxr-xr-x 1 root root 12714 Oct 30 10:42 s3xenserver
-rwxr-xr-x 1 root root 3235 Sep 29 10:44 swiftxen
-rwxr-xr-x 1 root root 3241 Oct 30 10:42 swiftxenserver
```
I am guessing having the both the scripts after upgrade wont be an issue. I
didnt see any issues after the change(manually tested launch new vm etc.)
:+1:
---
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 [email protected] or file a JIRA ticket
with INFRA.
---