You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 22, 2019. It is now read-only.
Hello, I'm preparing my infrastructure with your driver and I encountered a problem. I try to create machine with monthly billing and I get always the same error.
The error message : Error creating machine: Error in driver during machine creation: json: cannot unmarshal object into Go struct field Instance.monthlyBilling of type bool
Thanks for your work and your help :)
The text was updated successfully, but these errors were encountered:
Hello, I'm preparing my infrastructure with your driver and I encountered a problem. I try to create machine with monthly billing and I get always the same error.
The command :
docker-machine create -d ovh --ovh-project perso --ovh-billing-period monthly --ovh-region "GRA7" --ovh-flavor s1-2 --ovh-image "Debian 9" --ovh-ssh-user debian --ovh-private-network vrack1 --ovh-ssh-key ovh ovh-1
The error message :
Error creating machine: Error in driver during machine creation: json: cannot unmarshal object into Go struct field Instance.monthlyBilling of type bool
Thanks for your work and your help :)
The text was updated successfully, but these errors were encountered: