Fixes broken Makefile as well as fixes management network for single-node-pod (development) environments.

When Makefiles were refactored as part of  https://gerrit.opencord.org/gitweb?p=service-profile.git;a=commitdiff;h=3670f448a2d287e5471eeb53f20fc9c4832f19b0

include $(COMMON_DIR)/Makefile should have been included in mcord's Makefile.

Also xos is built around the rack server's management network. Including the default to work for single-node-pod mcord development environments.

Change-Id: Ic8482bb3e55f0cfceea0f37eb61514f6bf58696d
diff --git a/mcord/cleanup.sh b/mcord/cleanup.sh
index d60ead1..94ed427 100755
--- a/mcord/cleanup.sh
+++ b/mcord/cleanup.sh
@@ -30,7 +30,7 @@
 cleanup_network wan_network
 cleanup_network mysite_vcpe-private
 cleanup_network mysite_vsg-access
-#cleanup_network management
+cleanup_network management
 cleanup_network lan_rru_network
 cleanup_network lan_3gpp_s5s8_pgw_network
 cleanup_network lan_3gpp_s1u_network
@@ -49,6 +49,6 @@
 neutron net-delete public_network || true
 neutron net-delete hpc_client_network || true
 neutron net-delete ceilometer_network || true
-#neutron net-delete management || true
+neutron net-delete management || true
 neutron net-delete mysite_vsg-access || true
 neutron net-delete exampleservice-public || true