From 3f0b92da6497daed7b75fbff50cedbcbd7d50bf4 Mon Sep 17 00:00:00 2001
From: Corey Bryant <corey.bryant@canonical.com>
Date: Tue, 11 Jul 2017 18:15:14 +0000
Subject: [PATCH] Drop nova-hypervisor interface connection commands

Now that the nova-hypervisor's interfaces are all auto-connected
at install time [1], drop the manual connection commands from the
README.

[1] https://forum.snapcraft.io/t/auto-connecting-the-nova-hypervisor-interfaces/1145/19

Change-Id: I9cbf12d582b0bf12348f9c8f73f5970af9c01664
---
 README.md | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/README.md b/README.md
index 769994c..287aa41 100644
--- a/README.md
+++ b/README.md
@@ -107,21 +107,6 @@ files located in $SNAP, or add those to $SNAP_COMMON as well.
 The services for the nova-hypervisor snap will log to its $SNAP_COMMON writable area:
 /var/snap/nova-hypervisor/common/log.
 
-## Managing nova-hypervisor
-
-The nova-hypervisor snap uses privileged interfaces that are not auto-connected
-at install time. In order to grant access to these privileged interfaces, the
-following plugs and slots must be connected:
-
-    sudo snap connect nova-hypervisor:hardware-observe core:hardware-observe
-    sudo snap connect nova-hypervisor:system-observe core:system-observe
-    sudo snap connect nova-hypervisor:process-control core:process-control
-    sudo snap connect nova-hypervisor:openvswitch core:openvswitch
-    sudo snap connect nova-hypervisor:libvirt core:libvirt
-    sudo snap connect nova-hypervisor:network-observe core:network-observe
-    sudo snap connect nova-hypervisor:network-control core:network-control
-    sudo snap connect nova-hypervisor:firewall-control core:firewall-control
-
 ## Restarting services
 
 To restart all nova-hypervisor services: