Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix new VM password lookup #187

Merged
merged 1 commit into from
Oct 2, 2019
Merged

Fix new VM password lookup #187

merged 1 commit into from
Oct 2, 2019

Conversation

shoekstra
Copy link
Member

Sometimes store_password would do a query_async_job_result with an
empty job id. This is because @server would be updated using fog's
list_virtual_machines which returns an empty jobid field once the
deploy job has completed.

This commit fixes that by saving the deploy job id to a variable
to be used by store_password

Signed-off-by: Stephen Hoekstra shoekstra@schubergphilis.com

@coveralls
Copy link

coveralls commented Oct 2, 2019

Coverage Status

Coverage increased (+0.01%) to 88.293% when pulling 789a7dd on fix_vm_password_lookup into 9e72463 on master.

Sometimes `store_password` would do a `query_async_job_result` with an
empty job id. This is because `@server` would be updated using fog's
`list_virtual_machines` which returns an empty jobid field once the
deploy job has completed.

This commit fixes that by saving the deploy job id to a variable
to be used by `store_password`

Signed-off-by: Stephen Hoekstra <shoekstra@schubergphilis.com>
@remibergsma remibergsma merged commit 2987d84 into master Oct 2, 2019
@remibergsma remibergsma deleted the fix_vm_password_lookup branch October 2, 2019 09:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants