Matvey Kruglov

Results 7 comments of Matvey Kruglov

With multiple openstack providers and multiple clouds it may lead to wrong configuration if terraform user will set OS_CLOUD environment variable.

Yeah, API would be great feature, I have plans to implement it.

Passwords are hashed with bcrypt, you can use something like https://github.com/bitnami/bcrypt-cli to generate it locally

Now there is also `genpw` subcommand: ``` $ echo -n secret | vmango genpw Password: $2a$10$EnPEVYVnV8nTPVxwoFTlXO14yHC3hGzzpwwBuC72OD9R0hENZ2RA6 ```

There is no enterprise version, even planned one, all this features looks interesting, especially two factor authentication

Yeah, cloud providers may use some mechanism, but when you become cloud provider for yourself you need this mechanism too :) This is not high priority feature, but I think...

Hello, no nodes means that vmango couldn't connect to default local libvirt socket https://github.com/subuk/vmango/blob/master/vmango.dist.conf#L3-L7 You should mount libvirt socket inside container. Not sure were it located on your system, but...