summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | Add support for listing servers of other projectsAshish Singh2015-09-082-0/+28
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added project and project-domain option to server list command for listing servers based on project name or id Co-Authored-By: Steve Martinelli <stevemar@ca.ibm.com> Change-Id: Iaadfffe734ad8a72fa4b1eeb2222748c66f7fae0 Closes-Bug: #1488486
* | | | Merge "Use novaclient.client.Client for initialization Nova client"Jenkins2015-09-101-8/+8
|\ \ \ \
| * | | | Use novaclient.client.Client for initialization Nova clientAndrey Kurilin2015-09-091-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `novaclient.client.Client` is a recommended entry point for novaclient. It supports backward-compatibility and allows Nova-folks to change interfaces of inner versioned clients classes. Change-Id: Iaf20714f63c307f88a451759f041ca509fbcf6f8
* | | | | Merge "Automate flavors, networks, and image get"Jenkins2015-09-091-9/+29
|\ \ \ \ \
| * | | | | Automate flavors, networks, and image getTerryHowe2015-08-221-9/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Functional tests rely on some sort of configuration and rather than configure something right now, how about it pulls something from the middle of the available list. Change-Id: I8147e40e5ee7393d8a8dcf1b0beb48856f28af7e
* | | | | | Merge "Create log configuration class"Jenkins2015-09-094-262/+189
|\ \ \ \ \ \
| * | | | | | Create log configuration classTerryHowe2015-08-264-262/+189
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Configuration of logging gets triggered twice. The first time it uses the CLI options when the application is started and second it uses the configuration file after that is read. The state of the logging needs to be saved from the first to the second time, so I created a class. Implements: blueprint logging-migration Change-Id: I7b8d1a3b6fd128e98cafd7c16009c7b694a52146
* | | | | | | Merge "Optimize log formatting"Jenkins2015-09-092-92/+60
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Optimize log formattingTerryHowe2015-08-132-92/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is no way to change the configuration variables we want printed in log messages, so format them in the constructor. This will save us from overridding the format method and a couple cpu cycles every log message. This change also moves the _LOG* variables into the formatter since they aren't really globally needed. Change-Id: I706e9db7da3daec20332f9d1533fe665f2739dea Implements: blueprint logging-migration
* | | | | | | Merge "Extract log level from configuration file"Jenkins2015-09-092-10/+53
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Extract log level from configuration fileTerryHowe2015-08-132-10/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Extract log_level from configuration file if the level was not overridden by the command line option. The default command line option is 1 and there is no command line option to set the verbose_level to 1, so if it is 1, it has not be set. Change-Id: I1be04367c72f83c1181f92ca4c2c83165b66995c Implements: blueprint logging-migration
* | | | | | | Merge "Move options to log level out of shell.py"Jenkins2015-09-093-12/+28
|\ \ \ \ \ \ \ | |/ / / / / / | | | / / / / | |_|/ / / / |/| | | | |
| * | | | | Move options to log level out of shell.pyTerryHowe2015-08-133-12/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move the conversion of command line options to log level out of shell.py. Change-Id: I86cb45a85cd63927aa1c87c1eed27542981df659 Implements: blueprint logging-migration
* | | | | | Merge "Move set warnings filters to logging module"Jenkins2015-09-083-4/+20
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Move set warnings filters to logging moduleTerryHowe2015-08-133-4/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is the first step in moving logging out of shell.py Change-Id: I3dcb4e17bb4687988ddf9b793ad1a308ef89b242 Implements: blueprint logging-migration
* | | | | | Merge "Properly handle port arguments for ICMP"Jenkins2015-09-082-4/+345
|\ \ \ \ \ \
| * | | | | | Properly handle port arguments for ICMPDean Troyer2015-09-032-4/+345
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Compute API requires 'from_port' and 'to_port' to be -1 for ICMP security group rules. It happily accepts them empty or None but the resulting rules do not work. So we force the values for ICMP rules. Closes-bug: #1477629 Change-Id: Iba57211014caca16be7c9a28d15d4db2a6c51b8d
* | | | | | | Merge "Set up every time record log in file"Jenkins2015-09-086-15/+479
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Set up every time record log in fileDaisuke Fujita2015-08-086-15/+479
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will allow users to record logs of all their commands into a predefined log file, in clouds.yaml. The log should have a format similar to that of oslo.log. Change-Id: I1b334bf429d575fc25809c9706fc0b11116be3f1 Implements: blueprint every-time-record-log-in-file
* | | | | | | Merge "Volume v2 list does not show server name"Jenkins2015-09-083-9/+10
|\ \ \ \ \ \ \
| * | | | | | | Volume v2 list does not show server nameTerryHowe2015-08-283-9/+10
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The volume v2 list was using the volume id rather than the server id. Change-Id: Ibe03d34b5b503af2d00202dabd640f796449cf9a Closes-Bug: #1489954
* | | | | | | Fix compute API version snafuDean Troyer2015-09-042-5/+66
| |_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | novaclient 2.27.0 introduced the API microversion discovery and client.Client now wants an api_version argument to properly work out the correct API version in use. OSC needs to provide this when required. Letting the compute client plugin do the version validity checking makes more sense than encoding it into shell.py, so I've added a new OSC plugin interface function check_api_version() that is called from shell.py if it exists. If it either does not exist or it returns False the previous version checking using API_VERSIONS is still performed. compute.client.check_api_version() conditionally imports the new novaclient.api_versions module and uses it if successful. Otherwise check_api_version() returns False and the previous code path is resumed. One side-effect of this is that it is now valid to use --os-compute-api-version with any valid microversion supported by the installed python-novaclient. Closes-Bug: #1492467 Change-Id: I4535b38a5639a03a9597bf83f6394f9bb45c2b9e
* | | | | | Merge "Ignore flavor and image find errors on server show"Jenkins2015-09-031-4/+10
|\ \ \ \ \ \
| * | | | | | Ignore flavor and image find errors on server showTerryHowe2015-08-281-4/+10
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If there is an error finding an image or a flavor during image show, ignore it and just print the id of the flavor or image. This code is also used during server create and server rebuild, but only to display the results. Change-Id: I5362158ab8ffc3e5a0800904d6ea15420c3a8627 Closes-bug: #1489901
* | | | | | Merge "Running 'limits show' returns nothing"Jenkins2015-09-021-1/+1
|\ \ \ \ \ \
| * | | | | | Running 'limits show' returns nothingMajor Hayden2015-08-141-1/+1
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Running limits show without --absolute or --rate returns nothing and the user is left to figure out what they need to provide to get the correct data back. This patch prints an error and help output by making at least one of the arguments required. Change-Id: I576cf8ec0e05524ee67d46c48b56da8d44258667
* | | | | | Fix 'auhentication' spelling error/mistakeJoshua Harlow2015-09-011-1/+1
| |/ / / / |/| | | | | | | | | | | | | | Change-Id: Iba58c188d2ae44170539534eea1415cf8eb65ac4
* | | | | default OS_VOLUME_API_VERSION to v2Steve Martinelli2015-08-241-1/+1
| |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cinder is trying to deprecate/remove support for v1, so we should, as a client library default to v2 and keep support for v1. Related-Bug: 1467589 Change-Id: I732448a57fc3fd06a8d82ec0f0d2ace671036ca2
* | | | Merge "additional functional tests for identity providers"Jenkins2015-08-222-0/+35
|\ \ \ \
| * | | | additional functional tests for identity providersKelvin Lui2015-08-212-0/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add tests for: * delete * set * list * show Change-Id: Ibe34f28d7ae77d139a6e0edf4fe04215c371c9a8
* | | | | unwedge the osc gateSteve Martinelli2015-08-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | keystone added a new property to projects, called is_domain. our functional tests fail because we are not expecting that in the project's 'show' command. Change-Id: Idf05118155847e3a6002818c44b99825801ea9f4 Related-Bug: #1487600
* | | | | Merge "Adds documentation on weekly meeting"Jenkins2015-08-201-0/+10
|\ \ \ \ \
| * | | | | Adds documentation on weekly meetingKelvin Lui2015-08-191-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ia51f76323800aa5397a0d8a307c1cfbdaf90ab24
* | | | | | Merge "Added note to install openstackclient"Jenkins2015-08-191-0/+17
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Added note to install openstackclientAsha Saravanamohan2015-08-191-0/+17
| | |/ / / | |/| | | | | | | | | | | | | | | | | | Change-Id: Idcd9ef4e7a10ebbd8b68e7320680f503dfc166a9 Closes-Bug: #1483384
* | | | | Update the plugin docs for designateTerryHowe2015-08-191-1/+1
| |_|_|/ |/| | | | | | | | | | | Change-Id: I43cee0670728ec15de461be55ffb0504a216de77
* | | | 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
* | | Use correct domain to find project1.6.0Jamie Lennox2015-08-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | When adding a role to a group and project OSC is mistakenly using the group_domain to find the project which will fail if the group_domain != project_domain. Change-Id: I4c1bec9b3b183c755be121b91f40e026d707192b Closes-Bug: #1483520
* | | Merge "Updated from global requirements"Jenkins2015-08-111-1/+1
|\ \ \
| * | | Updated from global requirementsOpenStack Proposal Bot2015-08-111-1/+1
| | | | | | | | | | | | | | | | Change-Id: I8fbb5213701f995bad7de243fd3a54fd147eb074
* | | | Merge "Add release notes for 1.6.0"Jenkins2015-08-111-0/+128
|\ \ \ \ | |/ / / |/| | |
| * | | Add release notes for 1.6.0Steve Martinelli2015-08-081-0/+128
| | | | | | | | | | | | | | | | Change-Id: Ia96f9c31879215cb98096de327a1add308fe1a36
* | | | Skip functional test: test_server_upSteve Martinelli2015-08-101-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | seems like test_server_up is causing intermittent issues in our CI, skipping for now, so we can proceed with merging code. Change-Id: Id41a78e703d7b416dfdc9a7bc95b19a8999192e3 Related-Bug: 1483422
* | | | Merge "Add developer documentation"Jenkins2015-08-102-1/+98
|\ \ \ \
| * | | | Add developer documentationSteve Martinelli2015-08-082-1/+98
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | OSC was missing developer docs, these are critically helpful for new developers. Add sections related to running tests (tox, functional and with the debugger), and generating docs locally. implements bp: developer-documentation Change-Id: I428d89c3e5fc335864bc4f7843506043ec332fe5
* | | | Merge "Remove non-existing hacking deviations from doc"Jenkins2015-08-101-11/+0
|\ \ \ \
| * | | | Remove non-existing hacking deviations from docEric Brown2015-08-091-11/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commit Id38a1497019c7fe2d4ad8567f1c0c8d229951751 removed all of the hacking rules from the ignore list. However, the hacking doc still refers to those previouly ignored rules. Change-Id: I370be096d83cd5121d24bb96d8d5dc08a1c3c216
* | | | | Merge "Updated from global requirements"Jenkins2015-08-101-3/+3
|\ \ \ \ \