From 03a6216da0f4a36f28eb0ee2bbf0669ba615a754 Mon Sep 17 00:00:00 2001 From: chenke Date: Tue, 20 Aug 2019 15:00:33 +0800 Subject: [PATCH] Add releasenote about bp show-datamodel-api Partially Implements:blueprint show-datamodel-api Change-Id: I2f8a41cd8f9f805bd3796cbd639bec233546b521 --- .../notes/show-datamodel-api-6945b744fd5d25d5.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 releasenotes/notes/show-datamodel-api-6945b744fd5d25d5.yaml diff --git a/releasenotes/notes/show-datamodel-api-6945b744fd5d25d5.yaml b/releasenotes/notes/show-datamodel-api-6945b744fd5d25d5.yaml new file mode 100644 index 000000000..7ac321d60 --- /dev/null +++ b/releasenotes/notes/show-datamodel-api-6945b744fd5d25d5.yaml @@ -0,0 +1,12 @@ +--- +features: + - | + Add show data model api for Watcher. New in version 1.3. + User can use 'openstack optimize datamodel list' + command to view the current data model information in memory. + User can also add '--audit ' to view specific data model + in memory filted by the scope in audit. + User can also add '--detail' to view detailed information about current data model. + User can also add '--type ' to specify the type of data model. + Default type is 'compute'. In the future, type 'storage' and 'baremetal' + will be supported.