summaryrefslogtreecommitdiff
path: root/requirements.txt
Commit message (Collapse)AuthorAgeFilesLines
* Updated from global requirementsliberty-eolstable/libertyOpenStack Proposal Bot2016-05-151-1/+1
| | | | Change-Id: I526cf2e7329917ea0a47a7144e39fb8fa407038a
* Updated from global requirementsOpenStack Proposal Bot2016-04-291-1/+1
| | | | Change-Id: Ic826471279d1f1af85ff760b45a094f17916e749
* Updated from global requirementsOpenStack Proposal Bot2016-04-211-2/+2
| | | | | Depends-On: Ic7300d1f708339701b5daadbf2c4769b239a2adb Change-Id: I203479c6e834e6fbcfe2e4266a17a6885f4ff248
* Updated from global requirements1.7.2OpenStack Proposal Bot2015-11-171-1/+1
| | | | Change-Id: Iddc293476590898e33e52541636a8b5e1daa9d6a
* Updated from global requirementsOpenStack Proposal Bot2015-10-281-2/+2
| | | | Change-Id: Iaa05ab4e7b319c3dbd4f83700c0bdba103c0e18c
* Updated from global requirementsOpenStack Proposal Bot2015-10-131-1/+1
| | | | Change-Id: Ie095fa050c906b5ba95a1752aac7543a0a274955
* Updated from global requirementsOpenStack Proposal Bot2015-09-181-1/+1
| | | | Change-Id: Id0791447748e9430c995cbab87260e843e8a2819
* Updated from global requirementsOpenStack Proposal Bot2015-09-121-4/+4
| | | | Change-Id: I63d1c3bdf6bdd5ff5e1c16af3ee4f095a7d659f1
* Updated from global requirementsOpenStack Proposal Bot2015-08-131-1/+1
| | | | Change-Id: I302808700fe98add83069e7ed32ea329eb32cea1
* Updated from global requirementsOpenStack Proposal Bot2015-08-131-1/+1
| | | | Change-Id: Ie9049726dd4ac60238cb8b2658fa8510f4b11fde
* Updated from global requirementsOpenStack Proposal Bot2015-08-131-1/+1
| | | | Change-Id: Ie503f1ed6f6f91adfcf40f71053ba4fec02179f3
* Updated from global requirementsOpenStack Proposal Bot2015-08-111-1/+1
| | | | Change-Id: I8fbb5213701f995bad7de243fd3a54fd147eb074
* Updated from global requirementsOpenStack Proposal Bot2015-08-101-3/+3
| | | | Change-Id: I9232c1a3069cdb29a174eb7d93f55069d2f68e54
* Updated from global requirementsOpenStack Proposal Bot2015-07-221-1/+1
| | | | Change-Id: I7fc281b80342a14e11f87afb41c3abc515d8487c
* Updated from global requirementsOpenStack Proposal Bot2015-07-151-2/+2
| | | | Change-Id: I0703a48d8c95617e687eea9eea7990d778d760b5
* Updated from global requirementsOpenStack Proposal Bot2015-06-241-1/+1
| | | | Change-Id: I4c5304a276b1c2b2ea98c98518217b0201a2c993
* Updated from global requirementsOpenStack Proposal Bot2015-06-221-1/+1
| | | | Change-Id: Ib550688f8420e8d29b594d90705ef8a89eb03018
* Updated from global requirementsOpenStack Proposal Bot2015-06-221-7/+7
| | | | Change-Id: Ie4f93534ec504e7672c88ab02efc8747df91318c
* Updated from global requirementsOpenStack Proposal Bot2015-06-161-1/+1
| | | | Change-Id: Ib17c91ef8395b1a4f490765896bffad166aa0ab6
* Updated from global requirementsOpenStack Proposal Bot2015-06-151-1/+1
| | | | Change-Id: I635a3ff9d1a90d0b1bb1e295a380eddd9d30a295
* Updated from global requirementsOpenStack Proposal Bot2015-06-111-1/+1
| | | | Change-Id: I4055698d0e4492a17623836e802ac56cd869ab0a
* Updated from global requirementsOpenStack Proposal Bot2015-06-101-1/+1
| | | | Change-Id: I5b469d19ac58bcb31ebd276e1d62b3db8ccfb5a3
* Updated from global requirementsOpenStack Proposal Bot2015-06-041-2/+2
| | | | Change-Id: I243598ee6778297b622c8e29c78b76d8eb5a4692
* Remove oslo serialization requirementSteve Martinelli2015-05-261-1/+0
| | | | | | | | | Recently oslo serialization has started to also include python-msgpack. Since we were only using it for json support, we should just use python's json support. Especially since it's only used by our tests. Change-Id: I0f8d939d6fca7608eaa3eea7ea4ca93296aaab3a
* Updated from global requirementsOpenStack Proposal Bot2015-05-121-2/+2
| | | | Change-Id: I432b3224f23616a5181412f01d31d6cedcc2ff84
* Updated from global requirementsOpenStack Proposal Bot2015-05-071-1/+1
| | | | Change-Id: I94752657b7753d277950168f9efcea7074fb25ec
* Updated from global requirementsOpenStack Proposal Bot2015-05-061-1/+1
| | | | Change-Id: Ica958638a86fe3f740aaa37b3d40d57680afd103
* Updated from global requirementsOpenStack Proposal Bot2015-05-041-3/+3
| | | | Change-Id: I1d339589a5ed94c726a6478318651b9db9765fdd
* Add --os-cloud supportDean Troyer2015-04-181-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds a new option --os-cloud that allows the configuration values for multiple clouds to be stored in a local file and selected with a single option. Internal option names have had 'os_' removed to be comptible with the options returned from OpenStackConfig().get_one_cloud(). The config file is ~/.config/openstack/clouds.yaml: Sample ------ clouds: devstack: auth: auth_url: http://192.168.122.10:35357/ project_name: demo username: demo password: 0penstack region_name: RegionOne devstack: auth: auth_url: http://192.168.122.10:35357/ project_name: demo username: demo password: 0penstack region_name: RegionOne Co-Authored-By: Monty Taylor <mordred@inaugust.com> Change-Id: I4939acf8067e44ffe06a2e26fc28f1adf8985b7d Depends-On: I45e2550af58aee616ca168d20a557077beeab007
* Uncap library requirements for libertyDoug Hellmann2015-04-161-6/+6
| | | | | Change-Id: Ia2b0c00c5b1da19f2f6995aae3c2e0226a3fa2dc Depends-On: Ib948b756b8e6ca47a4c9c44c48031e54b7386a06
* Updated from global requirementsOpenStack Proposal Bot2015-03-311-7/+7
| | | | Change-Id: I5907d473b34799f9361ad2b611868ad22db3eaf6
* Updated from global requirementsOpenStack Proposal Bot2015-03-051-1/+1
| | | | Change-Id: Iadee329dc9ee5bd3b12a040c732965da43895dc4
* Updated from global requirementsOpenStack Proposal Bot2015-02-241-4/+4
| | | | Change-Id: I1ea40d3d9fa0c731c5c25a4dc3981c720d450c45
* Updated from global requirementsOpenStack Proposal Bot2015-01-281-2/+2
| | | | Change-Id: I2512e4e43f53392fe0c1f8ee4d326688e0cad9c5
* Add missing oslo-config to requirementsAbhishek Chanda2015-01-181-0/+1
| | | | | | | | openstackclient uses these oslo-config but it is not in list of requirements. That results in a stacktrace while using the cli. Change-Id: I9b3c8e491ce09624524cf8b3ddcafcf5953d9ab6
* Updated from global requirementsOpenStack Proposal Bot2015-01-131-1/+1
| | | | Change-Id: I4be717979bd4371bc544312d556934aef4f3a629
* Updated from global requirementsOpenStack Proposal Bot2015-01-091-1/+1
| | | | Change-Id: Iad84313636ee2f53777cdf05d60a322f7a252f27
* Updated from global requirementsOpenStack Proposal Bot2014-12-121-2/+2
| | | | Change-Id: I3b1cd7aac5c9603dfaccbd4ae30d07cbf7c96da2
* Updated from global requirementsOpenStack Proposal Bot2014-11-081-1/+1
| | | | Change-Id: I778a0c00da51cdc52cd67d1b273d52e84d68992b
* Add cliff-tablib to requirementsColleen Murphy2014-11-071-0/+1
| | | | | | | | | cliff-tablib gives cliff the ability to format list and show output in html, json, or yaml (http://cliff-tablib.readthedocs.org/). This patch adds cliff-tablib to requirements.txt so that it can be installed along with cliff. Change-Id: I4daab97642482e6f40cd8209ff5edd9c680092c0
* use jsonutils in oslo.serialization instead of keystoneclientwanghong2014-10-171-0/+1
| | | | | | | | keystoneclient/openstack/common/jsonutils.py is removed in this patch https://review.openstack.org/#/c/128454/ Now, we should use jsonutils in oslo.serialization package. Change-Id: I7c8e8e6d5dffa85244368fd578616c9b19f4fd21
* Put pbr and six first in requirements listMonty Taylor2014-10-121-2/+3
| | | | | | | Each of them have scenarios where it's important that they install first. Change-Id: Ia9fff6e94651693f9fa74ca676771b19144bcd8b
* Merge "Updated from global requirements"Jenkins2014-10-121-3/+3
|\
| * Updated from global requirementsOpenStack Proposal Bot2014-10-111-3/+3
| | | | | | | | Change-Id: I2ac5b9ac545c1bb6ec6279ecbe74e3301eb07a25
* | Merge "Add translation markers for user v2 actions"Jenkins2014-10-121-0/+1
|\ \ | |/ |/|
| * Add translation markers for user v2 actionsSteve Martinelli2014-10-091-0/+1
| | | | | | | | | | | | implements bp use_i18n Change-Id: I86508a232c9cf88695b7982dad0b9b02eaf8b3a1
* | Support for keystone auth pluginsMatthieu Huin2014-10-091-0/+1
|/ | | | | | | | | | | | | | | | | | | | | | | This patch allows the user to choose which authentication plugin to use with the CLI. The arguments needed by the auth plugins are automatically added to the argument parser. Some examples with the currently available authentication plugins:: OS_USERNAME=admin OS_PROJECT_NAME=admin OS_AUTH_URL=http://keystone:5000/v2.0 \ OS_PASSWORD=admin openstack user list OS_USERNAME=admin OS_PROJECT_DOMAIN_NAME=default OS_USER_DOMAIN_NAME=default \ OS_PROJECT_NAME=admin OS_AUTH_URL=http://keystone:5000/v3 OS_PASSWORD=admin \ OS_IDENTITY_API_VERSION=3 OS_AUTH_PLUGIN=v3password openstack project list OS_TOKEN=1234 OS_URL=http://service_url:35357/v2.0 \ OS_IDENTITY_API_VERSION=2.0 openstack user list The --os-auth-plugin option can be omitted; if so the CLI will attempt to guess which plugin to use from the other options. Change-Id: I330c20ddb8d96b3a4287c68b57c36c4a0f869669 Co-Authored-By: Florent Flament <florent.flament-ext@cloudwatt.com>
* Updated from global requirementsOpenStack Proposal Bot2014-09-251-1/+1
| | | | Change-Id: I2a8250d0b01651563cfe74704ce5a9f97dd9fdf4
* Use oslo.utilsOleksii Chuprykov2014-09-221-0/+1
| | | | | | | | Module `importutils` from common code was graduated to oslo.utils, so it would be great if we reuse this library. Remove unused strutils.py and gettextutils.py Change-Id: Iaae19fc5018d83103e5f15ff76d6da686bfdf5f8
* Updated from global requirementsOpenStack Proposal Bot2014-09-191-2/+2
| | | | Change-Id: I744a629cf685760ad96d60654d081fc495024ea8