Skip to content
Snippets Groups Projects
Commit 1ea0e8a8 authored by Michael Hanselmann's avatar Michael Hanselmann
Browse files

ssconf: Remove unused regular expression


RE_VALID_SSCONF_NAME is not used anywhere.

Signed-off-by: default avatarMichael Hanselmann <hansmi@google.com>
Reviewed-by: default avatarMichele Tartara <mtartara@google.com>
parent 0ee383bf
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,6 @@ configuration data, which is mostly static and available to all nodes.
"""
import sys
import re
import os
import errno
......@@ -42,8 +41,6 @@ from ganeti import pathutils
SSCONF_LOCK_TIMEOUT = 10
RE_VALID_SSCONF_NAME = re.compile(r"^[-_a-z0-9]+$")
class SimpleConfigReader(object):
"""Simple class to read configuration file.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment