Skip to content

Commit

Permalink
Remove keystone bits - more needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
galthaus committed May 21, 2012
1 parent 2a2dea8 commit b6c9b9d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions crowbar.yml
Expand Up @@ -43,10 +43,8 @@ locale_additions:
default-tenant: Default Tenant
admin-username: Administrator Username
admin-password: Administrator Password
admin-token: Administrator Token (long-lived)
default-username: Regular User Username
default-password: Regular User Password
admin-token-expiration: Administrator Token Expiration

debs:
ubuntu-10.10:
Expand Down
Expand Up @@ -24,10 +24,4 @@
%p
%label{ :for => :admin_password }= t('.admin-password')
%input#admin_password{:type => "text", :name => "admin_password", :'data-default' => @proposal.raw_data['attributes'][@proposal.barclamp]["admin"]["password"], :onchange => "update_value('admin/password','admin_password', 'string')"}
%p
%label{ :for => :admin_token }= t('.admin-token')
%input#admin_token{:type => "text", :name => "admin_token", :'data-default' => @proposal.raw_data['attributes'][@proposal.barclamp]["admin"]["token"], :onchange => "update_value('admin/token','admin_token','string')"}
%p
%label{ :for => :token_e }= t('.admin-token-expiration')
%input#token_e{:type => "text", :name => "token_e", :'data-default' => @proposal.raw_data['attributes'][@proposal.barclamp]["admin"]["token-expiration"], :onchange => "update_value('admin/token-expiration','token_e','string')"}

0 comments on commit b6c9b9d

Please sign in to comment.