Skip to content

Commit

Permalink
sample data updates to remove -service from image and identity
Browse files Browse the repository at this point in the history
Change-Id: Ib9ed4378ab0730c6106df88e0924c850a963f1e1
  • Loading branch information
Joe Savak committed Sep 30, 2011
1 parent 9374954 commit e3a26aa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions keystone/test/sampledata.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@
#5 Service Name:nova_compat Type:Compute
('service', 'add', 'nova_compat',
'compute', 'OpenStack Compute Service'),
#6 Service Name:glance Type:image-service
#6 Service Name:glance Type:image
('service', 'add', 'glance',
'image-service', 'OpenStack Compute Service'),
#7 Service Name:glance Type:image-service
'image', 'OpenStack Image Service'),
#7 Service Name:keystone Type:identity
('service', 'add', 'identity',
'identity-service', 'OpenStack Compute Service'),
'identity', 'OpenStack Identity Service'),
# Keeping for compatibility for a while till dashboard catches up
('endpointTemplates', 'add', 'RegionOne', 'swift',
'http://swift.publicinternets.com/v1/AUTH_%tenant_id%',
Expand Down

0 comments on commit e3a26aa

Please sign in to comment.