File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -1192,8 +1192,10 @@ def _set_up_provider_tree_allocs(self):
1192
1192
'user_id' : uuids .user ,
1193
1193
},
1194
1194
}
1195
- self .client .put ('/allocations/' + uuids .cn_inst1 , ret [uuids .cn_inst1 ])
1196
- self .client .put ('/allocations/' + uuids .cn_inst2 , ret [uuids .cn_inst2 ])
1195
+ self .client .put ('/allocations/' + uuids .cn_inst1 , ret [uuids .cn_inst1 ],
1196
+ version = '1.28' )
1197
+ self .client .put ('/allocations/' + uuids .cn_inst2 , ret [uuids .cn_inst2 ],
1198
+ version = '1.28' )
1197
1199
# And on the other compute (with sharing)
1198
1200
self .client .put (
1199
1201
'/allocations/' + uuids .othercn_inst ,
@@ -1204,7 +1206,8 @@ def _set_up_provider_tree_allocs(self):
1204
1206
'consumer_generation' : None ,
1205
1207
'project_id' : uuids .proj ,
1206
1208
'user_id' : uuids .user ,
1207
- })
1209
+ },
1210
+ version = '1.28' )
1208
1211
1209
1212
return ret
1210
1213
You can’t perform that action at this time.
0 commit comments