When I try to provision a box, I get the following:
vagrant --provider=digital_ocean up public
Bringing machine 'public' up with 'digital_ocean' provider...
==> public: Using existing SSH key: Vagrant
==> public: Creating a new droplet...
==> public: Assigned IP address: x.x.x.x
==> public: Private IP address: 10.y.y.y
No host IP was given to the Vagrant core NFS helper. This is
an internal error that should be reported as a bug.
If I try a vagrant ssh boxname I get:
vagrant ssh public
Please use the freebsd@ user to access this droplet.
Connection to x.x.x.x closed.
I can SSH to the box directly, but any attempt to provision the box via Vagrant returns the No host IP was given.. error I stated above.
My provider block looks like the following:
Vagrant version: 1.8.7 (Gentoo)
When I try to provision a box, I get the following:
If I try a
vagrant ssh boxname
I get:I can SSH to the box directly, but any attempt to provision the box via Vagrant returns the
No host IP was given..
error I stated above.