How to assign network ID for scenario boot-and-delete-server-with-keypairs.json
Scenario: boot-and-
{
"NovaKeypai
{
"args": {
},
},
},
},
},
}
}
}
]
}
Error Message:
2015-04-14 06:25:00.307 11472 INFO rally.benchmark
2015-04-14 06:25:01.139 11472 INFO rally.benchmark
2015-04-14 06:25:01.139 11472 INFO rally.benchmark
2015-04-14 06:25:02.649 11472 INFO rally.benchmark
2015-04-14 06:25:03.542 11699 INFO rally.benchmark
2015-04-14 06:25:03.542 11700 INFO rally.benchmark
2015-04-14 06:25:04.854 11699 INFO rally.benchmark
2015-04-14 06:25:04.854 11699 INFO rally.benchmark
2015-04-14 06:25:04.940 11700 INFO rally.benchmark
2015-04-14 06:25:04.941 11700 INFO rally.benchmark
2015-04-14 06:25:05.893 11699 INFO rally.benchmark
2015-04-14 06:25:05.893 11699 INFO rally.benchmark
2015-04-14 06:25:06.158 11700 INFO rally.benchmark
2015-04-14 06:25:06.877 11699 INFO rally.benchmark
2015-04-14 06:25:06.949 11472 INFO rally.benchmark
2015-04-14 06:25:10.355 11472 INFO rally.benchmark
2015-04-14 06:25:10.355 11472 INFO rally.benchmark
2015-04-14 06:25:11.837 11472 INFO rally.benchmark
2015-04-14 06:25:11.837 11472 INFO rally.benchmark
2015-04-14 06:25:12.990 11472 INFO rally.benchmark
2015-04-14 06:25:13.132 11472 INFO rally.benchmark
Analyze:
I checked the source code /rally/
def boot_and_
"""Boot and delete server with keypair.
Plan of this scenario:
- create a keypair
- boot a VM with created keypair
- delete server
- delete keypair
:param image: ID of the image to be used for server creation
:param flavor: ID of the flavor to be used for server creation
:param kwargs: Optional additional arguments for keypair creation
"""
keypair = self._create_
server = self._boot_
I found that when booting a server, it only pass three parameters (image, flavor, keypair) to self._boot_
Thanks.
Question information
- Language:
- English Edit question
- Status:
- Answered
- For:
- Rally Edit question
- Assignee:
- No assignee Edit question
- Last query:
- Last reply:
Can you help with this problem?
Provide an answer of your own, or ask Bryan Wang for more information if necessary.