From f85c84133c2f8d6aec3c707cfb92cb03db543bd6 Mon Sep 17 00:00:00 2001 From: Michael Polenchuk Date: Fri, 26 May 2017 12:12:15 +0400 Subject: [mcp] Replace reclass system models with submodule Change-Id: Id693f7b0f3542d605b0f71601f3bd21eb882c7ba Signed-off-by: Michael Polenchuk --- .../classes/system/cinder/volume/backend/ceph.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 mcp/reclass/classes/system/cinder/volume/backend/ceph.yml (limited to 'mcp/reclass/classes/system/cinder/volume/backend/ceph.yml') diff --git a/mcp/reclass/classes/system/cinder/volume/backend/ceph.yml b/mcp/reclass/classes/system/cinder/volume/backend/ceph.yml deleted file mode 100644 index 6560add2f..000000000 --- a/mcp/reclass/classes/system/cinder/volume/backend/ceph.yml +++ /dev/null @@ -1,17 +0,0 @@ -parameters: - cinder: - volume: - message_queue: - ha_queues: true - enabled: true - notification: true - default_volume_type: standard-iops - backend: - ceph: - type_name: standard-iops - backend: ceph - pool: ${_param:cinder_storage_pool} - engine: ceph - user: ${_param:cinder_storage_user} - secret_uuid: ${_param:cinder_storage_secret_uuid} - client_cinder_key: ${_param:cinder_storage_client_key} -- cgit 1.2.3-korg