From 8ebeada1eebab2cd38615b8b13134189d9c42003 Mon Sep 17 00:00:00 2001 From: smbaker Date: Tue, 8 Mar 2011 17:29:42 -0800 Subject: [PATCH] add cpu_cores slice attribute --- db-config.d/010-slice_tags | 3 +++ 1 file changed, 3 insertions(+) diff --git a/db-config.d/010-slice_tags b/db-config.d/010-slice_tags index de66d037..535c7353 100644 --- a/db-config.d/010-slice_tags +++ b/db-config.d/010-slice_tags @@ -36,6 +36,9 @@ slicetag_types = \ {'tagname': "cpu_share", 'description': "Number of CPU shares", 'category' : 'slice/rspec'}, + {'tagname': "cpu_cores", + 'description': "Number of CPU cores", + 'category': 'slice/rspec'}, # Bandwidth limits {'tagname': "net_min_rate", -- 2.47.0