cosmetic change for fitting in page
[sfa.git] / config / sfa-config-tty
index 252c77d..029cfa1 100755 (executable)
@@ -28,15 +28,11 @@ usual_variables = [
     "SFA_REGISTRY_ROOT_AUTH",
     "SFA_REGISTRY_HOST",
     "SFA_AGGREGATE_HOST",
-    "SFA_SM_HOST",
     "SFA_DB_HOST",
 ]
 
 flavour_xml_section_hash = {
     'pl': 'sfa_plc',
-    'openstack': 'sfa_nova',
-    'fd': 'sfa_federica',
-    'nitos': 'sfa_nitos',
     'dummy': 'sfa_dummy',
 }
 configuration = {
@@ -233,7 +229,8 @@ def reload_service():
 def restart_service():
     services = ('sfa-db', 'sfa-aggregate', 'sfa-registry')
     for service in services:
-        restart = ("systemctl -q is-active {s} && {{ echo restarting {s} ; systemctl restart {s}; }}"
+        restart = ("systemctl -q is-active {s} && "
+                   "{{ echo restarting {s} ; systemctl restart {s}; }}"
                    .format(s=service))
         os.system(restart)