summaryrefslogtreecommitdiff
path: root/requirements.txt
Commit message (Collapse)AuthorAgeFilesLines
* Replace guts with openstack.config1.31.0Monty Taylor2018-04-271-4/+1
| | | | | | | | | | | | | | | | | | | The code has been moved into openstacksdk. Make os-client-config a thin wrapper around that code. The legacy client code needs to stay, as it was removed in openstacksdk. We also have to plumb os_client_config.defaults and os_client_config.cloud_region.CloudRegion in so that users get the os-client-config versions from the openstacksdk methods that return the relevant objects. Support for per-service region_name has been dropped. This was never used anywhere and was added for compatibility with openstacksdk Profile objects. Since Profile objects are no more, we can remove it. It never made any sense. Change-Id: I7180e20aa675c0ccbe3718493a6eff2be7e1b8b6
* Updated from global requirementsOpenStack Proposal Bot2018-03-041-1/+1
| | | | Change-Id: Ifdc6e6e7ad6bb94313b4923c74b0daae00a97566
* Updated from global requirementsOpenStack Proposal Bot2018-02-171-1/+1
| | | | Change-Id: I4e859836270e3f9f3903d947c2098995c45a7871
* Updated from global requirementsOpenStack Proposal Bot2017-12-051-1/+1
| | | | Change-Id: I760104d4a94f67da4677e1ecf8f47150605d4d33
* Updated from global requirementsOpenStack Proposal Bot2017-09-011-1/+1
| | | | Change-Id: I7b1217cd50a3e3c89edcb5bda1d22cded90e9b4b
* Updated from global requirementsOpenStack Proposal Bot2017-08-181-1/+1
| | | | Change-Id: I805c30c0a522c03721a97118594030b9c8dfcd51
* Updated from global requirementsOpenStack Proposal Bot2017-07-271-1/+1
| | | | Change-Id: I611163aecdc4810e6fd1d7e47e60171d72db0ea3
* Manually sync with g-rDirk Mueller2017-07-241-4/+4
| | | | Change-Id: I4298bb7c2d66632b716b0dbeae64c9dca2b3434d
* Add method for registering argparse optionsMonty Taylor2015-12-061-1/+1
| | | | | | | | | | | | | keystoneauth knows about a bunch of argparse options that users from a command line will want. We do a good job of processing them once they've been collected, but an os-client-config user doesn't have a great way to make sure that they register all of the options, especially when once considers that you really want to peek at the args to see which auth plugin has been selected so that the right arguments can be registered and displayed. Depends-On: Ifea90b981044009c3642b268dd639a703df1ef05 Change-Id: Ic196f65f89b3ccf92ebec39564f5eaefe8a4ae4b
* Use requestsexceptions for urllib squelchingMonty Taylor2015-11-041-0/+1
| | | | | | | | The code to deal with this properly is quite sharable and we should not care. Use requestsexceptions from the Infra team to handle it. Change-Id: Ie20a3e1b2d8d18a4a76b34219cf12510cb1cda98 Depends-On: I52249b6d2fe04c49a9f4ed139d7625c890309ca8
* Return keystoneauth plugins based on auth argsMonty Taylor2015-09-151-0/+1
| | | | | | | | | | | | We know all of the things that we need to know to return an appropriate auth plugin from keystoneauth based on the auth parameters. This also introduces a hard-depend on keystoneauth, which should be fine since keystoneauth itself has a very low dependency count. We'll also use ksa to help validate auth parameters when we're doing the config processing. Change-Id: Ia1a1a4adb4dcefed5d7607082e026ca7361f394d
* Use appdirs for platform-independent locationsMonty Taylor2015-05-121-0/+1
| | | | | | | | Cache, data and config files live rooted in different places across different OS's. Use appdirs to find where. Depends-On: Ic939dea11b7476ec504d2bf65854a0781b1bfb39 Change-Id: I7338ae1d0442e0c5cc1ec4ae4d619fac319a4a28
* Add keystoneclient to test-requirementsMonty Taylor2015-04-111-1/+1
| | | | | | | | | | The auth parameter name validation requires keystoneclient and can't be tested if it's not there. While we're at it - update the current requirements to be inline with global requirements. Change-Id: I6da62476f3851670545143184f9f29479f1caaca
* Remove runtime depend on pbr0.4.1Monty Taylor2015-01-271-3/+0
| | | | | | | os-client-config is not using pbr during runtime, so the runtime requirement for it was a lie. Change-Id: I3ed57ec5c2b0fdf4060ef17d6df1fa801cfa14cd
* Remove babel and add pyyamlMonty Taylor2014-09-211-1/+2
|
* Initial Cookiecutter Commit.Monty Taylor2014-09-201-0/+6