From 00c01aeafab54ec7b9ea376099fb6aaff0da5f5a Mon Sep 17 00:00:00 2001
From: Cédric Ollivier <cedric.ollivier@orange.com>
Date: Tue, 19 Dec 2017 19:58:15 +0100
Subject: Remove openstack_[clean,snapshot]
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

It also removes the related unit tests and updates docs and cli.

Change-Id: Ie11f77402f2b5b7055a0c7c5d931c8ff21124482
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
---
 docs/com/pres/framework/framework.md | 1 -
 1 file changed, 1 deletion(-)

(limited to 'docs/com')

diff --git a/docs/com/pres/framework/framework.md b/docs/com/pres/framework/framework.md
index 7979bede..109d8a03 100644
--- a/docs/com/pres/framework/framework.md
+++ b/docs/com/pres/framework/framework.md
@@ -65,7 +65,6 @@ base model for single test case
 | is_successful()   | interpret the results        |
 | get_duration()    | return the duration          |
 | push_to_db()      | push the results to the DB   |
-| create_snapshot() | save the testing environment |
 | clean()           | clean the resources          |
 
 
-- 
cgit