From 78c86def0319fe9160ac9415e7fc44d79776e060 Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Thu, 25 Feb 2016 10:12:13 -0500 Subject: [PATCH] Minor change in AIO & Readme * Fix README to reflect what is actually deployed. * Fix AIO scenario to test Cinder, since it's deployed. Change-Id: I1baf74eb363ef042cf84f6befad42f918251aa0b --- README.md | 2 +- fixtures/scenario-aio.pp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d3384572..9c8d94435 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ scenario](#All-In-One). | glance | rbd | file | file | file | | nova | rbd | X | X | X | | neutron | X | X | X | X | -| cinder | rbd | X | | iscsi | +| cinder | rbd | | | iscsi | | ceilometer | X | | | | | aodh | X | | | | | gnocchi | rbd | | | | diff --git a/fixtures/scenario-aio.pp b/fixtures/scenario-aio.pp index d7f7f8c19..653b7b90e 100644 --- a/fixtures/scenario-aio.pp +++ b/fixtures/scenario-aio.pp @@ -27,4 +27,5 @@ include ::openstack_integration::provision class { '::openstack_integration::tempest': horizon => true, + cinder => true, }