diff --git a/README.md b/README.md index 486e778..769994c 100644 --- a/README.md +++ b/README.md @@ -122,13 +122,6 @@ following plugs and slots must be connected: sudo snap connect nova-hypervisor:network-control core:network-control sudo snap connect nova-hypervisor:firewall-control core:firewall-control -The nova-hypervisor snap has alias support that enables use of the well-known -neutron-netns-cleanup and neutron-ovs-cleanup commands. To enable the aliases, -run the following prior to using the commands: - - sudo snap alias nova-hypervisor.neutron-netns-cleanup neutron-netns-cleanup - sudo snap alias nova-hypervisor.neutron-ovs-cleanup neutron-ovs-cleanup - ## Restarting services To restart all nova-hypervisor services: diff --git a/snapcraft.yaml b/snapcraft.yaml index 41c1731..d1dbae5 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -81,16 +81,12 @@ apps: - network-control neutron-ovs-cleanup: command: snap-openstack neutron-ovs-cleanup - aliases: - - neutron-ovs-cleanup plugs: - network - network-control - openvswitch neutron-netns-cleanup: command: snap-openstack neutron-netns-cleanup - aliases: - - neutron-netns-cleanup plugs: - network - network-control