From d53fc7e2ac4a6657648d50f23828e4d29f978cf0 Mon Sep 17 00:00:00 2001 From: Stephen Soltesz Date: Fri, 3 Jul 2009 18:48:41 +0000 Subject: [PATCH] add ip_addresses tag type, for per-slice ip addresses --- db-config | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/db-config b/db-config index f138080..6370d38 100755 --- a/db-config +++ b/db-config @@ -173,6 +173,12 @@ def main(): 'category' : 'slice/config', 'min_role_id': 10}, + # IP Addresses for a Slice + {'tagname': "ip_addresses", + 'description': "Add an ip address to a slice/sliver.", + 'category' : 'slice/rspec', + 'min_role_id': 10}, + # CPU share {'tagname': "cpu_pct", 'description': "Reserved CPU percent", -- 2.47.0