Andrew Bogott has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/280509

Change subject: Horizon proxy panel: Remove terminal . in proxy frontend
......................................................................

Horizon proxy panel: Remove terminal . in proxy frontend

The proxy api hates this.

Change-Id: I77c401d55ed974471c82f9a0ddc8fd3011aad977
---
M modules/openstack/files/liberty/horizon/proxy/views.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/09/280509/1

diff --git a/modules/openstack/files/liberty/horizon/proxy/views.py 
b/modules/openstack/files/liberty/horizon/proxy/views.py
index aabae5a..e65d713 100644
--- a/modules/openstack/files/liberty/horizon/proxy/views.py
+++ b/modules/openstack/files/liberty/horizon/proxy/views.py
@@ -253,7 +253,7 @@
                 request.user.project_name,
                 data.get('backendPort')
             )],
-            "domain": data.get('record') + '.' + data.get('domain')
+            "domain": data.get('record') + '.' + 
data.get('domain')..rstrip('.')
         }
 
         try:

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I77c401d55ed974471c82f9a0ddc8fd3011aad977
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Andrew Bogott <[email protected]>

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

Reply via email to