From 6fd4c0efb348b9e70b421705f55cac52a3455fc7 Mon Sep 17 00:00:00 2001 From: Anders Ingemann Date: Sun, 11 Aug 2013 15:53:45 +0200 Subject: [PATCH] Remove credentials stanza from ONE manifests --- manifests/one-ide.manifest.json | 4 ---- manifests/one-virtio.manifest.json | 4 ---- 2 files changed, 8 deletions(-) diff --git a/manifests/one-ide.manifest.json b/manifests/one-ide.manifest.json index 34bce75..1593005 100644 --- a/manifests/one-ide.manifest.json +++ b/manifests/one-ide.manifest.json @@ -1,10 +1,6 @@ { "provider" : "one", "virtualization": "ide", - "credentials" : { - "access-key": null, - "secret-key": null - }, "bootstrapper": { "mount_dir": "/target" diff --git a/manifests/one-virtio.manifest.json b/manifests/one-virtio.manifest.json index 29b62cc..62a81f8 100644 --- a/manifests/one-virtio.manifest.json +++ b/manifests/one-virtio.manifest.json @@ -1,10 +1,6 @@ { "provider" : "one", "virtualization": "virtio", - "credentials" : { - "access-key": null, - "secret-key": null - }, "bootstrapper": { "mount_dir": "/target"