commit | 89f8a9e8c2468f09e52b05f12370940555185561 | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Wed Feb 18 22:26:13 2015 -0800 |
committer | Scott Baker <smbaker@gmail.com> | Wed Feb 18 22:26:13 2015 -0800 |
tree | 2ff0b701b531aaf47d97175b80249dd420185e73 | |
parent | b66b66cd33fab01478f7eb9dd099e92fd618c49b [diff] |
rename planetstack directory to xos
diff --git a/planetstack/__init__.py b/planetstack/__init__.py deleted file mode 100644 index e69de29..0000000 --- a/planetstack/__init__.py +++ /dev/null
diff --git a/planetstack/xos/__init__.py b/xos/__init__.py similarity index 100% copy from planetstack/xos/__init__.py copy to xos/__init__.py
diff --git a/planetstack/apigen/api.template.py b/xos/apigen/api.template.py similarity index 100% rename from planetstack/apigen/api.template.py rename to xos/apigen/api.template.py
diff --git a/planetstack/apigen/deps.template.json b/xos/apigen/deps.template.json similarity index 100% rename from planetstack/apigen/deps.template.json rename to xos/apigen/deps.template.json
diff --git a/planetstack/apigen/dot.template.dot b/xos/apigen/dot.template.dot similarity index 100% rename from planetstack/apigen/dot.template.dot rename to xos/apigen/dot.template.dot
diff --git a/planetstack/apigen/modelgen b/xos/apigen/modelgen similarity index 100% rename from planetstack/apigen/modelgen rename to xos/apigen/modelgen
diff --git a/planetstack/apigen/simple.template.txt b/xos/apigen/simple.template.txt similarity index 100% rename from planetstack/apigen/simple.template.txt rename to xos/apigen/simple.template.txt
diff --git a/planetstack/apigen/style.template b/xos/apigen/style.template similarity index 100% rename from planetstack/apigen/style.template rename to xos/apigen/style.template
diff --git a/planetstack/backend-model-deps b/xos/backend-model-deps similarity index 100% rename from planetstack/backend-model-deps rename to xos/backend-model-deps
diff --git a/planetstack/core/__init__.py b/xos/core/__init__.py similarity index 100% rename from planetstack/core/__init__.py rename to xos/core/__init__.py
diff --git a/planetstack/core/acl.py b/xos/core/acl.py similarity index 100% rename from planetstack/core/acl.py rename to xos/core/acl.py
diff --git a/planetstack/core/admin.py b/xos/core/admin.py similarity index 100% rename from planetstack/core/admin.py rename to xos/core/admin.py
diff --git a/planetstack/core/api/__init__.py b/xos/core/api/__init__.py similarity index 100% rename from planetstack/core/api/__init__.py rename to xos/core/api/__init__.py
diff --git a/planetstack/core/api/auth.py b/xos/core/api/auth.py similarity index 100% rename from planetstack/core/api/auth.py rename to xos/core/api/auth.py
diff --git a/planetstack/core/api/deployment_networks.py b/xos/core/api/deployment_networks.py similarity index 100% rename from planetstack/core/api/deployment_networks.py rename to xos/core/api/deployment_networks.py
diff --git a/planetstack/core/api/images.py b/xos/core/api/images.py similarity index 100% rename from planetstack/core/api/images.py rename to xos/core/api/images.py
diff --git a/planetstack/core/api/nodes.py b/xos/core/api/nodes.py similarity index 100% rename from planetstack/core/api/nodes.py rename to xos/core/api/nodes.py
diff --git a/planetstack/core/api/roles.py b/xos/core/api/roles.py similarity index 100% rename from planetstack/core/api/roles.py rename to xos/core/api/roles.py
diff --git a/planetstack/core/api/site_privileges.py b/xos/core/api/site_privileges.py similarity index 100% rename from planetstack/core/api/site_privileges.py rename to xos/core/api/site_privileges.py
diff --git a/planetstack/core/api/sites.py b/xos/core/api/sites.py similarity index 100% rename from planetstack/core/api/sites.py rename to xos/core/api/sites.py
diff --git a/planetstack/core/api/slice_memberships.py b/xos/core/api/slice_memberships.py similarity index 100% rename from planetstack/core/api/slice_memberships.py rename to xos/core/api/slice_memberships.py
diff --git a/planetstack/core/api/slices.py b/xos/core/api/slices.py similarity index 100% rename from planetstack/core/api/slices.py rename to xos/core/api/slices.py
diff --git a/planetstack/core/api/slivers.py b/xos/core/api/slivers.py similarity index 100% rename from planetstack/core/api/slivers.py rename to xos/core/api/slivers.py
diff --git a/planetstack/core/api/subnets.py b/xos/core/api/subnets.py similarity index 100% rename from planetstack/core/api/subnets.py rename to xos/core/api/subnets.py
diff --git a/planetstack/core/api/users.py b/xos/core/api/users.py similarity index 100% rename from planetstack/core/api/users.py rename to xos/core/api/users.py
diff --git a/planetstack/core/api_root.py b/xos/core/api_root.py similarity index 100% rename from planetstack/core/api_root.py rename to xos/core/api_root.py
diff --git a/planetstack/core/context_processors.py b/xos/core/context_processors.py similarity index 100% rename from planetstack/core/context_processors.py rename to xos/core/context_processors.py
diff --git a/planetstack/core/dashboard/__init__.py b/xos/core/dashboard/__init__.py similarity index 100% rename from planetstack/core/dashboard/__init__.py rename to xos/core/dashboard/__init__.py
diff --git a/planetstack/core/dashboard/sites.py b/xos/core/dashboard/sites.py similarity index 100% rename from planetstack/core/dashboard/sites.py rename to xos/core/dashboard/sites.py
diff --git a/planetstack/core/dashboard/views/__init__.py b/xos/core/dashboard/views/__init__.py similarity index 100% rename from planetstack/core/dashboard/views/__init__.py rename to xos/core/dashboard/views/__init__.py
diff --git a/planetstack/core/dashboard/views/analytics.unused b/xos/core/dashboard/views/analytics.unused similarity index 100% rename from planetstack/core/dashboard/views/analytics.unused rename to xos/core/dashboard/views/analytics.unused
diff --git a/planetstack/core/dashboard/views/cdn.unused b/xos/core/dashboard/views/cdn.unused similarity index 100% rename from planetstack/core/dashboard/views/cdn.unused rename to xos/core/dashboard/views/cdn.unused
diff --git a/planetstack/core/dashboard/views/customize.py b/xos/core/dashboard/views/customize.py similarity index 100% rename from planetstack/core/dashboard/views/customize.py rename to xos/core/dashboard/views/customize.py
diff --git a/planetstack/core/dashboard/views/download_ssh_commands.py b/xos/core/dashboard/views/download_ssh_commands.py similarity index 100% rename from planetstack/core/dashboard/views/download_ssh_commands.py rename to xos/core/dashboard/views/download_ssh_commands.py
diff --git a/planetstack/core/dashboard/views/home.py b/xos/core/dashboard/views/home.py similarity index 100% rename from planetstack/core/dashboard/views/home.py rename to xos/core/dashboard/views/home.py
diff --git a/planetstack/core/dashboard/views/interactions.py b/xos/core/dashboard/views/interactions.py similarity index 100% rename from planetstack/core/dashboard/views/interactions.py rename to xos/core/dashboard/views/interactions.py
diff --git a/planetstack/core/dashboard/views/shell.py b/xos/core/dashboard/views/shell.py similarity index 100% rename from planetstack/core/dashboard/views/shell.py rename to xos/core/dashboard/views/shell.py
diff --git a/planetstack/core/dashboard/views/simulator.py b/xos/core/dashboard/views/simulator.py similarity index 100% rename from planetstack/core/dashboard/views/simulator.py rename to xos/core/dashboard/views/simulator.py
diff --git a/planetstack/core/dashboard/views/tenant.py b/xos/core/dashboard/views/tenant.py similarity index 100% rename from planetstack/core/dashboard/views/tenant.py rename to xos/core/dashboard/views/tenant.py
diff --git a/planetstack/core/dashboard/views/test.py b/xos/core/dashboard/views/test.py similarity index 100% rename from planetstack/core/dashboard/views/test.py rename to xos/core/dashboard/views/test.py
diff --git a/planetstack/core/dashboard/views/view_common.py b/xos/core/dashboard/views/view_common.py similarity index 100% rename from planetstack/core/dashboard/views/view_common.py rename to xos/core/dashboard/views/view_common.py
diff --git a/planetstack/core/fixtures/__init__.py b/xos/core/fixtures/__init__.py similarity index 100% rename from planetstack/core/fixtures/__init__.py rename to xos/core/fixtures/__init__.py
diff --git a/planetstack/core/fixtures/demo_data.json b/xos/core/fixtures/demo_data.json similarity index 100% rename from planetstack/core/fixtures/demo_data.json rename to xos/core/fixtures/demo_data.json
diff --git a/planetstack/core/fixtures/initial_data.json b/xos/core/fixtures/initial_data.json similarity index 100% rename from planetstack/core/fixtures/initial_data.json rename to xos/core/fixtures/initial_data.json
diff --git a/planetstack/core/fixtures/serviceclass_intial_data.json b/xos/core/fixtures/serviceclass_intial_data.json similarity index 100% rename from planetstack/core/fixtures/serviceclass_intial_data.json rename to xos/core/fixtures/serviceclass_intial_data.json
diff --git a/planetstack/core/middleware.py b/xos/core/middleware.py similarity index 100% rename from planetstack/core/middleware.py rename to xos/core/middleware.py
diff --git a/planetstack/core/migrations/0001_initial.py b/xos/core/migrations/0001_initial.py similarity index 100% rename from planetstack/core/migrations/0001_initial.py rename to xos/core/migrations/0001_initial.py
diff --git a/planetstack/core/migrations/0011_sliver_instance_uuid.py b/xos/core/migrations/0011_sliver_instance_uuid.py similarity index 100% rename from planetstack/core/migrations/0011_sliver_instance_uuid.py rename to xos/core/migrations/0011_sliver_instance_uuid.py
diff --git a/planetstack/core/migrations/__init__.py b/xos/core/migrations/__init__.py similarity index 100% rename from planetstack/core/migrations/__init__.py rename to xos/core/migrations/__init__.py
diff --git a/planetstack/core/models/__init__.py b/xos/core/models/__init__.py similarity index 100% rename from planetstack/core/models/__init__.py rename to xos/core/models/__init__.py
diff --git a/planetstack/core/models/billing.py b/xos/core/models/billing.py similarity index 100% rename from planetstack/core/models/billing.py rename to xos/core/models/billing.py
diff --git a/planetstack/core/models/controlleruser.py b/xos/core/models/controlleruser.py similarity index 100% rename from planetstack/core/models/controlleruser.py rename to xos/core/models/controlleruser.py
diff --git a/planetstack/core/models/credential.py b/xos/core/models/credential.py similarity index 100% rename from planetstack/core/models/credential.py rename to xos/core/models/credential.py
diff --git a/planetstack/core/models/dashboard.py b/xos/core/models/dashboard.py similarity index 100% rename from planetstack/core/models/dashboard.py rename to xos/core/models/dashboard.py
diff --git a/planetstack/core/models/flavor.py b/xos/core/models/flavor.py similarity index 100% rename from planetstack/core/models/flavor.py rename to xos/core/models/flavor.py
diff --git a/planetstack/core/models/image.py b/xos/core/models/image.py similarity index 100% rename from planetstack/core/models/image.py rename to xos/core/models/image.py
diff --git a/planetstack/core/models/network.py b/xos/core/models/network.py similarity index 100% rename from planetstack/core/models/network.py rename to xos/core/models/network.py
diff --git a/planetstack/core/models/node.py b/xos/core/models/node.py similarity index 100% rename from planetstack/core/models/node.py rename to xos/core/models/node.py
diff --git a/planetstack/core/models/plcorebase.py b/xos/core/models/plcorebase.py similarity index 100% rename from planetstack/core/models/plcorebase.py rename to xos/core/models/plcorebase.py
diff --git a/planetstack/core/models/project.py b/xos/core/models/project.py similarity index 100% rename from planetstack/core/models/project.py rename to xos/core/models/project.py
diff --git a/planetstack/core/models/reservation.py b/xos/core/models/reservation.py similarity index 100% rename from planetstack/core/models/reservation.py rename to xos/core/models/reservation.py
diff --git a/planetstack/core/models/role.py b/xos/core/models/role.py similarity index 100% rename from planetstack/core/models/role.py rename to xos/core/models/role.py
diff --git a/planetstack/core/models/service.py b/xos/core/models/service.py similarity index 100% rename from planetstack/core/models/service.py rename to xos/core/models/service.py
diff --git a/planetstack/core/models/serviceclass.py b/xos/core/models/serviceclass.py similarity index 100% rename from planetstack/core/models/serviceclass.py rename to xos/core/models/serviceclass.py
diff --git a/planetstack/core/models/serviceresource.py b/xos/core/models/serviceresource.py similarity index 100% rename from planetstack/core/models/serviceresource.py rename to xos/core/models/serviceresource.py
diff --git a/planetstack/core/models/singletonmodel.py b/xos/core/models/singletonmodel.py similarity index 100% rename from planetstack/core/models/singletonmodel.py rename to xos/core/models/singletonmodel.py
diff --git a/planetstack/core/models/site.py b/xos/core/models/site.py similarity index 100% rename from planetstack/core/models/site.py rename to xos/core/models/site.py
diff --git a/planetstack/core/models/slice.py b/xos/core/models/slice.py similarity index 100% rename from planetstack/core/models/slice.py rename to xos/core/models/slice.py
diff --git a/planetstack/core/models/slicetag.py b/xos/core/models/slicetag.py similarity index 100% rename from planetstack/core/models/slicetag.py rename to xos/core/models/slicetag.py
diff --git a/planetstack/core/models/sliver.py b/xos/core/models/sliver.py similarity index 100% rename from planetstack/core/models/sliver.py rename to xos/core/models/sliver.py
diff --git a/planetstack/core/models/tag.py b/xos/core/models/tag.py similarity index 100% rename from planetstack/core/models/tag.py rename to xos/core/models/tag.py
diff --git a/planetstack/core/models/user.py b/xos/core/models/user.py similarity index 100% rename from planetstack/core/models/user.py rename to xos/core/models/user.py
diff --git a/planetstack/core/serializers.py b/xos/core/serializers.py similarity index 100% rename from planetstack/core/serializers.py rename to xos/core/serializers.py
diff --git a/planetstack/core/static/Deployments.png b/xos/core/static/Deployments.png similarity index 100% rename from planetstack/core/static/Deployments.png rename to xos/core/static/Deployments.png Binary files differ
diff --git a/planetstack/core/static/Deployments_over.png b/xos/core/static/Deployments_over.png similarity index 100% rename from planetstack/core/static/Deployments_over.png rename to xos/core/static/Deployments_over.png Binary files differ
diff --git a/planetstack/core/static/Home.png b/xos/core/static/Home.png similarity index 100% rename from planetstack/core/static/Home.png rename to xos/core/static/Home.png Binary files differ
diff --git a/planetstack/core/static/Home_over.png b/xos/core/static/Home_over.png similarity index 100% rename from planetstack/core/static/Home_over.png rename to xos/core/static/Home_over.png Binary files differ
diff --git a/planetstack/core/static/Reservations.png b/xos/core/static/Reservations.png similarity index 100% rename from planetstack/core/static/Reservations.png rename to xos/core/static/Reservations.png Binary files differ
diff --git a/planetstack/core/static/Reservations_over.png b/xos/core/static/Reservations_over.png similarity index 100% rename from planetstack/core/static/Reservations_over.png rename to xos/core/static/Reservations_over.png Binary files differ
diff --git a/planetstack/core/static/Search.png b/xos/core/static/Search.png similarity index 100% rename from planetstack/core/static/Search.png rename to xos/core/static/Search.png Binary files differ
diff --git a/planetstack/core/static/Sites.png b/xos/core/static/Sites.png similarity index 100% rename from planetstack/core/static/Sites.png rename to xos/core/static/Sites.png Binary files differ
diff --git a/planetstack/core/static/Sites_over.png b/xos/core/static/Sites_over.png similarity index 100% rename from planetstack/core/static/Sites_over.png rename to xos/core/static/Sites_over.png Binary files differ
diff --git a/planetstack/core/static/Slices.png b/xos/core/static/Slices.png similarity index 100% rename from planetstack/core/static/Slices.png rename to xos/core/static/Slices.png Binary files differ
diff --git a/planetstack/core/static/Slices_over.png b/xos/core/static/Slices_over.png similarity index 100% rename from planetstack/core/static/Slices_over.png rename to xos/core/static/Slices_over.png Binary files differ
diff --git a/planetstack/core/static/Users.png b/xos/core/static/Users.png similarity index 100% rename from planetstack/core/static/Users.png rename to xos/core/static/Users.png Binary files differ
diff --git a/planetstack/core/static/Users_over.png b/xos/core/static/Users_over.png similarity index 100% rename from planetstack/core/static/Users_over.png rename to xos/core/static/Users_over.png Binary files differ
diff --git a/planetstack/core/static/bg.jpg b/xos/core/static/bg.jpg similarity index 100% rename from planetstack/core/static/bg.jpg rename to xos/core/static/bg.jpg Binary files differ
diff --git a/planetstack/core/static/bg2.jpg b/xos/core/static/bg2.jpg similarity index 100% rename from planetstack/core/static/bg2.jpg rename to xos/core/static/bg2.jpg Binary files differ
diff --git a/planetstack/core/static/bg_old.jpg b/xos/core/static/bg_old.jpg similarity index 100% rename from planetstack/core/static/bg_old.jpg rename to xos/core/static/bg_old.jpg Binary files differ
diff --git a/planetstack/core/static/chartsBg.jpg b/xos/core/static/chartsBg.jpg similarity index 100% rename from planetstack/core/static/chartsBg.jpg rename to xos/core/static/chartsBg.jpg Binary files differ
diff --git a/planetstack/core/static/dashboardStatic.PNG b/xos/core/static/dashboardStatic.PNG similarity index 100% rename from planetstack/core/static/dashboardStatic.PNG rename to xos/core/static/dashboardStatic.PNG Binary files differ
diff --git a/planetstack/core/static/donw_arrow.png b/xos/core/static/donw_arrow.png similarity index 100% rename from planetstack/core/static/donw_arrow.png rename to xos/core/static/donw_arrow.png Binary files differ
diff --git a/planetstack/core/static/favicon.png b/xos/core/static/favicon.png similarity index 100% rename from planetstack/core/static/favicon.png rename to xos/core/static/favicon.png Binary files differ
diff --git a/planetstack/core/static/hpc_historical.css b/xos/core/static/hpc_historical.css similarity index 100% rename from planetstack/core/static/hpc_historical.css rename to xos/core/static/hpc_historical.css
diff --git a/planetstack/core/static/img/bg_left_white.gif b/xos/core/static/img/bg_left_white.gif similarity index 100% rename from planetstack/core/static/img/bg_left_white.gif rename to xos/core/static/img/bg_left_white.gif Binary files differ
diff --git a/planetstack/core/static/img/brokencircle.gif b/xos/core/static/img/brokencircle.gif similarity index 100% rename from planetstack/core/static/img/brokencircle.gif rename to xos/core/static/img/brokencircle.gif Binary files differ
diff --git a/planetstack/core/static/img/green-cloud.gif b/xos/core/static/img/green-cloud.gif similarity index 100% rename from planetstack/core/static/img/green-cloud.gif rename to xos/core/static/img/green-cloud.gif Binary files differ
diff --git a/planetstack/core/static/img/minus_circle.png b/xos/core/static/img/minus_circle.png similarity index 100% rename from planetstack/core/static/img/minus_circle.png rename to xos/core/static/img/minus_circle.png Binary files differ
diff --git a/planetstack/core/static/img/plus_circle.png b/xos/core/static/img/plus_circle.png similarity index 100% rename from planetstack/core/static/img/plus_circle.png rename to xos/core/static/img/plus_circle.png Binary files differ
diff --git a/planetstack/core/static/img/red-cloud.gif b/xos/core/static/img/red-cloud.gif similarity index 100% rename from planetstack/core/static/img/red-cloud.gif rename to xos/core/static/img/red-cloud.gif Binary files differ
diff --git a/planetstack/core/static/js/Leaflet.MakiMarkers.js b/xos/core/static/js/Leaflet.MakiMarkers.js similarity index 100% rename from planetstack/core/static/js/Leaflet.MakiMarkers.js rename to xos/core/static/js/Leaflet.MakiMarkers.js
diff --git a/planetstack/core/static/log4javascript-1.4.6/changelog.txt b/xos/core/static/log4javascript-1.4.6/changelog.txt similarity index 100% rename from planetstack/core/static/log4javascript-1.4.6/changelog.txt rename to xos/core/static/log4javascript-1.4.6/changelog.txt
diff --git a/planetstack/core/static/log4javascript-1.4.6/console.html b/xos/core/static/log4javascript-1.4.6/console.html similarity index 100% rename from planetstack/core/static/log4javascript-1.4.6/console.html rename to xos/core/static/log4javascript-1.4.6/console.html
diff --git a/planetstack/core/static/log4javascript-1.4.6/console_uncompressed.html b/xos/core/static/log4javascript-1.4.6/console_uncompressed.html similarity index 100% rename from planetstack/core/static/log4javascript-1.4.6/console_uncompressed.html rename to xos/core/static/log4javascript-1.4.6/console_uncompressed.html
diff --git a/planetstack/core/static/log4javascript-1.4.6/demos/basic.html b/xos/core/static/log4javascript-1.4.6/demos/basic.html similarity index 100% rename from planetstack/core/static/log4javascript-1.4.6/demos/basic.html rename to xos/core/static/log4javascript-1.4.6/demos/basic.html
diff --git a/planetstack/core/static/log4javascript-1.4.6/demos/blank.html b/xos/core/static/log4javascript-1.4.6/demos/blank.html similarity index 100% rename from planetstack/core/static/log4javascript-1.4.6/demos/blank.html rename to xos/core/static/log4javascript-1.4.6/demos/blank.html
diff --git a/planetstack/core/static/log4javascript-1.4.6/demos/index.html b/xos/core/static/log4javascript-1.4.6/demos/index.html similarity index 100% rename from planetstack/core/static/log4javascript-1.4.6/demos/index.html rename to xos/core/static/log4javascript-1.4.6/demos/index.html
diff --git a/planetstack/core/static/log4javascript-1.4.6/demos/inpage.html b/xos/core/static/log4javascript-1.4.6/demos/inpage.html similarity index 100% rename from planetstack/core/static/log4javascript-1.4.6/demos/inpage.html rename to xos/core/static/log4javascript-1.4.6/demos/inpage.html
diff --git a/planetstack/core/static/log4javascript-1.4.6/demos/lite.html b/xos/core/static/log4javascript-1.4.6/demos/lite.html similarity index 100% rename from planetstack/core/static/log4javascript-1.4.6/demos/lite.html rename to xos/core/static/log4javascript-1.4.6/demos/lite.html
diff --git a/planetstack/core/static/log4javascript-1.4.6/docs/backwardsincompatibilities.html b/xos/core/static/log4javascript-1.4.6/docs/backwardsincompatibilities.html similarity index 100% rename from planetstack/core/static/log4javascript-1.4.6/docs/backwardsincompatibilities.html rename to xos/core/static/log4javascript-1.4.6/docs/backwardsincompatibilities.html
diff --git a/planetstack/core/static/log4javascript-1.4.6/docs/distribution.html b/xos/core/static/log4javascript-1.4.6/docs/distribution.html similarity index 100% rename from planetstack/core/static/log4javascript-1.4.6/docs/distribution.html rename to xos/core/static/log4javascript-1.4.6/docs/distribution.html
diff --git a/planetstack/core/static/log4javascript-1.4.6/docs/index.html b/xos/core/static/log4javascript-1.4.6/docs/index.html similarity index 100% rename from planetstack/core/static/log4javascript-1.4.6/docs/index.html rename to xos/core/static/log4javascript-1.4.6/docs/index.html
diff --git a/planetstack/core/static/log4javascript-1.4.6/docs/lite.html b/xos/core/static/log4javascript-1.4.6/docs/lite.html similarity index 100% rename from planetstack/core/static/log4javascript-1.4.6/docs/lite.html rename to xos/core/static/log4javascript-1.4.6/docs/lite.html
diff --git a/planetstack/core/static/log4javascript-1.4.6/docs/manual.html b/xos/core/static/log4javascript-1.4.6/docs/manual.html similarity index 100% rename from planetstack/core/static/log4javascript-1.4.6/docs/manual.html rename to xos/core/static/log4javascript-1.4.6/docs/manual.html
diff --git a/planetstack/core/static/log4javascript-1.4.6/docs/manual_lite.html b/xos/core/static/log4javascript-1.4.6/docs/manual_lite.html similarity index 100% rename from planetstack/core/static/log4javascript-1.4.6/docs/manual_lite.html rename to xos/core/static/log4javascript-1.4.6/docs/manual_lite.html
diff --git a/planetstack/core/static/log4javascript-1.4.6/docs/quickstart.html b/xos/core/static/log4javascript-1.4.6/docs/quickstart.html similarity index 100% rename from planetstack/core/static/log4javascript-1.4.6/docs/quickstart.html rename to xos/core/static/log4javascript-1.4.6/docs/quickstart.html
diff --git a/planetstack/core/static/log4javascript-1.4.6/docs/whatsnew.html b/xos/core/static/log4javascript-1.4.6/docs/whatsnew.html similarity index 100% rename from planetstack/core/static/log4javascript-1.4.6/docs/whatsnew.html rename to xos/core/static/log4javascript-1.4.6/docs/whatsnew.html
diff --git a/planetstack/core/static/log4javascript-1.4.6/examples/demo.html b/xos/core/static/log4javascript-1.4.6/examples/demo.html similarity index 100% rename from planetstack/core/static/log4javascript-1.4.6/examples/demo.html rename to xos/core/static/log4javascript-1.4.6/examples/demo.html
diff --git a/planetstack/core/static/log4javascript-1.4.6/examples/example_manual.html b/xos/core/static/log4javascript-1.4.6/examples/example_manual.html similarity index 100% rename from planetstack/core/static/log4javascript-1.4.6/examples/example_manual.html rename to xos/core/static/log4javascript-1.4.6/examples/example_manual.html
diff --git a/planetstack/core/static/log4javascript-1.4.6/examples/example_quickstart_1.html b/xos/core/static/log4javascript-1.4.6/examples/example_quickstart_1.html similarity index 100% rename from planetstack/core/static/log4javascript-1.4.6/examples/example_quickstart_1.html rename to xos/core/static/log4javascript-1.4.6/examples/example_quickstart_1.html
diff --git a/planetstack/core/static/log4javascript-1.4.6/examples/myloggingservlet.do b/xos/core/static/log4javascript-1.4.6/examples/myloggingservlet.do similarity index 100% rename from planetstack/core/static/log4javascript-1.4.6/examples/myloggingservlet.do rename to xos/core/static/log4javascript-1.4.6/examples/myloggingservlet.do
diff --git a/planetstack/core/static/log4javascript-1.4.6/js/console.html b/xos/core/static/log4javascript-1.4.6/js/console.html similarity index 100% rename from planetstack/core/static/log4javascript-1.4.6/js/console.html rename to xos/core/static/log4javascript-1.4.6/js/console.html
diff --git a/planetstack/core/static/log4javascript-1.4.6/js/console_uncompressed.html b/xos/core/static/log4javascript-1.4.6/js/console_uncompressed.html similarity index 100% rename from planetstack/core/static/log4javascript-1.4.6/js/console_uncompressed.html rename to xos/core/static/log4javascript-1.4.6/js/console_uncompressed.html
diff --git a/planetstack/core/static/log4javascript-1.4.6/js/liteconsole.html b/xos/core/static/log4javascript-1.4.6/js/liteconsole.html similarity index 100% rename from planetstack/core/static/log4javascript-1.4.6/js/liteconsole.html rename to xos/core/static/log4javascript-1.4.6/js/liteconsole.html
diff --git a/planetstack/core/static/log4javascript-1.4.6/js/liteconsole_uncompressed.html b/xos/core/static/log4javascript-1.4.6/js/liteconsole_uncompressed.html similarity index 100% rename from planetstack/core/static/log4javascript-1.4.6/js/liteconsole_uncompressed.html rename to xos/core/static/log4javascript-1.4.6/js/liteconsole_uncompressed.html
diff --git a/planetstack/core/static/log4javascript-1.4.6/js/log4javascript.js b/xos/core/static/log4javascript-1.4.6/js/log4javascript.js similarity index 100% rename from planetstack/core/static/log4javascript-1.4.6/js/log4javascript.js rename to xos/core/static/log4javascript-1.4.6/js/log4javascript.js
diff --git a/planetstack/core/static/log4javascript-1.4.6/js/log4javascript_lite.js b/xos/core/static/log4javascript-1.4.6/js/log4javascript_lite.js similarity index 100% rename from planetstack/core/static/log4javascript-1.4.6/js/log4javascript_lite.js rename to xos/core/static/log4javascript-1.4.6/js/log4javascript_lite.js
diff --git a/planetstack/core/static/log4javascript-1.4.6/js/log4javascript_lite_uncompressed.js b/xos/core/static/log4javascript-1.4.6/js/log4javascript_lite_uncompressed.js similarity index 100% rename from planetstack/core/static/log4javascript-1.4.6/js/log4javascript_lite_uncompressed.js rename to xos/core/static/log4javascript-1.4.6/js/log4javascript_lite_uncompressed.js
diff --git a/planetstack/core/static/log4javascript-1.4.6/js/log4javascript_production.js b/xos/core/static/log4javascript-1.4.6/js/log4javascript_production.js similarity index 100% rename from planetstack/core/static/log4javascript-1.4.6/js/log4javascript_production.js rename to xos/core/static/log4javascript-1.4.6/js/log4javascript_production.js
diff --git a/planetstack/core/static/log4javascript-1.4.6/js/log4javascript_production_uncompressed.js b/xos/core/static/log4javascript-1.4.6/js/log4javascript_production_uncompressed.js similarity index 100% rename from planetstack/core/static/log4javascript-1.4.6/js/log4javascript_production_uncompressed.js rename to xos/core/static/log4javascript-1.4.6/js/log4javascript_production_uncompressed.js
diff --git a/planetstack/core/static/log4javascript-1.4.6/js/log4javascript_uncompressed.js b/xos/core/static/log4javascript-1.4.6/js/log4javascript_uncompressed.js similarity index 100% rename from planetstack/core/static/log4javascript-1.4.6/js/log4javascript_uncompressed.js rename to xos/core/static/log4javascript-1.4.6/js/log4javascript_uncompressed.js
diff --git a/planetstack/core/static/log4javascript-1.4.6/js/stubs/log4javascript.js b/xos/core/static/log4javascript-1.4.6/js/stubs/log4javascript.js similarity index 100% rename from planetstack/core/static/log4javascript-1.4.6/js/stubs/log4javascript.js rename to xos/core/static/log4javascript-1.4.6/js/stubs/log4javascript.js
diff --git a/planetstack/core/static/log4javascript-1.4.6/js/stubs/log4javascript_lite.js b/xos/core/static/log4javascript-1.4.6/js/stubs/log4javascript_lite.js similarity index 100% rename from planetstack/core/static/log4javascript-1.4.6/js/stubs/log4javascript_lite.js rename to xos/core/static/log4javascript-1.4.6/js/stubs/log4javascript_lite.js
diff --git a/planetstack/core/static/log4javascript-1.4.6/js/stubs/log4javascript_lite_uncompressed.js b/xos/core/static/log4javascript-1.4.6/js/stubs/log4javascript_lite_uncompressed.js similarity index 100% rename from planetstack/core/static/log4javascript-1.4.6/js/stubs/log4javascript_lite_uncompressed.js rename to xos/core/static/log4javascript-1.4.6/js/stubs/log4javascript_lite_uncompressed.js
diff --git a/planetstack/core/static/log4javascript-1.4.6/js/stubs/log4javascript_production.js b/xos/core/static/log4javascript-1.4.6/js/stubs/log4javascript_production.js similarity index 100% rename from planetstack/core/static/log4javascript-1.4.6/js/stubs/log4javascript_production.js rename to xos/core/static/log4javascript-1.4.6/js/stubs/log4javascript_production.js
diff --git a/planetstack/core/static/log4javascript-1.4.6/js/stubs/log4javascript_production_uncompressed.js b/xos/core/static/log4javascript-1.4.6/js/stubs/log4javascript_production_uncompressed.js similarity index 100% rename from planetstack/core/static/log4javascript-1.4.6/js/stubs/log4javascript_production_uncompressed.js rename to xos/core/static/log4javascript-1.4.6/js/stubs/log4javascript_production_uncompressed.js
diff --git a/planetstack/core/static/log4javascript-1.4.6/js/stubs/log4javascript_uncompressed.js b/xos/core/static/log4javascript-1.4.6/js/stubs/log4javascript_uncompressed.js similarity index 100% rename from planetstack/core/static/log4javascript-1.4.6/js/stubs/log4javascript_uncompressed.js rename to xos/core/static/log4javascript-1.4.6/js/stubs/log4javascript_uncompressed.js
diff --git a/planetstack/core/static/log4javascript-1.4.6/js/tests/log4javascript.js b/xos/core/static/log4javascript-1.4.6/js/tests/log4javascript.js similarity index 100% rename from planetstack/core/static/log4javascript-1.4.6/js/tests/log4javascript.js rename to xos/core/static/log4javascript-1.4.6/js/tests/log4javascript.js
diff --git a/planetstack/core/static/log4javascript-1.4.6/js/tests/log4javascript_lite.js b/xos/core/static/log4javascript-1.4.6/js/tests/log4javascript_lite.js similarity index 100% rename from planetstack/core/static/log4javascript-1.4.6/js/tests/log4javascript_lite.js rename to xos/core/static/log4javascript-1.4.6/js/tests/log4javascript_lite.js
diff --git a/planetstack/core/static/log4javascript-1.4.6/js/tests/log4javascript_lite_uncompressed.js b/xos/core/static/log4javascript-1.4.6/js/tests/log4javascript_lite_uncompressed.js similarity index 100% rename from planetstack/core/static/log4javascript-1.4.6/js/tests/log4javascript_lite_uncompressed.js rename to xos/core/static/log4javascript-1.4.6/js/tests/log4javascript_lite_uncompressed.js
diff --git a/planetstack/core/static/log4javascript-1.4.6/js/tests/log4javascript_production.js b/xos/core/static/log4javascript-1.4.6/js/tests/log4javascript_production.js similarity index 100% rename from planetstack/core/static/log4javascript-1.4.6/js/tests/log4javascript_production.js rename to xos/core/static/log4javascript-1.4.6/js/tests/log4javascript_production.js
diff --git a/planetstack/core/static/log4javascript-1.4.6/js/tests/log4javascript_production_uncompressed.js b/xos/core/static/log4javascript-1.4.6/js/tests/log4javascript_production_uncompressed.js similarity index 100% rename from planetstack/core/static/log4javascript-1.4.6/js/tests/log4javascript_production_uncompressed.js rename to xos/core/static/log4javascript-1.4.6/js/tests/log4javascript_production_uncompressed.js
diff --git a/planetstack/core/static/log4javascript-1.4.6/js/tests/log4javascript_uncompressed.js b/xos/core/static/log4javascript-1.4.6/js/tests/log4javascript_uncompressed.js similarity index 100% rename from planetstack/core/static/log4javascript-1.4.6/js/tests/log4javascript_uncompressed.js rename to xos/core/static/log4javascript-1.4.6/js/tests/log4javascript_uncompressed.js
diff --git a/planetstack/core/static/log4javascript-1.4.6/license.txt b/xos/core/static/log4javascript-1.4.6/license.txt similarity index 100% rename from planetstack/core/static/log4javascript-1.4.6/license.txt rename to xos/core/static/log4javascript-1.4.6/license.txt
diff --git a/planetstack/core/static/log4javascript-1.4.6/log4javascript.js b/xos/core/static/log4javascript-1.4.6/log4javascript.js similarity index 100% rename from planetstack/core/static/log4javascript-1.4.6/log4javascript.js rename to xos/core/static/log4javascript-1.4.6/log4javascript.js
diff --git a/planetstack/core/static/log4javascript-1.4.6/log4javascript_uncompressed.js b/xos/core/static/log4javascript-1.4.6/log4javascript_uncompressed.js similarity index 100% rename from planetstack/core/static/log4javascript-1.4.6/log4javascript_uncompressed.js rename to xos/core/static/log4javascript-1.4.6/log4javascript_uncompressed.js
diff --git a/planetstack/core/static/log4javascript-1.4.6/main.css b/xos/core/static/log4javascript-1.4.6/main.css similarity index 100% rename from planetstack/core/static/log4javascript-1.4.6/main.css rename to xos/core/static/log4javascript-1.4.6/main.css
diff --git a/planetstack/core/static/log4javascript-1.4.6/test/index.html b/xos/core/static/log4javascript-1.4.6/test/index.html similarity index 100% rename from planetstack/core/static/log4javascript-1.4.6/test/index.html rename to xos/core/static/log4javascript-1.4.6/test/index.html
diff --git a/planetstack/core/static/log4javascript-1.4.6/test/log4javascript.html b/xos/core/static/log4javascript-1.4.6/test/log4javascript.html similarity index 100% rename from planetstack/core/static/log4javascript-1.4.6/test/log4javascript.html rename to xos/core/static/log4javascript-1.4.6/test/log4javascript.html
diff --git a/planetstack/core/static/log4javascript-1.4.6/test/log4javascript_lite.html b/xos/core/static/log4javascript-1.4.6/test/log4javascript_lite.html similarity index 100% rename from planetstack/core/static/log4javascript-1.4.6/test/log4javascript_lite.html rename to xos/core/static/log4javascript-1.4.6/test/log4javascript_lite.html
diff --git a/planetstack/core/static/log4javascript-1.4.6/test/log4javascript_lite_uncompressed.html b/xos/core/static/log4javascript-1.4.6/test/log4javascript_lite_uncompressed.html similarity index 100% rename from planetstack/core/static/log4javascript-1.4.6/test/log4javascript_lite_uncompressed.html rename to xos/core/static/log4javascript-1.4.6/test/log4javascript_lite_uncompressed.html
diff --git a/planetstack/core/static/log4javascript-1.4.6/test/log4javascript_production.html b/xos/core/static/log4javascript-1.4.6/test/log4javascript_production.html similarity index 100% rename from planetstack/core/static/log4javascript-1.4.6/test/log4javascript_production.html rename to xos/core/static/log4javascript-1.4.6/test/log4javascript_production.html
diff --git a/planetstack/core/static/log4javascript-1.4.6/test/log4javascript_production_uncompressed.html b/xos/core/static/log4javascript-1.4.6/test/log4javascript_production_uncompressed.html similarity index 100% rename from planetstack/core/static/log4javascript-1.4.6/test/log4javascript_production_uncompressed.html rename to xos/core/static/log4javascript-1.4.6/test/log4javascript_production_uncompressed.html
diff --git a/planetstack/core/static/log4javascript-1.4.6/test/log4javascript_uncompressed.html b/xos/core/static/log4javascript-1.4.6/test/log4javascript_uncompressed.html similarity index 100% rename from planetstack/core/static/log4javascript-1.4.6/test/log4javascript_uncompressed.html rename to xos/core/static/log4javascript-1.4.6/test/log4javascript_uncompressed.html
diff --git a/planetstack/core/static/log4javascript-1.4.6/test/main.html b/xos/core/static/log4javascript-1.4.6/test/main.html similarity index 100% rename from planetstack/core/static/log4javascript-1.4.6/test/main.html rename to xos/core/static/log4javascript-1.4.6/test/main.html
diff --git a/planetstack/core/static/log4javascript-1.4.6/test/tests.css b/xos/core/static/log4javascript-1.4.6/test/tests.css similarity index 100% rename from planetstack/core/static/log4javascript-1.4.6/test/tests.css rename to xos/core/static/log4javascript-1.4.6/test/tests.css
diff --git a/planetstack/core/static/log4javascript-1.4.6/test/xntest.js b/xos/core/static/log4javascript-1.4.6/test/xntest.js similarity index 100% rename from planetstack/core/static/log4javascript-1.4.6/test/xntest.js rename to xos/core/static/log4javascript-1.4.6/test/xntest.js
diff --git a/planetstack/core/static/logo.png b/xos/core/static/logo.png similarity index 100% rename from planetstack/core/static/logo.png rename to xos/core/static/logo.png Binary files differ
diff --git a/planetstack/core/static/logo_opague_circles.png b/xos/core/static/logo_opague_circles.png similarity index 100% rename from planetstack/core/static/logo_opague_circles.png rename to xos/core/static/logo_opague_circles.png Binary files differ
diff --git a/planetstack/core/static/main.js b/xos/core/static/main.js similarity index 100% rename from planetstack/core/static/main.js rename to xos/core/static/main.js
diff --git a/planetstack/core/static/name.png b/xos/core/static/name.png similarity index 100% rename from planetstack/core/static/name.png rename to xos/core/static/name.png Binary files differ
diff --git a/planetstack/core/static/name_old.png b/xos/core/static/name_old.png similarity index 100% rename from planetstack/core/static/name_old.png rename to xos/core/static/name_old.png Binary files differ
diff --git a/planetstack/core/static/observer_status.js b/xos/core/static/observer_status.js similarity index 100% rename from planetstack/core/static/observer_status.js rename to xos/core/static/observer_status.js
diff --git a/planetstack/core/static/open-cloud-login-themed-light.png b/xos/core/static/open-cloud-login-themed-light.png similarity index 100% rename from planetstack/core/static/open-cloud-login-themed-light.png rename to xos/core/static/open-cloud-login-themed-light.png Binary files differ
diff --git a/planetstack/core/static/open-cloud-login-themed-light_old.png b/xos/core/static/open-cloud-login-themed-light_old.png similarity index 100% rename from planetstack/core/static/open-cloud-login-themed-light_old.png rename to xos/core/static/open-cloud-login-themed-light_old.png Binary files differ
diff --git a/planetstack/core/static/open-cloud-themed.png b/xos/core/static/open-cloud-themed.png similarity index 100% rename from planetstack/core/static/open-cloud-themed.png rename to xos/core/static/open-cloud-themed.png Binary files differ
diff --git a/planetstack/core/static/open-cloud-themed1.png b/xos/core/static/open-cloud-themed1.png similarity index 100% rename from planetstack/core/static/open-cloud-themed1.png rename to xos/core/static/open-cloud-themed1.png Binary files differ
diff --git a/planetstack/core/static/open-cloud-themed2.png b/xos/core/static/open-cloud-themed2.png similarity index 100% rename from planetstack/core/static/open-cloud-themed2.png rename to xos/core/static/open-cloud-themed2.png Binary files differ
diff --git a/planetstack/core/static/open-cloud-themed_old.png b/xos/core/static/open-cloud-themed_old.png similarity index 100% rename from planetstack/core/static/open-cloud-themed_old.png rename to xos/core/static/open-cloud-themed_old.png Binary files differ
diff --git a/planetstack/core/static/opencloudApp.png b/xos/core/static/opencloudApp.png similarity index 100% rename from planetstack/core/static/opencloudApp.png rename to xos/core/static/opencloudApp.png Binary files differ
diff --git a/planetstack/core/static/page_analytics.js b/xos/core/static/page_analytics.js similarity index 100% rename from planetstack/core/static/page_analytics.js rename to xos/core/static/page_analytics.js
diff --git a/planetstack/core/static/password.png b/xos/core/static/password.png similarity index 100% rename from planetstack/core/static/password.png rename to xos/core/static/password.png Binary files differ
diff --git a/planetstack/core/static/password_old.png b/xos/core/static/password_old.png similarity index 100% rename from planetstack/core/static/password_old.png rename to xos/core/static/password_old.png Binary files differ
diff --git a/planetstack/core/static/planetstack_graphs_old.js b/xos/core/static/planetstack_graphs_old.js similarity index 100% rename from planetstack/core/static/planetstack_graphs_old.js rename to xos/core/static/planetstack_graphs_old.js
diff --git a/planetstack/core/static/right_arrow.png b/xos/core/static/right_arrow.png similarity index 100% rename from planetstack/core/static/right_arrow.png rename to xos/core/static/right_arrow.png Binary files differ
diff --git a/planetstack/core/static/shell/opencloud_shell.css b/xos/core/static/shell/opencloud_shell.css similarity index 100% rename from planetstack/core/static/shell/opencloud_shell.css rename to xos/core/static/shell/opencloud_shell.css
diff --git a/planetstack/core/static/uploadTextarea.js b/xos/core/static/uploadTextarea.js similarity index 100% rename from planetstack/core/static/uploadTextarea.js rename to xos/core/static/uploadTextarea.js
diff --git a/planetstack/core/static/xos.css b/xos/core/static/xos.css similarity index 100% rename from planetstack/core/static/xos.css rename to xos/core/static/xos.css
diff --git a/planetstack/core/static/xos_graphs.js b/xos/core/static/xos_graphs.js similarity index 100% rename from planetstack/core/static/xos_graphs.js rename to xos/core/static/xos_graphs.js
diff --git a/planetstack/core/tests.py b/xos/core/tests.py similarity index 100% rename from planetstack/core/tests.py rename to xos/core/tests.py
diff --git a/planetstack/core/views/__init__.py b/xos/core/views/__init__.py similarity index 100% rename from planetstack/core/views/__init__.py rename to xos/core/views/__init__.py
diff --git a/planetstack/core/views/deployments.py b/xos/core/views/deployments.py similarity index 100% rename from planetstack/core/views/deployments.py rename to xos/core/views/deployments.py
diff --git a/planetstack/core/views/images.py b/xos/core/views/images.py similarity index 100% rename from planetstack/core/views/images.py rename to xos/core/views/images.py
diff --git a/planetstack/core/views/legacyapi.py b/xos/core/views/legacyapi.py similarity index 100% rename from planetstack/core/views/legacyapi.py rename to xos/core/views/legacyapi.py
diff --git a/planetstack/core/views/nodes.py b/xos/core/views/nodes.py similarity index 100% rename from planetstack/core/views/nodes.py rename to xos/core/views/nodes.py
diff --git a/planetstack/core/views/observer.py b/xos/core/views/observer.py similarity index 100% rename from planetstack/core/views/observer.py rename to xos/core/views/observer.py
diff --git a/planetstack/core/views/projects.py b/xos/core/views/projects.py similarity index 100% rename from planetstack/core/views/projects.py rename to xos/core/views/projects.py
diff --git a/planetstack/core/views/reservations.py b/xos/core/views/reservations.py similarity index 100% rename from planetstack/core/views/reservations.py rename to xos/core/views/reservations.py
diff --git a/planetstack/core/views/roles.py b/xos/core/views/roles.py similarity index 100% rename from planetstack/core/views/roles.py rename to xos/core/views/roles.py
diff --git a/planetstack/core/views/serviceclasses.py b/xos/core/views/serviceclasses.py similarity index 100% rename from planetstack/core/views/serviceclasses.py rename to xos/core/views/serviceclasses.py
diff --git a/planetstack/core/views/serviceresources.py b/xos/core/views/serviceresources.py similarity index 100% rename from planetstack/core/views/serviceresources.py rename to xos/core/views/serviceresources.py
diff --git a/planetstack/core/views/site_privileges.py b/xos/core/views/site_privileges.py similarity index 100% rename from planetstack/core/views/site_privileges.py rename to xos/core/views/site_privileges.py
diff --git a/planetstack/core/views/sites.py b/xos/core/views/sites.py similarity index 100% rename from planetstack/core/views/sites.py rename to xos/core/views/sites.py
diff --git a/planetstack/core/views/slice_privileges.py b/xos/core/views/slice_privileges.py similarity index 100% rename from planetstack/core/views/slice_privileges.py rename to xos/core/views/slice_privileges.py
diff --git a/planetstack/core/views/slices.py b/xos/core/views/slices.py similarity index 100% rename from planetstack/core/views/slices.py rename to xos/core/views/slices.py
diff --git a/planetstack/core/views/slivers.py b/xos/core/views/slivers.py similarity index 100% rename from planetstack/core/views/slivers.py rename to xos/core/views/slivers.py
diff --git a/planetstack/core/views/stats.py b/xos/core/views/stats.py similarity index 100% rename from planetstack/core/views/stats.py rename to xos/core/views/stats.py
diff --git a/planetstack/core/views/subnets.py b/xos/core/views/subnets.py similarity index 100% rename from planetstack/core/views/subnets.py rename to xos/core/views/subnets.py
diff --git a/planetstack/core/views/tags.py b/xos/core/views/tags.py similarity index 100% rename from planetstack/core/views/tags.py rename to xos/core/views/tags.py
diff --git a/planetstack/core/views/users.py b/xos/core/views/users.py similarity index 100% rename from planetstack/core/views/users.py rename to xos/core/views/users.py
diff --git a/planetstack/core/xoslib/README b/xos/core/xoslib/README similarity index 100% rename from planetstack/core/xoslib/README rename to xos/core/xoslib/README
diff --git a/planetstack/core/xoslib/__init__.py b/xos/core/xoslib/__init__.py similarity index 100% rename from planetstack/core/xoslib/__init__.py rename to xos/core/xoslib/__init__.py
diff --git a/planetstack/core/xoslib/dashboards/gentle.html b/xos/core/xoslib/dashboards/gentle.html similarity index 100% rename from planetstack/core/xoslib/dashboards/gentle.html rename to xos/core/xoslib/dashboards/gentle.html
diff --git a/planetstack/core/xoslib/dashboards/helloworld.html b/xos/core/xoslib/dashboards/helloworld.html similarity index 100% rename from planetstack/core/xoslib/dashboards/helloworld.html rename to xos/core/xoslib/dashboards/helloworld.html
diff --git a/planetstack/core/xoslib/dashboards/index.html b/xos/core/xoslib/dashboards/index.html similarity index 100% rename from planetstack/core/xoslib/dashboards/index.html rename to xos/core/xoslib/dashboards/index.html
diff --git a/planetstack/core/xoslib/dashboards/sliceEditor.html b/xos/core/xoslib/dashboards/sliceEditor.html similarity index 100% rename from planetstack/core/xoslib/dashboards/sliceEditor.html rename to xos/core/xoslib/dashboards/sliceEditor.html
diff --git a/planetstack/core/xoslib/dashboards/sliverListTest.html b/xos/core/xoslib/dashboards/sliverListTest.html similarity index 100% rename from planetstack/core/xoslib/dashboards/sliverListTest.html rename to xos/core/xoslib/dashboards/sliverListTest.html
diff --git a/planetstack/core/xoslib/dashboards/test.html b/xos/core/xoslib/dashboards/test.html similarity index 100% rename from planetstack/core/xoslib/dashboards/test.html rename to xos/core/xoslib/dashboards/test.html
diff --git a/planetstack/core/xoslib/dashboards/xosAdminDashboard.html b/xos/core/xoslib/dashboards/xosAdminDashboard.html similarity index 100% rename from planetstack/core/xoslib/dashboards/xosAdminDashboard.html rename to xos/core/xoslib/dashboards/xosAdminDashboard.html
diff --git a/planetstack/core/xoslib/dashboards/xosAdminWholePage.html b/xos/core/xoslib/dashboards/xosAdminWholePage.html similarity index 100% rename from planetstack/core/xoslib/dashboards/xosAdminWholePage.html rename to xos/core/xoslib/dashboards/xosAdminWholePage.html
diff --git a/planetstack/core/xoslib/dashboards/xosDeveloper.html b/xos/core/xoslib/dashboards/xosDeveloper.html similarity index 100% rename from planetstack/core/xoslib/dashboards/xosDeveloper.html rename to xos/core/xoslib/dashboards/xosDeveloper.html
diff --git a/planetstack/core/xoslib/dashboards/xosDeveloper_datatables.html b/xos/core/xoslib/dashboards/xosDeveloper_datatables.html similarity index 100% rename from planetstack/core/xoslib/dashboards/xosDeveloper_datatables.html rename to xos/core/xoslib/dashboards/xosDeveloper_datatables.html
diff --git a/planetstack/core/xoslib/dashboards/xosTenant.html b/xos/core/xoslib/dashboards/xosTenant.html similarity index 100% rename from planetstack/core/xoslib/dashboards/xosTenant.html rename to xos/core/xoslib/dashboards/xosTenant.html
diff --git a/planetstack/core/xoslib/dashboards/xsh.html b/xos/core/xoslib/dashboards/xsh.html similarity index 100% rename from planetstack/core/xoslib/dashboards/xsh.html rename to xos/core/xoslib/dashboards/xsh.html
diff --git a/planetstack/core/xoslib/methods/__init__.py b/xos/core/xoslib/methods/__init__.py similarity index 100% rename from planetstack/core/xoslib/methods/__init__.py rename to xos/core/xoslib/methods/__init__.py
diff --git a/planetstack/core/xoslib/methods/plus.py b/xos/core/xoslib/methods/plus.py similarity index 100% rename from planetstack/core/xoslib/methods/plus.py rename to xos/core/xoslib/methods/plus.py
diff --git a/planetstack/core/xoslib/methods/sliceplus.py b/xos/core/xoslib/methods/sliceplus.py similarity index 100% rename from planetstack/core/xoslib/methods/sliceplus.py rename to xos/core/xoslib/methods/sliceplus.py
diff --git a/planetstack/core/xoslib/methods/tenantview.py b/xos/core/xoslib/methods/tenantview.py similarity index 100% rename from planetstack/core/xoslib/methods/tenantview.py rename to xos/core/xoslib/methods/tenantview.py
diff --git a/planetstack/core/xoslib/objects/__init__.py b/xos/core/xoslib/objects/__init__.py similarity index 100% rename from planetstack/core/xoslib/objects/__init__.py rename to xos/core/xoslib/objects/__init__.py
diff --git a/planetstack/core/xoslib/objects/plus.py b/xos/core/xoslib/objects/plus.py similarity index 100% rename from planetstack/core/xoslib/objects/plus.py rename to xos/core/xoslib/objects/plus.py
diff --git a/planetstack/core/xoslib/objects/sliceplus.py b/xos/core/xoslib/objects/sliceplus.py similarity index 100% rename from planetstack/core/xoslib/objects/sliceplus.py rename to xos/core/xoslib/objects/sliceplus.py
diff --git a/planetstack/core/xoslib/static/css/sliceEditor.css b/xos/core/xoslib/static/css/sliceEditor.css similarity index 100% rename from planetstack/core/xoslib/static/css/sliceEditor.css rename to xos/core/xoslib/static/css/sliceEditor.css
diff --git a/planetstack/core/xoslib/static/css/test.css b/xos/core/xoslib/static/css/test.css similarity index 100% rename from planetstack/core/xoslib/static/css/test.css rename to xos/core/xoslib/static/css/test.css
diff --git a/planetstack/core/xoslib/static/css/xosAdminDashboard.css b/xos/core/xoslib/static/css/xosAdminDashboard.css similarity index 100% rename from planetstack/core/xoslib/static/css/xosAdminDashboard.css rename to xos/core/xoslib/static/css/xosAdminDashboard.css
diff --git a/planetstack/core/xoslib/static/css/xosAdminSite.css b/xos/core/xoslib/static/css/xosAdminSite.css similarity index 100% rename from planetstack/core/xoslib/static/css/xosAdminSite.css rename to xos/core/xoslib/static/css/xosAdminSite.css
diff --git a/planetstack/core/xoslib/static/css/xosAdminWholePage.css b/xos/core/xoslib/static/css/xosAdminWholePage.css similarity index 100% rename from planetstack/core/xoslib/static/css/xosAdminWholePage.css rename to xos/core/xoslib/static/css/xosAdminWholePage.css
diff --git a/planetstack/core/xoslib/static/css/xosDeveloper.css b/xos/core/xoslib/static/css/xosDeveloper.css similarity index 100% rename from planetstack/core/xoslib/static/css/xosDeveloper.css rename to xos/core/xoslib/static/css/xosDeveloper.css
diff --git a/planetstack/core/xoslib/static/css/xosTenantDashboard.css b/xos/core/xoslib/static/css/xosTenantDashboard.css similarity index 100% rename from planetstack/core/xoslib/static/css/xosTenantDashboard.css rename to xos/core/xoslib/static/css/xosTenantDashboard.css
diff --git a/planetstack/core/xoslib/static/js/gentle.js b/xos/core/xoslib/static/js/gentle.js similarity index 100% rename from planetstack/core/xoslib/static/js/gentle.js rename to xos/core/xoslib/static/js/gentle.js
diff --git a/planetstack/core/xoslib/static/js/helloworld.js b/xos/core/xoslib/static/js/helloworld.js similarity index 100% rename from planetstack/core/xoslib/static/js/helloworld.js rename to xos/core/xoslib/static/js/helloworld.js
diff --git a/planetstack/core/xoslib/static/js/picker.js b/xos/core/xoslib/static/js/picker.js similarity index 100% rename from planetstack/core/xoslib/static/js/picker.js rename to xos/core/xoslib/static/js/picker.js
diff --git a/planetstack/core/xoslib/static/js/sliceEditor.js b/xos/core/xoslib/static/js/sliceEditor.js similarity index 100% rename from planetstack/core/xoslib/static/js/sliceEditor.js rename to xos/core/xoslib/static/js/sliceEditor.js
diff --git a/planetstack/core/xoslib/static/js/sliverListTest.js b/xos/core/xoslib/static/js/sliverListTest.js similarity index 100% rename from planetstack/core/xoslib/static/js/sliverListTest.js rename to xos/core/xoslib/static/js/sliverListTest.js
diff --git a/planetstack/core/xoslib/static/js/test.js b/xos/core/xoslib/static/js/test.js similarity index 100% rename from planetstack/core/xoslib/static/js/test.js rename to xos/core/xoslib/static/js/test.js
diff --git a/planetstack/core/xoslib/static/js/vendor/ICanHaz.min.js b/xos/core/xoslib/static/js/vendor/ICanHaz.min.js similarity index 100% rename from planetstack/core/xoslib/static/js/vendor/ICanHaz.min.js rename to xos/core/xoslib/static/js/vendor/ICanHaz.min.js
diff --git a/planetstack/core/xoslib/static/js/vendor/backbone-min.js b/xos/core/xoslib/static/js/vendor/backbone-min.js similarity index 100% rename from planetstack/core/xoslib/static/js/vendor/backbone-min.js rename to xos/core/xoslib/static/js/vendor/backbone-min.js
diff --git a/planetstack/core/xoslib/static/js/vendor/backbone-tastypie.js b/xos/core/xoslib/static/js/vendor/backbone-tastypie.js similarity index 100% rename from planetstack/core/xoslib/static/js/vendor/backbone-tastypie.js rename to xos/core/xoslib/static/js/vendor/backbone-tastypie.js
diff --git a/planetstack/core/xoslib/static/js/vendor/backbone.babysitter.js b/xos/core/xoslib/static/js/vendor/backbone.babysitter.js similarity index 100% rename from planetstack/core/xoslib/static/js/vendor/backbone.babysitter.js rename to xos/core/xoslib/static/js/vendor/backbone.babysitter.js
diff --git a/planetstack/core/xoslib/static/js/vendor/backbone.js b/xos/core/xoslib/static/js/vendor/backbone.js similarity index 100% rename from planetstack/core/xoslib/static/js/vendor/backbone.js rename to xos/core/xoslib/static/js/vendor/backbone.js
diff --git a/planetstack/core/xoslib/static/js/vendor/backbone.marionette.js b/xos/core/xoslib/static/js/vendor/backbone.marionette.js similarity index 100% rename from planetstack/core/xoslib/static/js/vendor/backbone.marionette.js rename to xos/core/xoslib/static/js/vendor/backbone.marionette.js
diff --git a/planetstack/core/xoslib/static/js/vendor/backbone.marionette.min.js b/xos/core/xoslib/static/js/vendor/backbone.marionette.min.js similarity index 100% rename from planetstack/core/xoslib/static/js/vendor/backbone.marionette.min.js rename to xos/core/xoslib/static/js/vendor/backbone.marionette.min.js
diff --git a/planetstack/core/xoslib/static/js/vendor/backbone.syphon.js b/xos/core/xoslib/static/js/vendor/backbone.syphon.js similarity index 100% rename from planetstack/core/xoslib/static/js/vendor/backbone.syphon.js rename to xos/core/xoslib/static/js/vendor/backbone.syphon.js
diff --git a/planetstack/core/xoslib/static/js/vendor/backbone.wreqr.js b/xos/core/xoslib/static/js/vendor/backbone.wreqr.js similarity index 100% rename from planetstack/core/xoslib/static/js/vendor/backbone.wreqr.js rename to xos/core/xoslib/static/js/vendor/backbone.wreqr.js
diff --git a/planetstack/core/xoslib/static/js/vendor/underscore-min.js b/xos/core/xoslib/static/js/vendor/underscore-min.js similarity index 100% rename from planetstack/core/xoslib/static/js/vendor/underscore-min.js rename to xos/core/xoslib/static/js/vendor/underscore-min.js
diff --git a/planetstack/core/xoslib/static/js/xosAdminSite.js b/xos/core/xoslib/static/js/xosAdminSite.js similarity index 100% rename from planetstack/core/xoslib/static/js/xosAdminSite.js rename to xos/core/xoslib/static/js/xosAdminSite.js
diff --git a/planetstack/core/xoslib/static/js/xosDeveloper.js b/xos/core/xoslib/static/js/xosDeveloper.js similarity index 100% rename from planetstack/core/xoslib/static/js/xosDeveloper.js rename to xos/core/xoslib/static/js/xosDeveloper.js
diff --git a/planetstack/core/xoslib/static/js/xosDeveloper_datatables.js b/xos/core/xoslib/static/js/xosDeveloper_datatables.js similarity index 100% rename from planetstack/core/xoslib/static/js/xosDeveloper_datatables.js rename to xos/core/xoslib/static/js/xosDeveloper_datatables.js
diff --git a/planetstack/core/xoslib/static/js/xosTenant.js b/xos/core/xoslib/static/js/xosTenant.js similarity index 100% rename from planetstack/core/xoslib/static/js/xosTenant.js rename to xos/core/xoslib/static/js/xosTenant.js
diff --git a/planetstack/core/xoslib/static/js/xoslib/xos-backbone.js b/xos/core/xoslib/static/js/xoslib/xos-backbone.js similarity index 100% rename from planetstack/core/xoslib/static/js/xoslib/xos-backbone.js rename to xos/core/xoslib/static/js/xoslib/xos-backbone.js
diff --git a/planetstack/core/xoslib/static/js/xoslib/xos-defaults.js b/xos/core/xoslib/static/js/xoslib/xos-defaults.js similarity index 100% rename from planetstack/core/xoslib/static/js/xoslib/xos-defaults.js rename to xos/core/xoslib/static/js/xoslib/xos-defaults.js
diff --git a/planetstack/core/xoslib/static/js/xoslib/xos-util.js b/xos/core/xoslib/static/js/xoslib/xos-util.js similarity index 100% rename from planetstack/core/xoslib/static/js/xoslib/xos-util.js rename to xos/core/xoslib/static/js/xoslib/xos-util.js
diff --git a/planetstack/core/xoslib/static/js/xoslib/xos-validators.js b/xos/core/xoslib/static/js/xoslib/xos-validators.js similarity index 100% rename from planetstack/core/xoslib/static/js/xoslib/xos-validators.js rename to xos/core/xoslib/static/js/xoslib/xos-validators.js
diff --git a/planetstack/core/xoslib/static/js/xoslib/xosHelper.js b/xos/core/xoslib/static/js/xoslib/xosHelper.js similarity index 100% rename from planetstack/core/xoslib/static/js/xoslib/xosHelper.js rename to xos/core/xoslib/static/js/xoslib/xosHelper.js
diff --git a/planetstack/core/xoslib/static/js/xsh/constants.js b/xos/core/xoslib/static/js/xsh/constants.js similarity index 100% rename from planetstack/core/xoslib/static/js/xsh/constants.js rename to xos/core/xoslib/static/js/xsh/constants.js
diff --git a/planetstack/core/xoslib/static/js/xsh/object_id.js b/xos/core/xoslib/static/js/xsh/object_id.js similarity index 100% rename from planetstack/core/xoslib/static/js/xsh/object_id.js rename to xos/core/xoslib/static/js/xsh/object_id.js
diff --git a/planetstack/core/xoslib/static/js/xsh/shell_utils.js b/xos/core/xoslib/static/js/xsh/shell_utils.js similarity index 100% rename from planetstack/core/xoslib/static/js/xsh/shell_utils.js rename to xos/core/xoslib/static/js/xsh/shell_utils.js
diff --git a/planetstack/core/xoslib/static/js/xsh/tokens.js b/xos/core/xoslib/static/js/xsh/tokens.js similarity index 100% rename from planetstack/core/xoslib/static/js/xsh/tokens.js rename to xos/core/xoslib/static/js/xsh/tokens.js
diff --git a/planetstack/core/xoslib/static/js/xsh/utils.js b/xos/core/xoslib/static/js/xsh/utils.js similarity index 100% rename from planetstack/core/xoslib/static/js/xsh/utils.js rename to xos/core/xoslib/static/js/xsh/utils.js
diff --git a/planetstack/core/xoslib/static/js/xsh/xsh.js b/xos/core/xoslib/static/js/xsh/xsh.js similarity index 100% rename from planetstack/core/xoslib/static/js/xsh/xsh.js rename to xos/core/xoslib/static/js/xsh/xsh.js
diff --git a/planetstack/core/xoslib/templates/mustache/detailApp.mustache b/xos/core/xoslib/templates/mustache/detailApp.mustache similarity index 100% rename from planetstack/core/xoslib/templates/mustache/detailApp.mustache rename to xos/core/xoslib/templates/mustache/detailApp.mustache
diff --git a/planetstack/core/xoslib/templates/mustache/listApp.mustache b/xos/core/xoslib/templates/mustache/listApp.mustache similarity index 100% rename from planetstack/core/xoslib/templates/mustache/listApp.mustache rename to xos/core/xoslib/templates/mustache/listApp.mustache
diff --git a/planetstack/core/xoslib/templates/mustache/sliverTemplate.mustache b/xos/core/xoslib/templates/mustache/sliverTemplate.mustache similarity index 100% rename from planetstack/core/xoslib/templates/mustache/sliverTemplate.mustache rename to xos/core/xoslib/templates/mustache/sliverTemplate.mustache
diff --git a/planetstack/core/xoslib/templates/xosAdmin.html b/xos/core/xoslib/templates/xosAdmin.html similarity index 100% rename from planetstack/core/xoslib/templates/xosAdmin.html rename to xos/core/xoslib/templates/xosAdmin.html
diff --git a/planetstack/core/xoslib/templates/xosAdminHeader.html b/xos/core/xoslib/templates/xosAdminHeader.html similarity index 100% rename from planetstack/core/xoslib/templates/xosAdminHeader.html rename to xos/core/xoslib/templates/xosAdminHeader.html
diff --git a/planetstack/core/xoslib/templatetags/mustache.py b/xos/core/xoslib/templatetags/mustache.py similarity index 100% rename from planetstack/core/xoslib/templatetags/mustache.py rename to xos/core/xoslib/templatetags/mustache.py
diff --git a/planetstack/core/xoslib/templatetags/straight_include.py b/xos/core/xoslib/templatetags/straight_include.py similarity index 100% rename from planetstack/core/xoslib/templatetags/straight_include.py rename to xos/core/xoslib/templatetags/straight_include.py
diff --git a/planetstack/core/xoslib/tools/make_defaults.py b/xos/core/xoslib/tools/make_defaults.py similarity index 100% rename from planetstack/core/xoslib/tools/make_defaults.py rename to xos/core/xoslib/tools/make_defaults.py
diff --git a/planetstack/core/xoslib/tools/make_validators.py b/xos/core/xoslib/tools/make_validators.py similarity index 100% rename from planetstack/core/xoslib/tools/make_validators.py rename to xos/core/xoslib/tools/make_validators.py
diff --git a/planetstack/core/xoslib/up.sh b/xos/core/xoslib/up.sh similarity index 100% rename from planetstack/core/xoslib/up.sh rename to xos/core/xoslib/up.sh
diff --git a/planetstack/dependency_walker.py b/xos/dependency_walker.py similarity index 100% rename from planetstack/dependency_walker.py rename to xos/dependency_walker.py
diff --git a/planetstack/deployment_auth.py b/xos/deployment_auth.py similarity index 100% rename from planetstack/deployment_auth.py rename to xos/deployment_auth.py
diff --git a/planetstack/dmdot b/xos/dmdot similarity index 100% rename from planetstack/dmdot rename to xos/dmdot
diff --git a/planetstack/ec2_observer/__init__.py b/xos/ec2_observer/__init__.py similarity index 100% rename from planetstack/ec2_observer/__init__.py rename to xos/ec2_observer/__init__.py
diff --git a/planetstack/ec2_observer/aws_lib.py b/xos/ec2_observer/aws_lib.py similarity index 100% rename from planetstack/ec2_observer/aws_lib.py rename to xos/ec2_observer/aws_lib.py
diff --git a/planetstack/ec2_observer/awslib.py b/xos/ec2_observer/awslib.py similarity index 100% rename from planetstack/ec2_observer/awslib.py rename to xos/ec2_observer/awslib.py
diff --git a/planetstack/ec2_observer/backend.py b/xos/ec2_observer/backend.py similarity index 100% rename from planetstack/ec2_observer/backend.py rename to xos/ec2_observer/backend.py
diff --git a/planetstack/ec2_observer/creds.py b/xos/ec2_observer/creds.py similarity index 100% rename from planetstack/ec2_observer/creds.py rename to xos/ec2_observer/creds.py
diff --git a/planetstack/ec2_observer/deleter.py b/xos/ec2_observer/deleter.py similarity index 100% rename from planetstack/ec2_observer/deleter.py rename to xos/ec2_observer/deleter.py
diff --git a/planetstack/ec2_observer/deleters/__init__.py b/xos/ec2_observer/deleters/__init__.py similarity index 100% rename from planetstack/ec2_observer/deleters/__init__.py rename to xos/ec2_observer/deleters/__init__.py
diff --git a/planetstack/ec2_observer/deleters/network_deleter.py b/xos/ec2_observer/deleters/network_deleter.py similarity index 100% rename from planetstack/ec2_observer/deleters/network_deleter.py rename to xos/ec2_observer/deleters/network_deleter.py
diff --git a/planetstack/ec2_observer/deleters/network_deployment_deleter.py b/xos/ec2_observer/deleters/network_deployment_deleter.py similarity index 100% rename from planetstack/ec2_observer/deleters/network_deployment_deleter.py rename to xos/ec2_observer/deleters/network_deployment_deleter.py
diff --git a/planetstack/ec2_observer/deleters/network_sliver_deleter.py b/xos/ec2_observer/deleters/network_sliver_deleter.py similarity index 100% rename from planetstack/ec2_observer/deleters/network_sliver_deleter.py rename to xos/ec2_observer/deleters/network_sliver_deleter.py
diff --git a/planetstack/ec2_observer/deleters/site_deleter.py b/xos/ec2_observer/deleters/site_deleter.py similarity index 100% rename from planetstack/ec2_observer/deleters/site_deleter.py rename to xos/ec2_observer/deleters/site_deleter.py
diff --git a/planetstack/ec2_observer/deleters/site_deployment_deleter.py b/xos/ec2_observer/deleters/site_deployment_deleter.py similarity index 100% rename from planetstack/ec2_observer/deleters/site_deployment_deleter.py rename to xos/ec2_observer/deleters/site_deployment_deleter.py
diff --git a/planetstack/ec2_observer/deleters/slice_deleter.py b/xos/ec2_observer/deleters/slice_deleter.py similarity index 100% rename from planetstack/ec2_observer/deleters/slice_deleter.py rename to xos/ec2_observer/deleters/slice_deleter.py
diff --git a/planetstack/ec2_observer/deleters/slice_deployment_deleter.py b/xos/ec2_observer/deleters/slice_deployment_deleter.py similarity index 100% rename from planetstack/ec2_observer/deleters/slice_deployment_deleter.py rename to xos/ec2_observer/deleters/slice_deployment_deleter.py
diff --git a/planetstack/ec2_observer/deleters/sliver_deleter.py b/xos/ec2_observer/deleters/sliver_deleter.py similarity index 100% rename from planetstack/ec2_observer/deleters/sliver_deleter.py rename to xos/ec2_observer/deleters/sliver_deleter.py
diff --git a/planetstack/ec2_observer/deleters/user_deleter.py b/xos/ec2_observer/deleters/user_deleter.py similarity index 100% rename from planetstack/ec2_observer/deleters/user_deleter.py rename to xos/ec2_observer/deleters/user_deleter.py
diff --git a/planetstack/ec2_observer/deleters/user_deployment_deleter.py b/xos/ec2_observer/deleters/user_deployment_deleter.py similarity index 100% rename from planetstack/ec2_observer/deleters/user_deployment_deleter.py rename to xos/ec2_observer/deleters/user_deployment_deleter.py
diff --git a/planetstack/ec2_observer/dmdot b/xos/ec2_observer/dmdot similarity index 100% rename from planetstack/ec2_observer/dmdot rename to xos/ec2_observer/dmdot
diff --git a/planetstack/ec2_observer/ec2_backend.py b/xos/ec2_observer/ec2_backend.py similarity index 100% rename from planetstack/ec2_observer/ec2_backend.py rename to xos/ec2_observer/ec2_backend.py
diff --git a/planetstack/ec2_observer/error_mapper.py b/xos/ec2_observer/error_mapper.py similarity index 100% rename from planetstack/ec2_observer/error_mapper.py rename to xos/ec2_observer/error_mapper.py
diff --git a/planetstack/ec2_observer/event_loop.py b/xos/ec2_observer/event_loop.py similarity index 100% rename from planetstack/ec2_observer/event_loop.py rename to xos/ec2_observer/event_loop.py
diff --git a/planetstack/ec2_observer/event_manager.py b/xos/ec2_observer/event_manager.py similarity index 100% rename from planetstack/ec2_observer/event_manager.py rename to xos/ec2_observer/event_manager.py
diff --git a/planetstack/ec2_observer/planetstack.deps b/xos/ec2_observer/planetstack.deps similarity index 100% rename from planetstack/ec2_observer/planetstack.deps rename to xos/ec2_observer/planetstack.deps
diff --git a/planetstack/ec2_observer/steps/__init__.py b/xos/ec2_observer/steps/__init__.py similarity index 100% rename from planetstack/ec2_observer/steps/__init__.py rename to xos/ec2_observer/steps/__init__.py
diff --git a/planetstack/ec2_observer/steps/sync_deployments.py b/xos/ec2_observer/steps/sync_deployments.py similarity index 100% rename from planetstack/ec2_observer/steps/sync_deployments.py rename to xos/ec2_observer/steps/sync_deployments.py
diff --git a/planetstack/ec2_observer/steps/sync_images.py b/xos/ec2_observer/steps/sync_images.py similarity index 100% rename from planetstack/ec2_observer/steps/sync_images.py rename to xos/ec2_observer/steps/sync_images.py
diff --git a/planetstack/ec2_observer/steps/sync_site_deployments.py b/xos/ec2_observer/steps/sync_site_deployments.py similarity index 100% rename from planetstack/ec2_observer/steps/sync_site_deployments.py rename to xos/ec2_observer/steps/sync_site_deployments.py
diff --git a/planetstack/ec2_observer/steps/sync_sites.py b/xos/ec2_observer/steps/sync_sites.py similarity index 100% rename from planetstack/ec2_observer/steps/sync_sites.py rename to xos/ec2_observer/steps/sync_sites.py
diff --git a/planetstack/ec2_observer/steps/sync_slivers.py b/xos/ec2_observer/steps/sync_slivers.py similarity index 100% rename from planetstack/ec2_observer/steps/sync_slivers.py rename to xos/ec2_observer/steps/sync_slivers.py
diff --git a/planetstack/ec2_observer/steps/sync_users.py b/xos/ec2_observer/steps/sync_users.py similarity index 100% rename from planetstack/ec2_observer/steps/sync_users.py rename to xos/ec2_observer/steps/sync_users.py
diff --git a/planetstack/ec2_observer/syncstep.py b/xos/ec2_observer/syncstep.py similarity index 100% rename from planetstack/ec2_observer/syncstep.py rename to xos/ec2_observer/syncstep.py
diff --git a/planetstack/ec2_observer/toposort.py b/xos/ec2_observer/toposort.py similarity index 100% rename from planetstack/ec2_observer/toposort.py rename to xos/ec2_observer/toposort.py
diff --git a/planetstack/hpc/__init__.py b/xos/hpc/__init__.py similarity index 100% rename from planetstack/hpc/__init__.py rename to xos/hpc/__init__.py
diff --git a/planetstack/hpc/admin.py b/xos/hpc/admin.py similarity index 100% rename from planetstack/hpc/admin.py rename to xos/hpc/admin.py
diff --git a/planetstack/hpc/migrations/0001_initial.py b/xos/hpc/migrations/0001_initial.py similarity index 100% rename from planetstack/hpc/migrations/0001_initial.py rename to xos/hpc/migrations/0001_initial.py
diff --git a/planetstack/hpc/migrations/__init__.py b/xos/hpc/migrations/__init__.py similarity index 100% rename from planetstack/hpc/migrations/__init__.py rename to xos/hpc/migrations/__init__.py
diff --git a/planetstack/hpc/models.py b/xos/hpc/models.py similarity index 100% rename from planetstack/hpc/models.py rename to xos/hpc/models.py
diff --git a/planetstack/hpc/tests.py b/xos/hpc/tests.py similarity index 100% rename from planetstack/hpc/tests.py rename to xos/hpc/tests.py
diff --git a/planetstack/hpc/views.py b/xos/hpc/views.py similarity index 100% rename from planetstack/hpc/views.py rename to xos/hpc/views.py
diff --git a/planetstack/hpc_observer/Makefile b/xos/hpc_observer/Makefile similarity index 100% rename from planetstack/hpc_observer/Makefile rename to xos/hpc_observer/Makefile
diff --git a/planetstack/hpc_observer/fsck.py b/xos/hpc_observer/fsck.py similarity index 100% rename from planetstack/hpc_observer/fsck.py rename to xos/hpc_observer/fsck.py
diff --git a/planetstack/hpc_observer/hpc_observer_config b/xos/hpc_observer/hpc_observer_config similarity index 100% rename from planetstack/hpc_observer/hpc_observer_config rename to xos/hpc_observer/hpc_observer_config
diff --git a/planetstack/hpc_observer/hpclib.py b/xos/hpc_observer/hpclib.py similarity index 100% rename from planetstack/hpc_observer/hpclib.py rename to xos/hpc_observer/hpclib.py
diff --git a/planetstack/hpc_observer/run.sh b/xos/hpc_observer/run.sh similarity index 100% rename from planetstack/hpc_observer/run.sh rename to xos/hpc_observer/run.sh
diff --git a/planetstack/hpc_observer/start.sh b/xos/hpc_observer/start.sh similarity index 100% rename from planetstack/hpc_observer/start.sh rename to xos/hpc_observer/start.sh
diff --git a/planetstack/hpc_observer/steps/garbage_collector.py b/xos/hpc_observer/steps/garbage_collector.py similarity index 100% rename from planetstack/hpc_observer/steps/garbage_collector.py rename to xos/hpc_observer/steps/garbage_collector.py
diff --git a/planetstack/hpc_observer/steps/sync_cdnprefix.py b/xos/hpc_observer/steps/sync_cdnprefix.py similarity index 100% rename from planetstack/hpc_observer/steps/sync_cdnprefix.py rename to xos/hpc_observer/steps/sync_cdnprefix.py
diff --git a/planetstack/hpc_observer/steps/sync_contentprovider.py b/xos/hpc_observer/steps/sync_contentprovider.py similarity index 100% rename from planetstack/hpc_observer/steps/sync_contentprovider.py rename to xos/hpc_observer/steps/sync_contentprovider.py
diff --git a/planetstack/hpc_observer/steps/sync_hpcservices.py b/xos/hpc_observer/steps/sync_hpcservices.py similarity index 100% rename from planetstack/hpc_observer/steps/sync_hpcservices.py rename to xos/hpc_observer/steps/sync_hpcservices.py
diff --git a/planetstack/hpc_observer/steps/sync_originserver.py b/xos/hpc_observer/steps/sync_originserver.py similarity index 100% rename from planetstack/hpc_observer/steps/sync_originserver.py rename to xos/hpc_observer/steps/sync_originserver.py
diff --git a/planetstack/hpc_observer/steps/sync_serviceprovider.py b/xos/hpc_observer/steps/sync_serviceprovider.py similarity index 100% rename from planetstack/hpc_observer/steps/sync_serviceprovider.py rename to xos/hpc_observer/steps/sync_serviceprovider.py
diff --git a/planetstack/hpc_observer/stop.sh b/xos/hpc_observer/stop.sh similarity index 100% rename from planetstack/hpc_observer/stop.sh rename to xos/hpc_observer/stop.sh
diff --git a/planetstack/hpc_wizard/README b/xos/hpc_wizard/README similarity index 100% rename from planetstack/hpc_wizard/README rename to xos/hpc_wizard/README
diff --git a/planetstack/hpc_wizard/bigquery_analytics.py b/xos/hpc_wizard/bigquery_analytics.py similarity index 100% rename from planetstack/hpc_wizard/bigquery_analytics.py rename to xos/hpc_wizard/bigquery_analytics.py
diff --git a/planetstack/hpc_wizard/bigquery_config.py b/xos/hpc_wizard/bigquery_config.py similarity index 100% rename from planetstack/hpc_wizard/bigquery_config.py rename to xos/hpc_wizard/bigquery_config.py
diff --git a/planetstack/hpc_wizard/query.py b/xos/hpc_wizard/query.py similarity index 100% rename from planetstack/hpc_wizard/query.py rename to xos/hpc_wizard/query.py
diff --git a/planetstack/hpc_wizard/xos_analytics.py b/xos/hpc_wizard/xos_analytics.py similarity index 100% rename from planetstack/hpc_wizard/xos_analytics.py rename to xos/hpc_wizard/xos_analytics.py
diff --git a/planetstack/importer/__init__.py b/xos/importer/__init__.py similarity index 100% rename from planetstack/importer/__init__.py rename to xos/importer/__init__.py
diff --git a/planetstack/importer/plclassic/__init__.py b/xos/importer/plclassic/__init__.py similarity index 100% rename from planetstack/importer/plclassic/__init__.py rename to xos/importer/plclassic/__init__.py
diff --git a/planetstack/importer/plclassic/importer.py b/xos/importer/plclassic/importer.py similarity index 100% rename from planetstack/importer/plclassic/importer.py rename to xos/importer/plclassic/importer.py
diff --git a/planetstack/importer/plclassic/role_importer.py b/xos/importer/plclassic/role_importer.py similarity index 100% rename from planetstack/importer/plclassic/role_importer.py rename to xos/importer/plclassic/role_importer.py
diff --git a/planetstack/importer/plclassic/site_importer.py b/xos/importer/plclassic/site_importer.py similarity index 100% rename from planetstack/importer/plclassic/site_importer.py rename to xos/importer/plclassic/site_importer.py
diff --git a/planetstack/importer/plclassic/slice_importer.py b/xos/importer/plclassic/slice_importer.py similarity index 100% rename from planetstack/importer/plclassic/slice_importer.py rename to xos/importer/plclassic/slice_importer.py
diff --git a/planetstack/importer/plclassic/sliver_importer.py b/xos/importer/plclassic/sliver_importer.py similarity index 100% rename from planetstack/importer/plclassic/sliver_importer.py rename to xos/importer/plclassic/sliver_importer.py
diff --git a/planetstack/importer/plclassic/user_importer.py b/xos/importer/plclassic/user_importer.py similarity index 100% rename from planetstack/importer/plclassic/user_importer.py rename to xos/importer/plclassic/user_importer.py
diff --git a/planetstack/manage.py b/xos/manage.py similarity index 100% rename from planetstack/manage.py rename to xos/manage.py
diff --git a/planetstack/model-deps b/xos/model-deps similarity index 100% rename from planetstack/model-deps rename to xos/model-deps
diff --git a/planetstack/model_autodeletion.py b/xos/model_autodeletion.py similarity index 100% rename from planetstack/model_autodeletion.py rename to xos/model_autodeletion.py
diff --git a/planetstack/model_policies/__init__.py b/xos/model_policies/__init__.py similarity index 100% rename from planetstack/model_policies/__init__.py rename to xos/model_policies/__init__.py
diff --git a/planetstack/model_policies/model_policy_Controller.py b/xos/model_policies/model_policy_Controller.py similarity index 100% rename from planetstack/model_policies/model_policy_Controller.py rename to xos/model_policies/model_policy_Controller.py
diff --git a/planetstack/model_policies/model_policy_ControllerSite.py b/xos/model_policies/model_policy_ControllerSite.py similarity index 100% rename from planetstack/model_policies/model_policy_ControllerSite.py rename to xos/model_policies/model_policy_ControllerSite.py
diff --git a/planetstack/model_policies/model_policy_ControllerSlice.py b/xos/model_policies/model_policy_ControllerSlice.py similarity index 100% rename from planetstack/model_policies/model_policy_ControllerSlice.py rename to xos/model_policies/model_policy_ControllerSlice.py
diff --git a/planetstack/model_policies/model_policy_ControllerUser.py b/xos/model_policies/model_policy_ControllerUser.py similarity index 100% rename from planetstack/model_policies/model_policy_ControllerUser.py rename to xos/model_policies/model_policy_ControllerUser.py
diff --git a/planetstack/model_policies/model_policy_Image.py b/xos/model_policies/model_policy_Image.py similarity index 100% rename from planetstack/model_policies/model_policy_Image.py rename to xos/model_policies/model_policy_Image.py
diff --git a/planetstack/model_policies/model_policy_Network.py b/xos/model_policies/model_policy_Network.py similarity index 100% rename from planetstack/model_policies/model_policy_Network.py rename to xos/model_policies/model_policy_Network.py
diff --git a/planetstack/model_policies/model_policy_Site.py b/xos/model_policies/model_policy_Site.py similarity index 100% rename from planetstack/model_policies/model_policy_Site.py rename to xos/model_policies/model_policy_Site.py
diff --git a/planetstack/model_policies/model_policy_SitePrivilege.py b/xos/model_policies/model_policy_SitePrivilege.py similarity index 100% rename from planetstack/model_policies/model_policy_SitePrivilege.py rename to xos/model_policies/model_policy_SitePrivilege.py
diff --git a/planetstack/model_policies/model_policy_Slice.py b/xos/model_policies/model_policy_Slice.py similarity index 100% rename from planetstack/model_policies/model_policy_Slice.py rename to xos/model_policies/model_policy_Slice.py
diff --git a/planetstack/model_policies/model_policy_SlicePrivilege.py b/xos/model_policies/model_policy_SlicePrivilege.py similarity index 100% rename from planetstack/model_policies/model_policy_SlicePrivilege.py rename to xos/model_policies/model_policy_SlicePrivilege.py
diff --git a/planetstack/model_policies/model_policy_User.py b/xos/model_policies/model_policy_User.py similarity index 100% rename from planetstack/model_policies/model_policy_User.py rename to xos/model_policies/model_policy_User.py
diff --git a/planetstack/model_policy.py b/xos/model_policy.py similarity index 100% rename from planetstack/model_policy.py rename to xos/model_policy.py
diff --git a/planetstack/monitor/__init__.py b/xos/monitor/__init__.py similarity index 100% rename from planetstack/monitor/__init__.py rename to xos/monitor/__init__.py
diff --git a/planetstack/monitor/monitordriver.py b/xos/monitor/monitordriver.py similarity index 100% rename from planetstack/monitor/monitordriver.py rename to xos/monitor/monitordriver.py
diff --git a/planetstack/neutron_extension/1:2013.2.2-0ubuntu1~cloud0/nat.py b/xos/neutron_extension/1:2013.2.2-0ubuntu1~cloud0/nat.py similarity index 100% rename from planetstack/neutron_extension/1:2013.2.2-0ubuntu1~cloud0/nat.py rename to xos/neutron_extension/1:2013.2.2-0ubuntu1~cloud0/nat.py
diff --git a/planetstack/neutron_extension/1:2013.2.2-0ubuntu1~cloud0/ovs_db_v2.py b/xos/neutron_extension/1:2013.2.2-0ubuntu1~cloud0/ovs_db_v2.py similarity index 100% rename from planetstack/neutron_extension/1:2013.2.2-0ubuntu1~cloud0/ovs_db_v2.py rename to xos/neutron_extension/1:2013.2.2-0ubuntu1~cloud0/ovs_db_v2.py
diff --git a/planetstack/neutron_extension/1:2013.2.2-0ubuntu1~cloud0/ovs_models_v2.py b/xos/neutron_extension/1:2013.2.2-0ubuntu1~cloud0/ovs_models_v2.py similarity index 100% rename from planetstack/neutron_extension/1:2013.2.2-0ubuntu1~cloud0/ovs_models_v2.py rename to xos/neutron_extension/1:2013.2.2-0ubuntu1~cloud0/ovs_models_v2.py
diff --git a/planetstack/neutron_extension/1:2013.2.2-0ubuntu1~cloud0/ovs_neutron_plugin.py b/xos/neutron_extension/1:2013.2.2-0ubuntu1~cloud0/ovs_neutron_plugin.py similarity index 100% rename from planetstack/neutron_extension/1:2013.2.2-0ubuntu1~cloud0/ovs_neutron_plugin.py rename to xos/neutron_extension/1:2013.2.2-0ubuntu1~cloud0/ovs_neutron_plugin.py
diff --git a/planetstack/nginx/planetstack.conf b/xos/nginx/planetstack.conf similarity index 100% rename from planetstack/nginx/planetstack.conf rename to xos/nginx/planetstack.conf
diff --git a/planetstack/observer b/xos/observer similarity index 100% rename from planetstack/observer rename to xos/observer
diff --git a/planetstack/openstack/__init__.py b/xos/openstack/__init__.py similarity index 100% rename from planetstack/openstack/__init__.py rename to xos/openstack/__init__.py
diff --git a/planetstack/openstack/client.py b/xos/openstack/client.py similarity index 100% rename from planetstack/openstack/client.py rename to xos/openstack/client.py
diff --git a/planetstack/openstack/driver.py b/xos/openstack/driver.py similarity index 100% rename from planetstack/openstack/driver.py rename to xos/openstack/driver.py
diff --git a/planetstack/openstack/manager.py b/xos/openstack/manager.py similarity index 100% rename from planetstack/openstack/manager.py rename to xos/openstack/manager.py
diff --git a/planetstack/openstack/reservationagent.py b/xos/openstack/reservationagent.py similarity index 100% rename from planetstack/openstack/reservationagent.py rename to xos/openstack/reservationagent.py
diff --git a/planetstack/openstack/sliveragent.py b/xos/openstack/sliveragent.py similarity index 100% rename from planetstack/openstack/sliveragent.py rename to xos/openstack/sliveragent.py
diff --git a/planetstack/openstack_observer/__init__.py b/xos/openstack_observer/__init__.py similarity index 100% rename from planetstack/openstack_observer/__init__.py rename to xos/openstack_observer/__init__.py
diff --git a/planetstack/openstack_observer/ansible.py b/xos/openstack_observer/ansible.py similarity index 100% rename from planetstack/openstack_observer/ansible.py rename to xos/openstack_observer/ansible.py
diff --git a/planetstack/openstack_observer/backend.py b/xos/openstack_observer/backend.py similarity index 100% rename from planetstack/openstack_observer/backend.py rename to xos/openstack_observer/backend.py
diff --git a/planetstack/openstack_observer/ceilometer.py b/xos/openstack_observer/ceilometer.py similarity index 100% rename from planetstack/openstack_observer/ceilometer.py rename to xos/openstack_observer/ceilometer.py
diff --git a/planetstack/openstack_observer/deleter.py b/xos/openstack_observer/deleter.py similarity index 100% rename from planetstack/openstack_observer/deleter.py rename to xos/openstack_observer/deleter.py
diff --git a/planetstack/openstack_observer/error_mapper.py b/xos/openstack_observer/error_mapper.py similarity index 100% rename from planetstack/openstack_observer/error_mapper.py rename to xos/openstack_observer/error_mapper.py
diff --git a/planetstack/openstack_observer/event_loop.py b/xos/openstack_observer/event_loop.py similarity index 100% rename from planetstack/openstack_observer/event_loop.py rename to xos/openstack_observer/event_loop.py
diff --git a/planetstack/openstack_observer/event_manager.py b/xos/openstack_observer/event_manager.py similarity index 100% rename from planetstack/openstack_observer/event_manager.py rename to xos/openstack_observer/event_manager.py
diff --git a/planetstack/openstack_observer/openstacksyncstep.py b/xos/openstack_observer/openstacksyncstep.py similarity index 100% rename from planetstack/openstack_observer/openstacksyncstep.py rename to xos/openstack_observer/openstacksyncstep.py
diff --git a/planetstack/openstack_observer/run_ansible b/xos/openstack_observer/run_ansible similarity index 100% rename from planetstack/openstack_observer/run_ansible rename to xos/openstack_observer/run_ansible
diff --git a/planetstack/openstack_observer/steps/__init__.py b/xos/openstack_observer/steps/__init__.py similarity index 100% rename from planetstack/openstack_observer/steps/__init__.py rename to xos/openstack_observer/steps/__init__.py
diff --git a/planetstack/openstack_observer/steps/delete_slivers.yaml b/xos/openstack_observer/steps/delete_slivers.yaml similarity index 100% rename from planetstack/openstack_observer/steps/delete_slivers.yaml rename to xos/openstack_observer/steps/delete_slivers.yaml
diff --git a/planetstack/openstack_observer/steps/sliver.yaml b/xos/openstack_observer/steps/sliver.yaml similarity index 100% rename from planetstack/openstack_observer/steps/sliver.yaml rename to xos/openstack_observer/steps/sliver.yaml
diff --git a/planetstack/openstack_observer/steps/sync_controller_images.py b/xos/openstack_observer/steps/sync_controller_images.py similarity index 100% rename from planetstack/openstack_observer/steps/sync_controller_images.py rename to xos/openstack_observer/steps/sync_controller_images.py
diff --git a/planetstack/openstack_observer/steps/sync_controller_images.yaml b/xos/openstack_observer/steps/sync_controller_images.yaml similarity index 100% rename from planetstack/openstack_observer/steps/sync_controller_images.yaml rename to xos/openstack_observer/steps/sync_controller_images.yaml
diff --git a/planetstack/openstack_observer/steps/sync_controller_networks.py b/xos/openstack_observer/steps/sync_controller_networks.py similarity index 100% rename from planetstack/openstack_observer/steps/sync_controller_networks.py rename to xos/openstack_observer/steps/sync_controller_networks.py
diff --git a/planetstack/openstack_observer/steps/sync_controller_networks.yaml b/xos/openstack_observer/steps/sync_controller_networks.yaml similarity index 100% rename from planetstack/openstack_observer/steps/sync_controller_networks.yaml rename to xos/openstack_observer/steps/sync_controller_networks.yaml
diff --git a/planetstack/openstack_observer/steps/sync_controller_site_privileges.py b/xos/openstack_observer/steps/sync_controller_site_privileges.py similarity index 100% rename from planetstack/openstack_observer/steps/sync_controller_site_privileges.py rename to xos/openstack_observer/steps/sync_controller_site_privileges.py
diff --git a/planetstack/openstack_observer/steps/sync_controller_sites.py b/xos/openstack_observer/steps/sync_controller_sites.py similarity index 100% rename from planetstack/openstack_observer/steps/sync_controller_sites.py rename to xos/openstack_observer/steps/sync_controller_sites.py
diff --git a/planetstack/openstack_observer/steps/sync_controller_sites.yaml b/xos/openstack_observer/steps/sync_controller_sites.yaml similarity index 100% rename from planetstack/openstack_observer/steps/sync_controller_sites.yaml rename to xos/openstack_observer/steps/sync_controller_sites.yaml
diff --git a/planetstack/openstack_observer/steps/sync_controller_slice_privileges.py b/xos/openstack_observer/steps/sync_controller_slice_privileges.py similarity index 100% rename from planetstack/openstack_observer/steps/sync_controller_slice_privileges.py rename to xos/openstack_observer/steps/sync_controller_slice_privileges.py
diff --git a/planetstack/openstack_observer/steps/sync_controller_slices.py b/xos/openstack_observer/steps/sync_controller_slices.py similarity index 100% rename from planetstack/openstack_observer/steps/sync_controller_slices.py rename to xos/openstack_observer/steps/sync_controller_slices.py
diff --git a/planetstack/openstack_observer/steps/sync_controller_slices.yaml b/xos/openstack_observer/steps/sync_controller_slices.yaml similarity index 100% rename from planetstack/openstack_observer/steps/sync_controller_slices.yaml rename to xos/openstack_observer/steps/sync_controller_slices.yaml
diff --git a/planetstack/openstack_observer/steps/sync_controller_users.py b/xos/openstack_observer/steps/sync_controller_users.py similarity index 100% rename from planetstack/openstack_observer/steps/sync_controller_users.py rename to xos/openstack_observer/steps/sync_controller_users.py
diff --git a/planetstack/openstack_observer/steps/sync_controller_users.yaml b/xos/openstack_observer/steps/sync_controller_users.yaml similarity index 100% rename from planetstack/openstack_observer/steps/sync_controller_users.yaml rename to xos/openstack_observer/steps/sync_controller_users.yaml
diff --git a/planetstack/openstack_observer/steps/sync_images.py b/xos/openstack_observer/steps/sync_images.py similarity index 100% rename from planetstack/openstack_observer/steps/sync_images.py rename to xos/openstack_observer/steps/sync_images.py
diff --git a/planetstack/openstack_observer/steps/sync_network_slivers.py b/xos/openstack_observer/steps/sync_network_slivers.py similarity index 100% rename from planetstack/openstack_observer/steps/sync_network_slivers.py rename to xos/openstack_observer/steps/sync_network_slivers.py
diff --git a/planetstack/openstack_observer/steps/sync_roles.py b/xos/openstack_observer/steps/sync_roles.py similarity index 100% rename from planetstack/openstack_observer/steps/sync_roles.py rename to xos/openstack_observer/steps/sync_roles.py
diff --git a/planetstack/openstack_observer/steps/sync_slivers.py b/xos/openstack_observer/steps/sync_slivers.py similarity index 100% rename from planetstack/openstack_observer/steps/sync_slivers.py rename to xos/openstack_observer/steps/sync_slivers.py
diff --git a/planetstack/openstack_observer/steps/sync_slivers.yaml b/xos/openstack_observer/steps/sync_slivers.yaml similarity index 100% rename from planetstack/openstack_observer/steps/sync_slivers.yaml rename to xos/openstack_observer/steps/sync_slivers.yaml
diff --git a/planetstack/openstack_observer/syncstep.py b/xos/openstack_observer/syncstep.py similarity index 100% rename from planetstack/openstack_observer/syncstep.py rename to xos/openstack_observer/syncstep.py
diff --git a/planetstack/openstack_observer/toposort.py b/xos/openstack_observer/toposort.py similarity index 100% rename from planetstack/openstack_observer/toposort.py rename to xos/openstack_observer/toposort.py
diff --git a/planetstack/redhat/xos-observer.service b/xos/redhat/xos-observer.service similarity index 100% rename from planetstack/redhat/xos-observer.service rename to xos/redhat/xos-observer.service
diff --git a/planetstack/requestrouter/__init__.py b/xos/requestrouter/__init__.py similarity index 100% rename from planetstack/requestrouter/__init__.py rename to xos/requestrouter/__init__.py
diff --git a/planetstack/requestrouter/admin.py b/xos/requestrouter/admin.py similarity index 100% rename from planetstack/requestrouter/admin.py rename to xos/requestrouter/admin.py
diff --git a/planetstack/requestrouter/migrations/0001_initial.py b/xos/requestrouter/migrations/0001_initial.py similarity index 100% rename from planetstack/requestrouter/migrations/0001_initial.py rename to xos/requestrouter/migrations/0001_initial.py
diff --git a/planetstack/requestrouter/migrations/__init__.py b/xos/requestrouter/migrations/__init__.py similarity index 100% rename from planetstack/requestrouter/migrations/__init__.py rename to xos/requestrouter/migrations/__init__.py
diff --git a/planetstack/requestrouter/models.py b/xos/requestrouter/models.py similarity index 100% rename from planetstack/requestrouter/models.py rename to xos/requestrouter/models.py
diff --git a/planetstack/rr_observer/configurationPush.py b/xos/rr_observer/configurationPush.py similarity index 100% rename from planetstack/rr_observer/configurationPush.py rename to xos/rr_observer/configurationPush.py
diff --git a/planetstack/rr_observer/deleters/servicemap_deleter.py b/xos/rr_observer/deleters/servicemap_deleter.py similarity index 100% rename from planetstack/rr_observer/deleters/servicemap_deleter.py rename to xos/rr_observer/deleters/servicemap_deleter.py
diff --git a/planetstack/rr_observer/model-deps b/xos/rr_observer/model-deps similarity index 100% rename from planetstack/rr_observer/model-deps rename to xos/rr_observer/model-deps
diff --git a/planetstack/rr_observer/playbook/roles/delete_demux/handlers/main.yml b/xos/rr_observer/playbook/roles/delete_demux/handlers/main.yml similarity index 100% rename from planetstack/rr_observer/playbook/roles/delete_demux/handlers/main.yml rename to xos/rr_observer/playbook/roles/delete_demux/handlers/main.yml
diff --git a/planetstack/rr_observer/playbook/roles/delete_demux/tasks/main.yml b/xos/rr_observer/playbook/roles/delete_demux/tasks/main.yml similarity index 100% rename from planetstack/rr_observer/playbook/roles/delete_demux/tasks/main.yml rename to xos/rr_observer/playbook/roles/delete_demux/tasks/main.yml
diff --git a/planetstack/rr_observer/playbook/roles/delete_demux/vars/main.yml b/xos/rr_observer/playbook/roles/delete_demux/vars/main.yml similarity index 100% rename from planetstack/rr_observer/playbook/roles/delete_demux/vars/main.yml rename to xos/rr_observer/playbook/roles/delete_demux/vars/main.yml
diff --git a/planetstack/rr_observer/playbook/roles/delete_redir/handlers/main.yml b/xos/rr_observer/playbook/roles/delete_redir/handlers/main.yml similarity index 100% rename from planetstack/rr_observer/playbook/roles/delete_redir/handlers/main.yml rename to xos/rr_observer/playbook/roles/delete_redir/handlers/main.yml
diff --git a/planetstack/rr_observer/playbook/roles/delete_redir/tasks/main.yml b/xos/rr_observer/playbook/roles/delete_redir/tasks/main.yml similarity index 100% rename from planetstack/rr_observer/playbook/roles/delete_redir/tasks/main.yml rename to xos/rr_observer/playbook/roles/delete_redir/tasks/main.yml
diff --git a/planetstack/rr_observer/playbook/roles/delete_redir/vars/main.yml b/xos/rr_observer/playbook/roles/delete_redir/vars/main.yml similarity index 100% rename from planetstack/rr_observer/playbook/roles/delete_redir/vars/main.yml rename to xos/rr_observer/playbook/roles/delete_redir/vars/main.yml
diff --git a/planetstack/rr_observer/playbook/roles/demux/handlers/main.yml b/xos/rr_observer/playbook/roles/demux/handlers/main.yml similarity index 100% rename from planetstack/rr_observer/playbook/roles/demux/handlers/main.yml rename to xos/rr_observer/playbook/roles/demux/handlers/main.yml
diff --git a/planetstack/rr_observer/playbook/roles/demux/tasks/main.yml b/xos/rr_observer/playbook/roles/demux/tasks/main.yml similarity index 100% rename from planetstack/rr_observer/playbook/roles/demux/tasks/main.yml rename to xos/rr_observer/playbook/roles/demux/tasks/main.yml
diff --git a/planetstack/rr_observer/playbook/roles/demux/vars/main.yml b/xos/rr_observer/playbook/roles/demux/vars/main.yml similarity index 100% rename from planetstack/rr_observer/playbook/roles/demux/vars/main.yml rename to xos/rr_observer/playbook/roles/demux/vars/main.yml
diff --git a/planetstack/rr_observer/playbook/roles/redir/handlers/main.yml b/xos/rr_observer/playbook/roles/redir/handlers/main.yml similarity index 100% rename from planetstack/rr_observer/playbook/roles/redir/handlers/main.yml rename to xos/rr_observer/playbook/roles/redir/handlers/main.yml
diff --git a/planetstack/rr_observer/playbook/roles/redir/tasks/main.yml b/xos/rr_observer/playbook/roles/redir/tasks/main.yml similarity index 100% rename from planetstack/rr_observer/playbook/roles/redir/tasks/main.yml rename to xos/rr_observer/playbook/roles/redir/tasks/main.yml
diff --git a/planetstack/rr_observer/playbook/roles/redir/vars/main.yml b/xos/rr_observer/playbook/roles/redir/vars/main.yml similarity index 100% rename from planetstack/rr_observer/playbook/roles/redir/vars/main.yml rename to xos/rr_observer/playbook/roles/redir/vars/main.yml
diff --git a/planetstack/rr_observer/playbook/site_demux.yml b/xos/rr_observer/playbook/site_demux.yml similarity index 100% rename from planetstack/rr_observer/playbook/site_demux.yml rename to xos/rr_observer/playbook/site_demux.yml
diff --git a/planetstack/rr_observer/playbook/site_demux_delete.yml b/xos/rr_observer/playbook/site_demux_delete.yml similarity index 100% rename from planetstack/rr_observer/playbook/site_demux_delete.yml rename to xos/rr_observer/playbook/site_demux_delete.yml
diff --git a/planetstack/rr_observer/playbook/site_redir.yml b/xos/rr_observer/playbook/site_redir.yml similarity index 100% rename from planetstack/rr_observer/playbook/site_redir.yml rename to xos/rr_observer/playbook/site_redir.yml
diff --git a/planetstack/rr_observer/playbook/site_redir_delete.yml b/xos/rr_observer/playbook/site_redir_delete.yml similarity index 100% rename from planetstack/rr_observer/playbook/site_redir_delete.yml rename to xos/rr_observer/playbook/site_redir_delete.yml
diff --git a/planetstack/rr_observer/rr_observer_config b/xos/rr_observer/rr_observer_config similarity index 100% rename from planetstack/rr_observer/rr_observer_config rename to xos/rr_observer/rr_observer_config
diff --git a/planetstack/rr_observer/rrlib.py b/xos/rr_observer/rrlib.py similarity index 100% rename from planetstack/rr_observer/rrlib.py rename to xos/rr_observer/rrlib.py
diff --git a/planetstack/rr_observer/rrlib_config.py b/xos/rr_observer/rrlib_config.py similarity index 100% rename from planetstack/rr_observer/rrlib_config.py rename to xos/rr_observer/rrlib_config.py
diff --git a/planetstack/rr_observer/steps/sync_requestrouterservices.py b/xos/rr_observer/steps/sync_requestrouterservices.py similarity index 100% rename from planetstack/rr_observer/steps/sync_requestrouterservices.py rename to xos/rr_observer/steps/sync_requestrouterservices.py
diff --git a/planetstack/rr_observer/steps/sync_servicemap.py b/xos/rr_observer/steps/sync_servicemap.py similarity index 100% rename from planetstack/rr_observer/steps/sync_servicemap.py rename to xos/rr_observer/steps/sync_servicemap.py
diff --git a/planetstack/scripts/opencloud b/xos/scripts/opencloud similarity index 100% rename from planetstack/scripts/opencloud rename to xos/scripts/opencloud
diff --git a/planetstack/servcomp/__init__.py b/xos/servcomp/__init__.py similarity index 100% rename from planetstack/servcomp/__init__.py rename to xos/servcomp/__init__.py
diff --git a/planetstack/servcomp/admin.py b/xos/servcomp/admin.py similarity index 100% rename from planetstack/servcomp/admin.py rename to xos/servcomp/admin.py
diff --git a/planetstack/servcomp/migrations/__init__.py b/xos/servcomp/migrations/__init__.py similarity index 100% rename from planetstack/servcomp/migrations/__init__.py rename to xos/servcomp/migrations/__init__.py
diff --git a/planetstack/servcomp/models.py b/xos/servcomp/models.py similarity index 100% rename from planetstack/servcomp/models.py rename to xos/servcomp/models.py
diff --git a/planetstack/servcomp/static/js/menu-sort-2.js b/xos/servcomp/static/js/menu-sort-2.js similarity index 100% rename from planetstack/servcomp/static/js/menu-sort-2.js rename to xos/servcomp/static/js/menu-sort-2.js
diff --git a/planetstack/syndicate_observer/__init__.py b/xos/syndicate_observer/__init__.py similarity index 100% rename from planetstack/syndicate_observer/__init__.py rename to xos/syndicate_observer/__init__.py
diff --git a/planetstack/syndicate_observer/model-deps b/xos/syndicate_observer/model-deps similarity index 100% rename from planetstack/syndicate_observer/model-deps rename to xos/syndicate_observer/model-deps
diff --git a/planetstack/syndicate_observer/requirements.py b/xos/syndicate_observer/requirements.py similarity index 100% rename from planetstack/syndicate_observer/requirements.py rename to xos/syndicate_observer/requirements.py
diff --git a/planetstack/syndicate_observer/run.sh b/xos/syndicate_observer/run.sh similarity index 100% rename from planetstack/syndicate_observer/run.sh rename to xos/syndicate_observer/run.sh
diff --git a/planetstack/syndicate_observer/start.sh b/xos/syndicate_observer/start.sh similarity index 100% rename from planetstack/syndicate_observer/start.sh rename to xos/syndicate_observer/start.sh
diff --git a/planetstack/syndicate_observer/steps/sync_volume.py b/xos/syndicate_observer/steps/sync_volume.py similarity index 100% rename from planetstack/syndicate_observer/steps/sync_volume.py rename to xos/syndicate_observer/steps/sync_volume.py
diff --git a/planetstack/syndicate_observer/steps/sync_volumeaccessright.py b/xos/syndicate_observer/steps/sync_volumeaccessright.py similarity index 100% rename from planetstack/syndicate_observer/steps/sync_volumeaccessright.py rename to xos/syndicate_observer/steps/sync_volumeaccessright.py
diff --git a/planetstack/syndicate_observer/steps/sync_volumeslice.py b/xos/syndicate_observer/steps/sync_volumeslice.py similarity index 100% rename from planetstack/syndicate_observer/steps/sync_volumeslice.py rename to xos/syndicate_observer/steps/sync_volumeslice.py
diff --git a/planetstack/syndicate_observer/stop.sh b/xos/syndicate_observer/stop.sh similarity index 100% rename from planetstack/syndicate_observer/stop.sh rename to xos/syndicate_observer/stop.sh
diff --git a/planetstack/syndicate_observer/syndicate-backend.py b/xos/syndicate_observer/syndicate-backend.py similarity index 100% rename from planetstack/syndicate_observer/syndicate-backend.py rename to xos/syndicate_observer/syndicate-backend.py
diff --git a/planetstack/syndicate_observer/syndicate_observer_config b/xos/syndicate_observer/syndicate_observer_config similarity index 100% rename from planetstack/syndicate_observer/syndicate_observer_config rename to xos/syndicate_observer/syndicate_observer_config
diff --git a/planetstack/syndicate_observer/syndicatelib.py b/xos/syndicate_observer/syndicatelib.py similarity index 100% rename from planetstack/syndicate_observer/syndicatelib.py rename to xos/syndicate_observer/syndicatelib.py
diff --git a/planetstack/syndicate_observer/syndicatelib_config/__init__.py b/xos/syndicate_observer/syndicatelib_config/__init__.py similarity index 100% rename from planetstack/syndicate_observer/syndicatelib_config/__init__.py rename to xos/syndicate_observer/syndicatelib_config/__init__.py
diff --git a/planetstack/syndicate_observer/syndicatelib_config/config-jude.py b/xos/syndicate_observer/syndicatelib_config/config-jude.py similarity index 100% rename from planetstack/syndicate_observer/syndicatelib_config/config-jude.py rename to xos/syndicate_observer/syndicatelib_config/config-jude.py
diff --git a/planetstack/syndicate_observer/syndicatelib_config/config-opencloud.py b/xos/syndicate_observer/syndicatelib_config/config-opencloud.py similarity index 100% rename from planetstack/syndicate_observer/syndicatelib_config/config-opencloud.py rename to xos/syndicate_observer/syndicatelib_config/config-opencloud.py
diff --git a/planetstack/syndicate_observer/syndicatelib_config/config.py b/xos/syndicate_observer/syndicatelib_config/config.py similarity index 100% rename from planetstack/syndicate_observer/syndicatelib_config/config.py rename to xos/syndicate_observer/syndicatelib_config/config.py
diff --git a/planetstack/syndicate_observer/syndicatelib_config/pollserver.pem b/xos/syndicate_observer/syndicatelib_config/pollserver.pem similarity index 100% rename from planetstack/syndicate_observer/syndicatelib_config/pollserver.pem rename to xos/syndicate_observer/syndicatelib_config/pollserver.pem
diff --git a/planetstack/syndicate_storage/__init__.py b/xos/syndicate_storage/__init__.py similarity index 100% rename from planetstack/syndicate_storage/__init__.py rename to xos/syndicate_storage/__init__.py
diff --git a/planetstack/syndicate_storage/admin.py b/xos/syndicate_storage/admin.py similarity index 100% rename from planetstack/syndicate_storage/admin.py rename to xos/syndicate_storage/admin.py
diff --git a/planetstack/syndicate_storage/migrations/0001_initial.py b/xos/syndicate_storage/migrations/0001_initial.py similarity index 100% rename from planetstack/syndicate_storage/migrations/0001_initial.py rename to xos/syndicate_storage/migrations/0001_initial.py
diff --git a/planetstack/syndicate_storage/migrations/__init__.py b/xos/syndicate_storage/migrations/__init__.py similarity index 100% rename from planetstack/syndicate_storage/migrations/__init__.py rename to xos/syndicate_storage/migrations/__init__.py
diff --git a/planetstack/syndicate_storage/models.py b/xos/syndicate_storage/models.py similarity index 100% rename from planetstack/syndicate_storage/models.py rename to xos/syndicate_storage/models.py
diff --git a/planetstack/templates/admin/base.html b/xos/templates/admin/base.html similarity index 100% rename from planetstack/templates/admin/base.html rename to xos/templates/admin/base.html
diff --git a/planetstack/templates/admin/base_login.html b/xos/templates/admin/base_login.html similarity index 100% rename from planetstack/templates/admin/base_login.html rename to xos/templates/admin/base_login.html
diff --git a/planetstack/templates/admin/base_site.html b/xos/templates/admin/base_site.html similarity index 100% rename from planetstack/templates/admin/base_site.html rename to xos/templates/admin/base_site.html
diff --git a/planetstack/templates/admin/base_site_login.html b/xos/templates/admin/base_site_login.html similarity index 100% rename from planetstack/templates/admin/base_site_login.html rename to xos/templates/admin/base_site_login.html
diff --git a/planetstack/templates/admin/core/SiteDeploymentNetwork/sitedepnettabular.html b/xos/templates/admin/core/SiteDeploymentNetwork/sitedepnettabular.html similarity index 100% rename from planetstack/templates/admin/core/SiteDeploymentNetwork/sitedepnettabular.html rename to xos/templates/admin/core/SiteDeploymentNetwork/sitedepnettabular.html
diff --git a/planetstack/templates/admin/core/slice/change_form.html b/xos/templates/admin/core/slice/change_form.html similarity index 100% rename from planetstack/templates/admin/core/slice/change_form.html rename to xos/templates/admin/core/slice/change_form.html
diff --git a/planetstack/templates/admin/dashboard/cdn_nodes.html b/xos/templates/admin/dashboard/cdn_nodes.html similarity index 100% rename from planetstack/templates/admin/dashboard/cdn_nodes.html rename to xos/templates/admin/dashboard/cdn_nodes.html
diff --git a/planetstack/templates/admin/dashboard/cdnoperations.html b/xos/templates/admin/dashboard/cdnoperations.html similarity index 100% rename from planetstack/templates/admin/dashboard/cdnoperations.html rename to xos/templates/admin/dashboard/cdnoperations.html
diff --git a/planetstack/templates/admin/dashboard/customize.html b/xos/templates/admin/dashboard/customize.html similarity index 100% rename from planetstack/templates/admin/dashboard/customize.html rename to xos/templates/admin/dashboard/customize.html
diff --git a/planetstack/templates/admin/dashboard/dashboard_base.html b/xos/templates/admin/dashboard/dashboard_base.html similarity index 100% rename from planetstack/templates/admin/dashboard/dashboard_base.html rename to xos/templates/admin/dashboard/dashboard_base.html
diff --git a/planetstack/templates/admin/dashboard/developer.html b/xos/templates/admin/dashboard/developer.html similarity index 100% rename from planetstack/templates/admin/dashboard/developer.html rename to xos/templates/admin/dashboard/developer.html
diff --git a/planetstack/templates/admin/dashboard/hpc_historical.html b/xos/templates/admin/dashboard/hpc_historical.html similarity index 100% rename from planetstack/templates/admin/dashboard/hpc_historical.html rename to xos/templates/admin/dashboard/hpc_historical.html
diff --git a/planetstack/templates/admin/dashboard/shell.html b/xos/templates/admin/dashboard/shell.html similarity index 100% rename from planetstack/templates/admin/dashboard/shell.html rename to xos/templates/admin/dashboard/shell.html
diff --git a/planetstack/templates/admin/dashboard/slice_interactions.html b/xos/templates/admin/dashboard/slice_interactions.html similarity index 100% rename from planetstack/templates/admin/dashboard/slice_interactions.html rename to xos/templates/admin/dashboard/slice_interactions.html
diff --git a/planetstack/templates/admin/dashboard/tenant.html b/xos/templates/admin/dashboard/tenant.html similarity index 100% rename from planetstack/templates/admin/dashboard/tenant.html rename to xos/templates/admin/dashboard/tenant.html
diff --git a/planetstack/templates/admin/delete_confirmation.html b/xos/templates/admin/delete_confirmation.html similarity index 100% rename from planetstack/templates/admin/delete_confirmation.html rename to xos/templates/admin/delete_confirmation.html
diff --git a/planetstack/templates/admin/login.html b/xos/templates/admin/login.html similarity index 100% rename from planetstack/templates/admin/login.html rename to xos/templates/admin/login.html
diff --git a/planetstack/templates/admin/newminidashboard.html b/xos/templates/admin/newminidashboard.html similarity index 100% rename from planetstack/templates/admin/newminidashboard.html rename to xos/templates/admin/newminidashboard.html
diff --git a/planetstack/templates/admin/request_account.html b/xos/templates/admin/request_account.html similarity index 100% rename from planetstack/templates/admin/request_account.html rename to xos/templates/admin/request_account.html
diff --git a/planetstack/templates/admin/wholePage.html b/xos/templates/admin/wholePage.html similarity index 100% rename from planetstack/templates/admin/wholePage.html rename to xos/templates/admin/wholePage.html
diff --git a/planetstack/tests/networktest.py b/xos/tests/networktest.py similarity index 100% rename from planetstack/tests/networktest.py rename to xos/tests/networktest.py
diff --git a/planetstack/tests/permissiontest.py b/xos/tests/permissiontest.py similarity index 100% rename from planetstack/tests/permissiontest.py rename to xos/tests/permissiontest.py
diff --git a/planetstack/tests/planetstacktest.py b/xos/tests/planetstacktest.py similarity index 100% rename from planetstack/tests/planetstacktest.py rename to xos/tests/planetstacktest.py
diff --git a/planetstack/tests/rest_useraccesstest.py b/xos/tests/rest_useraccesstest.py similarity index 100% rename from planetstack/tests/rest_useraccesstest.py rename to xos/tests/rest_useraccesstest.py
diff --git a/planetstack/tests/rest_usertest.py b/xos/tests/rest_usertest.py similarity index 100% rename from planetstack/tests/rest_usertest.py rename to xos/tests/rest_usertest.py
diff --git a/planetstack/tests/slivertest.py b/xos/tests/slivertest.py similarity index 100% rename from planetstack/tests/slivertest.py rename to xos/tests/slivertest.py
diff --git a/planetstack/tools/copy-opencloud.py b/xos/tools/copy-opencloud.py similarity index 100% rename from planetstack/tools/copy-opencloud.py rename to xos/tools/copy-opencloud.py
diff --git a/planetstack/tools/diff-opencloud.py b/xos/tools/diff-opencloud.py similarity index 100% rename from planetstack/tools/diff-opencloud.py rename to xos/tools/diff-opencloud.py
diff --git a/planetstack/tools/get_instance_ip.py b/xos/tools/get_instance_ip.py similarity index 100% rename from planetstack/tools/get_instance_ip.py rename to xos/tools/get_instance_ip.py
diff --git a/planetstack/tools/get_instance_name.py b/xos/tools/get_instance_name.py similarity index 100% rename from planetstack/tools/get_instance_name.py rename to xos/tools/get_instance_name.py
diff --git a/planetstack/tools/init-xos.py b/xos/tools/init-xos.py similarity index 100% rename from planetstack/tools/init-xos.py rename to xos/tools/init-xos.py
diff --git a/planetstack/tools/openstack-db-cleanup.sh b/xos/tools/openstack-db-cleanup.sh similarity index 100% rename from planetstack/tools/openstack-db-cleanup.sh rename to xos/tools/openstack-db-cleanup.sh
diff --git a/planetstack/tools/openstack-healthcheck.py b/xos/tools/openstack-healthcheck.py similarity index 100% rename from planetstack/tools/openstack-healthcheck.py rename to xos/tools/openstack-healthcheck.py
diff --git a/planetstack/tools/ssh-myslice b/xos/tools/ssh-myslice similarity index 100% rename from planetstack/tools/ssh-myslice rename to xos/tools/ssh-myslice
diff --git a/planetstack/urlfilter/migrations/0001_initial.py b/xos/urlfilter/migrations/0001_initial.py similarity index 100% rename from planetstack/urlfilter/migrations/0001_initial.py rename to xos/urlfilter/migrations/0001_initial.py
diff --git a/planetstack/urlfilter/migrations/__init__.py b/xos/urlfilter/migrations/__init__.py similarity index 100% rename from planetstack/urlfilter/migrations/__init__.py rename to xos/urlfilter/migrations/__init__.py
diff --git a/planetstack/util/__init__.py b/xos/util/__init__.py similarity index 100% rename from planetstack/util/__init__.py rename to xos/util/__init__.py
diff --git a/planetstack/util/glob.py b/xos/util/glob.py similarity index 100% rename from planetstack/util/glob.py rename to xos/util/glob.py
diff --git a/planetstack/util/logger.py b/xos/util/logger.py similarity index 100% rename from planetstack/util/logger.py rename to xos/util/logger.py
diff --git a/planetstack/util/request.py b/xos/util/request.py similarity index 100% rename from planetstack/util/request.py rename to xos/util/request.py
diff --git a/planetstack/util/xml.py b/xos/util/xml.py similarity index 100% rename from planetstack/util/xml.py rename to xos/util/xml.py
diff --git a/planetstack/uwsgi/planetstack.ini b/xos/uwsgi/planetstack.ini similarity index 100% rename from planetstack/uwsgi/planetstack.ini rename to xos/uwsgi/planetstack.ini
diff --git a/planetstack/xos-config.py b/xos/xos-config.py similarity index 100% rename from planetstack/xos-config.py rename to xos/xos-config.py
diff --git a/planetstack/xos-observer.py b/xos/xos-observer.py similarity index 100% rename from planetstack/xos-observer.py rename to xos/xos-observer.py
diff --git a/planetstack/xos/__init__.py b/xos/xos/__init__.py similarity index 100% rename from planetstack/xos/__init__.py rename to xos/xos/__init__.py
diff --git a/planetstack/xos/apibase.py b/xos/xos/apibase.py similarity index 100% rename from planetstack/xos/apibase.py rename to xos/xos/apibase.py
diff --git a/planetstack/xos/config.py b/xos/xos/config.py similarity index 100% rename from planetstack/xos/config.py rename to xos/xos/config.py
diff --git a/planetstack/xos/settings.py b/xos/xos/settings.py similarity index 100% rename from planetstack/xos/settings.py rename to xos/xos/settings.py
diff --git a/planetstack/xos/tests.py b/xos/xos/tests.py similarity index 100% rename from planetstack/xos/tests.py rename to xos/xos/tests.py
diff --git a/planetstack/xos/urls.py b/xos/xos/urls.py similarity index 100% rename from planetstack/xos/urls.py rename to xos/xos/urls.py
diff --git a/planetstack/xos/wsgi.py b/xos/xos/wsgi.py similarity index 100% rename from planetstack/xos/wsgi.py rename to xos/xos/wsgi.py
diff --git a/planetstack/xos/xosapi.py b/xos/xos/xosapi.py similarity index 100% rename from planetstack/xos/xosapi.py rename to xos/xos/xosapi.py
diff --git a/planetstack/xos_config b/xos/xos_config similarity index 100% rename from planetstack/xos_config rename to xos/xos_config