Starting a readme file for the multi folder

Change-Id: I1794497f666789e8eb465147ccffd7c357f0132f
This commit is contained in:
Saverio Proto 2016-08-31 16:16:21 +02:00
parent b73c54056e
commit 666086aaba
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
```