Merge ~powersj/cloud-init:snap-remove-pipe into cloud-init:master

Proposed by Joshua Powers
Status: Merged
Merged at revision: ecad2211f98ba503c61e3502a04176f41849ff41
Proposed branch: ~powersj/cloud-init:snap-remove-pipe
Merge into: cloud-init:master
Diff against target: 21 lines (+1/-2)
1 file modified
snapcraft.yaml (+1/-2)
Reviewer Review Type Date Requested Status
Server Team CI bot continuous-integration Approve
cloud-init Commiters Pending
Review via email: mp+325275@code.launchpad.net

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

To post a comment you must log in.
Revision history for this message
Server Team CI bot (server-team-bot) wrote :
review: Approve (continuous-integration)

There was an error fetching revisions from git servers. Please try again in a few minutes. If the problem persists, contact Launchpad support.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/snapcraft.yaml b/snapcraft.yaml
2index 24e8e74..8f07592 100644
3--- a/snapcraft.yaml
4+++ b/snapcraft.yaml
5@@ -2,7 +2,7 @@ name: cloud-init
6 version: master
7 summary: Init scripts for cloud instances
8 description: |
9- Cloud instances need special scripts to run during initialisation to
10+ Cloud instances need special scripts to run during initialization to
11 retrieve and install ssh keys and to let the user run various scripts.
12
13 grade: stable
14@@ -12,7 +12,6 @@ apps:
15 cloud-init:
16 # LP: #1669306
17 command: usr/bin/python3 $SNAP/bin/cloud-init
18- plugs: [network]
19
20 parts:
21 cloud-init:

Subscribers

People subscribed via source and target branches