Refactor keystorage and arond.

   * Move key's to soft-param
   * Using link-structure, aka ${linux:XXX:key}
     broke some formulas logic

Closes-Bug: PROD-23577 (PROD:23577)

Change-Id: I81dc528372ec73ac7650f921fc5df76a8ee2027a
diff --git a/linux/system/repo/mcp/apt_mirantis/aptly.yml b/linux/system/repo/mcp/apt_mirantis/aptly.yml
index d0f04c4..78f0cbe 100644
--- a/linux/system/repo/mcp/apt_mirantis/aptly.yml
+++ b/linux/system/repo/mcp/apt_mirantis/aptly.yml
@@ -12,3 +12,4 @@
           source: "deb [arch=amd64] ${_param:linux_system_repo_mcp_aptly_url}/${_param:linux_system_codename}/ squeeze main"
           architectures: amd64
           clean_file: true
+          key: ${_param:linux_system_repo_mcp_aptly_key}