| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | | |
| | |
| | |
| | | |
Change-Id: Ib1bae16f996559c008fb1fe0b74f26b152854ea8
|
| |\ \ \ |
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Added create/delete/set/list/show support for roles
Broken up to make reviewing easier.
Will add more functionality (add/remove) later
Change-Id: I95bddd27d8d9d251ad2fd60c3e3ee1e2cbcd7d4b
|
| |\ \ \ \
| |_|/ /
|/| | | |
|
| | | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | | |
rebase again, and change util to look for display_name too
minor changes and rebase
add create/delete/list/set/show support for snapshot
Change-Id: I80261653fa919555a44ddda07b0a827ccd16e5e0
|
| |\ \ \
| |_|/
|/| | |
|
| | | |
| | |
| | |
| | |
| | |
| | | |
Added --name, --all-tenants, and --status as search params
Change-Id: Ibaa2a7f6862c2ff7dbe24f6bea971db3e70bc120
|
| | | |
| | |
| | |
| | | |
Change-Id: Ib8109550b06d152773394a1d15f6202b9f9b029c
|
| |\ \ \
| |/ /
|/| | |
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
Looks like the default is INFO, we don't need to see that unless
--debug is specified.
Change-Id: Ieee5d4dc5102f11536ecc6330461f86101811f9e
|
| |/ /
| |
| |
| |
| |
| |
| |
| |
| | |
Again, looking thorouhgly through cinders commands, i noticed
an force-delete command, which was for volumes only.
Decided it would work best as an optional argument for the
regular delete case
Change-Id: I9de6040ea0ad71c2a9c8edc7be18779d39e7ede0
|
| |\ \ |
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
moved policy.py to it's own patch
minor changes based on comments
reworked it now that the domain specs have changed
added credential - create, delete, update, show, list
added domain - create, delete, update, show, list
update setup.py entry points
Change-Id: I6bbbb8fdfbc3e76ba75374e9579eb92c96c928fe
|
| |\ \ \
| |_|/
|/| | |
|
| | | |
| | |
| | |
| | | |
Change-Id: I51c443512a82729564b76e6f835195ff193232d2
|
| |\ \ \
| |_|/
|/| | |
|
| | |/
| |
| |
| |
| |
| |
| |
| |
| | |
fix with dtroyer's comments
rebase
fix with dhellmann's comments
create/list/delete/show/set for volume commands
Change-Id: Id8236685d815dbf73873bab2363d82274a9aa556
|
| |\ \ |
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
Help string corrections and align args with wiki at
https://wiki.openstack.org/wiki/UnifiedCLI/Mapping#server
Change-Id: Ifd6f587d383534142003277e64532f77ecb37106
|
| |\ \ \
| |_|/
|/| | |
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Most of the arguments required by the create flavor API can have
reasonable defaults and therefore can be made optional in the CLI.
This brings create flavor in line with the documented args in the
wiki at https://wiki.openstack.org/wiki/UnifiedCLI/Mapping#flavor
Change-Id: Iecb3baf72f9dc3981742ff7989780894e37921c9
|
| | |/
|/|
| |
| |
| |
| |
| | |
rebase
added set and unset metadata
Change-Id: I8d969e1de305975d7c71a0bad3a62b15f423c3e0
|
| |\ \ |
|
| | |/
| |
| |
| | |
Change-Id: I548e35396534b5498f31a45c752984f6d33357c3
|
| |/
|
|
|
|
|
|
| |
added dhellmann's suggestions
created entry points in setup.py
added show/set/list quotas for v1 volume
Change-Id: I8ed6a9518007b31cafeaa70a54d5bf54a549195b
|
| |\ |
|
| | |
| |
| |
| | |
Change-Id: Idb1eb2f838074ce5fb3d4aa7b72fd747ac6915c7
|
| |/
|
|
| |
Change-Id: Iaf2791b96e81d6a0d4846adb3128e4dff61faf30
|
| |\ |
|
| | |
| |
| |
| | |
Change-Id: I818a2ea51a773f50da385cbdd71771a4ac923bd7
|
| |/
|
|
|
|
| |
This was preventing image support from being activated.
Change-Id: I1b7ab9174b90c55423b244ca63402d33b4411a49
|
| |
|
|
|
|
|
| |
add basic unit test for client
update/modify test_shell.py to include volume
Change-Id: I7d08e15a2711da5e51590b8a82eca3a1234962f8
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
made the changes suggested by dtroyer
added client
modified setup.py entry points
updated pip required
added support for create/delete/list volume types
openstack list type
openstack create type typeName
openstack delete type typeNameOrId
Change-Id: I43655de151582e37f14dc9550151a66db7a009ab
|
| |\ |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Use multiple entry point groups to represent each API+version
combination supported
* Add some tests
Try it out:
* Right now only '* user' commands have multiple overlapping versions;
you can see the selection between v2.0 and v3 by looking at the
command help output for 'tenant' vs 'project':
os --os-identity-api-version=2.0 help set user
os --os-identity-api-version=3 help set user
Change-Id: I7114fd246843df0243d354a7cce697810bb7de62
|
| |\ \ |
|
| | |/
| |
| |
| |
| |
| |
| | |
Set up proper source and omit options.
Change-Id: Ia067d229eb3d7a5806364de22724c16166950bc1
Implements: blueprint update-coveragerc
|
| |\ \
| |/
|/| |
|
| | |
| |
| |
| |
| |
| |
| | |
This fixes an issue when trying to run install_venv from within
the source directory.
Change-Id: Id4dcb070319ec52d0a1b466e911fbfdf805db613
|
| |/
|
|
|
|
|
|
| |
Made all the necessary changes to pass new PEP8 standards.
Also cleaned up docstrings to conform to the HACKING stanards.
Change-Id: Ib8df3030da7a7885655689ab5da0717748c9edbe
|
| |\ |
|
| | |
| |
| |
| |
| |
| |
| | |
https://review.openstack.org/20753 introduced tools/install_venv_common.py
but not it's dependencies openstack.common.{cfg,iniparser}
Change-Id: I270a1d8f6fd8f93988a5e2ccbc446adda0a6cd81
|
| |/
|
|
|
|
| |
Also makes a small modification to gitignore.
Change-Id: Iefbfbcfd35270b06ed65edb34708fa9b4d5bf563
|
| |\ |
|
| | |
| |
| |
| | |
Change-Id: Ie0d796ecbd3c98b496a225c2a2c128db94a1831e
|
| |\ \ |
|
| | |/
| |
| |
| |
| |
| |
| | |
This syncs install_venv_common.py from oslo and reworks the
tools/install_venv.py script to use the new library.
Change-Id: I3426a7f51b0018e074cc6f4b1d70b38e52464a38
|
| |\ \ |
|
| | |/
| |
| |
| | |
Change-Id: I996d5c0ec6e480fcbdc546bad238eee2e20504d6
|
| |/
|
|
|
|
| |
Also removed tests that don't test anything.
Change-Id: I0cb420248c8a1374110c014063fe029686e90216
|