instances don't need a mac_address to be created anymore
This commit is contained in:
@@ -107,7 +107,6 @@ class VolumeTestCase(test.TestCase):
|
|||||||
inst['user_id'] = 'fake'
|
inst['user_id'] = 'fake'
|
||||||
inst['project_id'] = 'fake'
|
inst['project_id'] = 'fake'
|
||||||
inst['instance_type_id'] = '2' # m1.tiny
|
inst['instance_type_id'] = '2' # m1.tiny
|
||||||
inst['mac_address'] = utils.generate_mac()
|
|
||||||
inst['ami_launch_index'] = 0
|
inst['ami_launch_index'] = 0
|
||||||
instance_id = db.instance_create(self.context, inst)['id']
|
instance_id = db.instance_create(self.context, inst)['id']
|
||||||
mountpoint = "/dev/sdf"
|
mountpoint = "/dev/sdf"
|
||||||
|
Reference in New Issue
Block a user