Skip to content

Commit

Permalink
Merge pull request #7 from fogbow/removing_occurrence_openstack_api
Browse files Browse the repository at this point in the history
Removing occurrence openstack api
  • Loading branch information
fgan1 committed Mar 21, 2016
2 parents 1545e7a + 932d0f6 commit 54b65bc
Show file tree
Hide file tree
Showing 582 changed files with 5 additions and 44,725 deletions.
3 changes: 1 addition & 2 deletions openstack_dashboard/backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ def authenticate(self, request, federationCredentials=None, federationEndpoint=N
tokenStr = ''
tokenStr = getCorrectToken(settings.FOGBOW_FEDERATION_AUTH_TYPE, federationCredentials, federationEndpoint)
LOG.info('Federation Token : %s' % tokenStr)

federatioToken = Token(tokenStr)
username = '...'
try:
Expand All @@ -58,7 +57,7 @@ def authenticate(self, request, federationCredentials=None, federationEndpoint=N
except Exception, e:
user.errors = True
user.typeError = 'Manager connection failed.'

request.user = user
federation_token_id = uuid.uuid4()
request.session['token'] = federation_token_id
Expand Down
Empty file.
42 changes: 0 additions & 42 deletions openstack_dashboard/dashboards/admin/dashboard.py

This file was deleted.

Empty file.
29 changes: 0 additions & 29 deletions openstack_dashboard/dashboards/admin/defaults/panel.py

This file was deleted.

73 changes: 0 additions & 73 deletions openstack_dashboard/dashboards/admin/defaults/tables.py

This file was deleted.

46 changes: 0 additions & 46 deletions openstack_dashboard/dashboards/admin/defaults/tabs.py

This file was deleted.

This file was deleted.

139 changes: 0 additions & 139 deletions openstack_dashboard/dashboards/admin/defaults/tests.py

This file was deleted.

26 changes: 0 additions & 26 deletions openstack_dashboard/dashboards/admin/defaults/urls.py

This file was deleted.

Loading

0 comments on commit 54b65bc

Please sign in to comment.