From 2e6029bd2c5bc7abdf383a7dd4b285ae026506e5 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Fri, 28 Jun 2019 09:30:53 -0400 Subject: [PATCH] Add a location.height attribute This permits user to specify height for either unsupported systems or to speed up the rackview drawing. --- confluent_server/confluent/config/attributes.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/confluent_server/confluent/config/attributes.py b/confluent_server/confluent/config/attributes.py index 1a14d887..a1d23b6c 100644 --- a/confluent_server/confluent/config/attributes.py +++ b/confluent_server/confluent/config/attributes.py @@ -1,7 +1,7 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 # Copyright 2014 IBM Corporation -# Copyright 2015 Lenovo +# Copyright 2015-2019 Lenovo # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -183,6 +183,9 @@ node = { 'freeform text data without concern for issues in how ' 'the server will process it.', }, + 'location.height': { + 'description': 'Height in RU of the system (defaults to query the systems)', + }, 'location.room': { 'description': 'Room description for the node', },