Andrew Bogott has submitted this change and it was merged.

Change subject: Add 'http://' to the proxy backend definitions.
......................................................................


Add 'http://' to the proxy backend definitions.

Change-Id: Ia342573f0eac9bfb1149594d64a7663bf7f9fc91
---
M nova/OpenStackNovaController.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Andrew Bogott: Verified; Looks good to me, approved



diff --git a/nova/OpenStackNovaController.php b/nova/OpenStackNovaController.php
index 3e6d606..b5cfaa6 100644
--- a/nova/OpenStackNovaController.php
+++ b/nova/OpenStackNovaController.php
@@ -156,7 +156,7 @@
        }
 
        function createProxy( $fqdn, $backendHost, $backendPort ) {
-               $data = array( 'domain' => $fqdn, 'backends' => array ( 
$backendHost . ':' . $backendPort ) );
+               $data = array( 'domain' => $fqdn, 'backends' => array ( 
'http://' . $backendHost . ':' . $backendPort ) );
                $ret = $this->restCall( 'proxy', '/mapping', 'PUT', $data );
 
                if ( $ret['code'] !== 200 ) {

-- 
To view, visit https://gerrit.wikimedia.org/r/93886
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ia342573f0eac9bfb1149594d64a7663bf7f9fc91
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/OpenStackManager
Gerrit-Branch: master
Gerrit-Owner: Andrew Bogott <[email protected]>
Gerrit-Reviewer: Andrew Bogott <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to