Merge "Starting a readme file for the multi folder"

This commit is contained in:
Jenkins 2016-09-17 02:51:23 +00:00 committed by Gerrit Code Review
commit 9fc23efa7a
1 changed files with 23 additions and 0 deletions

23
multi/Readme.md Normal file
View File

@ -0,0 +1,23 @@
# Multi folder
this folder contains scripts that are not related to a specific Openstack project.
## User info
Show the resources belonging to a user:
```
usage: user-info.py [-h] [-a] [-v] USERNAME
Show information (servers, volumes, networks, ...) for a user. Search in all
projects the user is member of, and optionally in all regions (-a).
positional arguments:
USERNAME username to search
optional arguments:
-h, --help show this help message and exit
-a, --all-regions query all regions
-v, --verbose verbose
```