-
Notifications
You must be signed in to change notification settings - Fork 62
Warning on VM creation without password #5
Comments
On Wed, 2014-09-10 at 06:36 -0700, Alexandre Loureiro Solleiro wrote:
I believe I'm guilty here. There used to be a full detailed output about |
@kalou I think I like the whole output better, but minimal non obvious info seems like a good compromise. |
Provided -v exists, I think we really should stick to minimal information then. What's eligible ? |
I don't think we should output raw values like -v do, @webcracy proposal seems ok to me. I don't see anything to add to the above list, except maybe a brief summary of vm specs and hostname reminder ? like: |
Ok I've changed to have this:
|
On Thu, 2014-09-11 at 01:31 -0700, Dejan Filipovic wrote:
Looks ok to me on the contents I think "emergency console access from the web interface is disabled" Also is this example showing ipv4 only normal ? |
I used default configuration during tests and it uses ip_version 4. But I think you want to display ipv4+v6 and not juste ip v4 as we always create an ipv6 for all ipv4, but not the otherway around. |
On Thu, 2014-09-11 at 02:07 -0700, Dejan Filipovic wrote:
yes - the question was stupid but my intent was to ask for v4/v6 |
I like it and think ipv6 will be a nice addition as well. As for a better wording for the emergency web console, how about: |
Seems ok to me @webcracy, I changed to display this now:
if ip_version value is 6, it will only display |
sorry to pinailler ;) but .. "No password was supplied for vm" != for user, even though we use the same for both purposes. One should be able to specify a password with no user. |
👍 indeed, thanks for pinailling :) |
Ok I'll change this but we always create a default user in CLI (default value to 'admin'), maybe it's a bug ? |
The API login parameter is optional with no default, and we use the password for root and the vm object itself - so I believe this could be optioned-out safely. |
Ok i'll also change this then. |
Made login parameter optional with no default, and commited and fixed summary displayed before vm creation. Closing this issue. |
When
$ gandi vm create
is ran without a password, we get this message:It might be nicer instead to display the VM's config and other details such as:
root
andadmin
users will be createdWDYT?
The text was updated successfully, but these errors were encountered: