~ubuntu-branches/ubuntu/trusty/horizon/trusty-proposed

« back to all changes in this revision

Viewing changes to openstack_dashboard/test/test_data/glance_data.py

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2013-12-05 14:39:15 UTC
  • mto: This revision was merged to the branch mainline in revision 61.
  • Revision ID: package-import@ubuntu.com-20131205143915-5u8q3kdxdw8e7maz
Tags: upstream-2014.1~b1
ImportĀ upstreamĀ versionĀ 2014.1~b1

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
                  'name': 'public_image',
59
59
                  'status': "active",
60
60
                  'size': 20 * 1024 ** 3,
 
61
                  'min_disk': 0,
61
62
                  'owner': TEST.tenant.id,
62
63
                  'container_format': 'novaImage',
63
64
                  'properties': {'image_type': u'image'},
69
70
                  'name': 'private_image',
70
71
                  'status': "active",
71
72
                  'size': 10 * 1024 ** 2,
 
73
                  'min_disk': 0,
72
74
                  'owner': TEST.tenant.id,
73
75
                  'container_format': 'aki',
74
76
                  'is_public': False,
80
82
                  'status': "active",
81
83
                  'owner': TEST.tenant.id,
82
84
                  'size': 2 * 1024 ** 3,
 
85
                  'min_disk': 30,
83
86
                  'container_format': 'novaImage',
84
87
                  'properties': {'image_type': u'image'},
85
88
                  'is_public': True,
90
93
                  'name': 'public_image 2',
91
94
                  'status': "active",
92
95
                  'size': 5 * 1024 ** 3,
 
96
                  'min_disk': 0,
93
97
                  'owner': TEST.tenant.id,
94
98
                  'container_format': 'novaImage',
95
99
                  'properties': {'image_type': u'image'},
101
105
                  'name': 'private_image 2',
102
106
                  'status': "active",
103
107
                  'size': 30 * 1024 ** 3,
 
108
                  'min_disk': 0,
104
109
                  'owner': TEST.tenant.id,
105
110
                  'container_format': 'aki',
106
111
                  'is_public': False,
111
116
                  'name': 'private_image 3',
112
117
                  'status': "active",
113
118
                  'size': 2 * 1024 ** 3,
 
119
                  'min_disk': 0,
114
120
                  'owner': TEST.tenant.id,
115
121
                  'container_format': 'aki',
116
122
                  'is_public': False,
122
128
                  'name': 'shared_image 1',
123
129
                  'status': "active",
124
130
                  'size': 8 * 1024 ** 3,
 
131
                  'min_disk': 0,
125
132
                  'owner': 'someothertenant',
126
133
                  'container_format': 'aki',
127
134
                  'is_public': False,
134
141
                  'name': 'official_image 1',
135
142
                  'status': "active",
136
143
                  'size': 2 * 1024 ** 3,
 
144
                  'min_disk': 0,
137
145
                  'owner': 'officialtenant',
138
146
                  'container_format': 'aki',
139
147
                  'is_public': True,