Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 834731 Details for
Bug 1039966
[RFE] vdsm-reg: nodes on nat networks
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
read public ip address from config file (vds_ip)
vdsm-reg-setup.in.patch (text/plain), 663 bytes, created by
Phil
on 2013-12-10 12:38:34 UTC
(
hide
)
Description:
read public ip address from config file (vds_ip)
Filename:
MIME Type:
Creator:
Phil
Created:
2013-12-10 12:38:34 UTC
Size:
663 bytes
patch
obsolete
>diff --git a/vdsm_reg/vdsm-reg-setup.in b/vdsm_reg/vdsm-reg-setup.in >index 6489d8a..67fc07d 100644 >--- a/vdsm_reg/vdsm-reg-setup.in >+++ b/vdsm_reg/vdsm-reg-setup.in >@@ -47,7 +47,9 @@ class Setup: > > self.vdsmDir = config.get('vars', 'vdsm_dir') > if self.vdcURL != "None": >- self.ovirtURL = deployUtil.getMGTIP(self.vdsmDir, self.vdcName) >+ self.ovirtURL = config.get('vars', 'vds_ip') >+ if self.ovirtURL == "None": >+ self.ovirtURL = deployUtil.getMGTIP(self.vdsmDir, self.vdcName) > self.ovirtName = socket.gethostname() > self.ovirtUID = deployUtil.getHostID() > else:
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1039966
: 834731