diff options
author | Joshua Powers <josh.powers@canonical.com> | 2017-06-07 14:43:43 -0600 |
---|---|---|
committer | Scott Moser <smoser@brickies.net> | 2017-06-07 18:07:09 -0400 |
commit | ecad2211f98ba503c61e3502a04176f41849ff41 (patch) | |
tree | 3a3588313bf05a0f9afc71c7f20d806352146a0d | |
parent | f99745cf916e707eaa1ded6f12e8b69837b7242d (diff) | |
download | vyos-cloud-init-ecad2211f98ba503c61e3502a04176f41849ff41.tar.gz vyos-cloud-init-ecad2211f98ba503c61e3502a04176f41849ff41.zip |
snap: Removing snapcraft plug line
The snap is a classic snap and does not need to specify any plugs
because it is already unconfined.
LP: #1695333
-rw-r--r-- | snapcraft.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/snapcraft.yaml b/snapcraft.yaml index 24e8e74d..8f07592e 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -2,7 +2,7 @@ name: cloud-init version: master summary: Init scripts for cloud instances description: | - Cloud instances need special scripts to run during initialisation to + Cloud instances need special scripts to run during initialization to retrieve and install ssh keys and to let the user run various scripts. grade: stable @@ -12,7 +12,6 @@ apps: cloud-init: # LP: #1669306 command: usr/bin/python3 $SNAP/bin/cloud-init - plugs: [network] parts: cloud-init: |