From f06eeef78f6a98f3cc6aa65b153215f247bc522f Mon Sep 17 00:00:00 2001 From: jichenjc Date: Mon, 12 Feb 2018 08:52:12 +0800 Subject: [PATCH] Enhance doc 1) remove comparison between zvm driver and other drivers 2) add support matrix for more info Change-Id: Iba94b132a8f7b72ce1a6f20c8021d2dd449dc2d5 --- doc/source/support-matrix.ini | 10 +++++----- doc/source/topology.rst | 7 ------- 2 files changed, 5 insertions(+), 12 deletions(-) diff --git a/doc/source/support-matrix.ini b/doc/source/support-matrix.ini index 21815be..af9c6c0 100644 --- a/doc/source/support-matrix.ini +++ b/doc/source/support-matrix.ini @@ -85,14 +85,14 @@ notes=The attach volume operation provides a means to hotplug is considered to be more of a pet than cattle. Therefore this operation is not considered to be mandatory to support. cli=nova volume-attach -driver-impl-ibm-zvm=complete +driver-impl-ibm-zvm=missing [operation.detach-volume] title=Detach block volume from instance status=optional notes=See notes for attach volume operation. cli=nova volume-detach -driver-impl-ibm-zvm=complete +driver-impl-ibm-zvm=missing [operation.attach-interface] title=Attach virtual network interface to instance @@ -315,7 +315,7 @@ notes=The snapshot operation allows the current state of the snapshot cannot be assumed. Therefore this operation is not considered mandatory to support. cli=nova image-create -driver-impl-ibm-zvm=missing +driver-impl-ibm-zvm=complete [operation.suspend] title=Suspend instance @@ -533,7 +533,7 @@ notes=Block storage provides instances with direct attached the network. Therefore support for this configuration is not considered mandatory for drivers to support. cli= -driver-impl-ibm-zvm=complete +driver-impl-ibm-zvm=missing [storage.block.backend.fibrechannel] title=Block storage over fibre channel @@ -543,7 +543,7 @@ notes=To maximise performance of the block storage, it may be desirable technology on the compute hosts. Since this is just a performance optimization of the I/O path it is not considered mandatory to support. cli= -driver-impl-ibm-zvm=complete +driver-impl-ibm-zvm=missing [storage.block.backend.iscsi] title=Block storage over iSCSI diff --git a/doc/source/topology.rst b/doc/source/topology.rst index 0db0fc8..4520500 100644 --- a/doc/source/topology.rst +++ b/doc/source/topology.rst @@ -65,10 +65,3 @@ zvm cloud connector. zvm.setupnet [label = "use zvm cp to setup network"] } } - -Compare with vmware openstack driver ------------------------------------- - -Here's architecture comparsion between z/VM and vmware enablement for openstack. - -.. image:: ./images/zvm_vmware.jpg