Add isolate_loopback slice tag to prevent shared loopback at vserver creation
authorStephen Soltesz <soltesz@cs.princeton.edu>
Thu, 12 May 2011 21:51:21 +0000 (17:51 -0400)
committerStephen Soltesz <soltesz@cs.princeton.edu>
Thu, 12 May 2011 21:51:21 +0000 (17:51 -0400)
db-config.d/010-slice_tags

index 535c735..8691132 100644 (file)
@@ -28,6 +28,9 @@ slicetag_types = \
     {'tagname': "ip_addresses",
      'description': "Add an ip address to a slice/sliver.",
      'category' : 'slice/rspec'},
+    {'tagname': "isolate_loopback",
+     'description': "Create an isolated loopback interface within the vserver rather than sharing with all vservers.",
+     'category' : 'slice/rspec'},
     
     # CPU share
     {'tagname': "cpu_pct",