cloud-init-dev team mailing list archive
-
cloud-init-dev team
-
Mailing list archive
-
Message #02575
[Merge] ~powersj/cloud-init:snap-remove-pipe into cloud-init:master
Joshua Powers has proposed merging ~powersj/cloud-init:snap-remove-pipe into cloud-init:master.
Commit message:
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
Requested reviews:
cloud-init commiters (cloud-init-dev)
For more details, see:
https://code.launchpad.net/~powersj/cloud-init/+git/cloud-init/+merge/325275
--
Your team cloud-init commiters is requested to review the proposed merge of ~powersj/cloud-init:snap-remove-pipe into cloud-init:master.
diff --git a/snapcraft.yaml b/snapcraft.yaml
index 24e8e74..8f07592 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:
Follow ups