remove redundant network

rundeck jobs structure switched to common backend network

relatedc us: https://mirantis.jira.com/browse/PROD-14650

Change-Id: Ia009b3024989b8ff306c2be55dedff31bc22a2e0
diff --git a/docker/swarm/network/runbook.yml b/docker/swarm/network/runbook.yml
deleted file mode 100644
index 557b852..0000000
--- a/docker/swarm/network/runbook.yml
+++ /dev/null
@@ -1,10 +0,0 @@
-parameters:
-  _param:
-    docker_runbook_subnet: 10.40.0.0/24
-  docker:
-    client:
-      network:
-        runbook:
-          subnet: ${_param:docker_runbook_subnet}
-          driver: overlay
-          attachable: true