-
Notifications
You must be signed in to change notification settings - Fork 80
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
Feature request... private_net in server-list query #228
Comments
Hello, I missed the When you use something like When the PR is merged we will release a bugfix update. |
@seimic v1.16.1 was released. |
Thank you very much. Works fine.
|
Hi,
at first thanks for the last update (1.16 release) with json results in list queries. This simplifies
few things. :)
But the list query for servers doesn't contain any information about the private networks.
At now we have to loop the results of 'server list' and invoke a 'describe' for each server
to get the private network information.
For example: Generate a nginx upstream template for private network IPs of all servers with a specific label. (Assuming there is only one network assignment on each server).
This generates something like this:
With the private network information in the list command and an additional '-o columns=id,name,private_net' the list command could return only the necessary information at once.
Any chance to see this in future release?
Thanks,
Michael
The text was updated successfully, but these errors were encountered: