(self, eice_options, option)
| 307 | ) |
| 308 | |
| 309 | def _get_eice_option(self, eice_options, option): |
| 310 | if eice_options: |
| 311 | return eice_options.get(option) |
| 312 | return None |
| 313 | |
| 314 | def _generate_and_upload_ssh_key( |
| 315 | self, instance_id, os_user, parsed_globals |
no outgoing calls
no test coverage detected