Changed DeploymentNetwork to Deployment, adjusted initial_json to include service...
authorSiobhan Tully <stully@verivue.com>
Tue, 28 May 2013 00:53:48 +0000 (20:53 -0400)
committerSiobhan Tully <stully@verivue.com>
Tue, 28 May 2013 00:53:48 +0000 (20:53 -0400)
commitbf1153a32d6f27291dd7a3238bc1a9451e9d6154
tree74e7c01151fe196a60694b87d36c7491221e4a2c
parentbca0b2be8ed74f17b1bf094b4a6ee52572ca11a4
Changed DeploymentNetwork to Deployment, adjusted initial_json to include service class json, modified admin screens to only show appropriate topLevel objects (with the exception of Key), added in showAll var to make it easier when developing to showAll the objects in Admin.  Removed Django_Evolution objects from admin interface.
16 files changed:
planetstack/core/admin.py
planetstack/core/api/deployment_networks.py
planetstack/core/fixtures/initial_data.json
planetstack/core/models/__init__.py
planetstack/core/models/deployment.py
planetstack/core/models/node.py
planetstack/core/models/serviceclass.py
planetstack/core/models/serviceresource.py
planetstack/core/models/site.py
planetstack/core/models/slice.py
planetstack/core/models/sliver.py
planetstack/core/serializers.py
planetstack/core/views/deployment_networks.py
planetstack/openstack/manager.py
planetstack/planetstack/settings.py
planetstack/planetstack/urls.py