Revision 25e39bfa lib/ssconf.py

b/lib/ssconf.py
250 250
    nl = data.splitlines(False)
251 251
    return nl
252 252

  
253
  def GetClusterTags(self):
254
    """Return the cluster tags.
255

  
256
    """
257
    data = self._ReadFile(constants.SS_CLUSTER_TAGS)
258
    nl = data.splitlines(False)
259
    return nl
260

  
253 261

  
254 262
def GetMasterAndMyself(ss=None):
255 263
  """Get the master node and my own hostname.

Also available in: Unified diff