Andrew Bogott has submitted this change and it was merged.
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(-)
Approvals:
Andrew Bogott: Looks good to me, approved
Yuvipanda: Looks good to me, but someone else must approve
Alex Monk: Looks good to me, but someone else must approve
jenkins-bot: Verified
diff --git a/modules/openstack/files/liberty/horizon/proxy/views.py
b/modules/openstack/files/liberty/horizon/proxy/views.py
index aabae5a..92d2b21 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: merged
Gerrit-Change-Id: I77c401d55ed974471c82f9a0ddc8fd3011aad977
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Andrew Bogott <[email protected]>
Gerrit-Reviewer: Alex Monk <[email protected]>
Gerrit-Reviewer: Andrew Bogott <[email protected]>
Gerrit-Reviewer: Yuvipanda <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits