- Oct 24, 2018
- Oct 23, 2018
-
-
Alex Petrenko authored
Add filtration for service catalog. Now all endpoints that are not public will not be seen. Change-Id: I6db214f849d13c4c71e176f00113e889ff2d2997 Closes-Bug: #1798832
-
Zuul authored
-
Zuul authored
-
OpenStack Proposal Bot authored
For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: I9b8773b5775efb2769e73d9dfef91ca92a28133b
-
Zuul authored
-
- Oct 21, 2018
-
-
Zuul authored
-
Zuul authored
-
OpenStack Proposal Bot authored
For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: Id611fe2ce57e6d41c2157c152ccab80709cffec1
-
- Oct 16, 2018
-
-
Zuul authored
-
- Oct 12, 2018
-
-
Sean McGinnis authored
With moving away from required milestone releases, the version numbers calculated by PBR on the master branch will not work for those testing upgrades from the last stable release. More details can be found in the mailing list post here: http://lists.openstack.org/pipermail/openstack-dev/2018-October/135706.html This is an empty commit that will cause PBR to increment its calculated version to get around this. PBR will see the following which will cause it to increment the version: Sem-Ver: feature Please merge this patch as soon as possible to support those testing upgrades. Change-Id: Ie49435519b267c8e3245e0b57cbdf11979ba8cc9 Signed-off-by:
Sean McGinnis <sean.mcginnis@gmail.com>
-
Radomir Dopieralski authored
The original code is monkey-patching keystoneclient object to add a user_id attribute to it. This no longer works with more recent versions of keystoneclient, as they wrap the client in a helper class. I'm not happy with this solution, it's likely to have side effects and to break again. I'm putting it up for discussion for a better solution. Change-Id: Idb296d1b10fa02a0b4852e96fe8cb2bdd70380e0 Closes-bug: #1776678
-
OpenStack Proposal Bot authored
For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: I636cbfca1061dd5ecc7551a737aaca81a1ff99a6
-
- Oct 11, 2018
-
-
shutingm authored
In workflow module, every item in navigation used 'ng-show="viewModel.ready"' to determine whether it should be display, it makes no sense to do so, and should replace with the item parameter "step.ready" to control itself show or hide. Change-Id: Iadc5c90995022b2e0a13bcd46e4f2de64d1088b5 Closes-bug: #1797309
-
- Oct 10, 2018
-
-
Zuul authored
-
OpenStack Proposal Bot authored
For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: I50d010985c37fa47ae052fdebe1c82cb19de41cb
-
- Oct 09, 2018
-
-
Zuul authored
-
- Oct 08, 2018
-
-
Guang Yee authored
Add a new optional WEBSSO_KEYSTONE_URL property to facilitate WEBSSO deployments where network segmentation is used per security requirement. In this case, the controllers are not reachable from public network. Therefore, user's browser will not be able to reach OPENSTACK_KEYSTONE_URL if it is set to the internal endpoint. If WEBSSO_KEYSTONE_URL is set, it will be used instead of OPENSTACK_KEYSTONE_URL. Change-Id: I05ea4227aa4c2cb0a73015ed7fd29cf1a96e696a Closes-bug: #1544703
-
OpenStack Proposal Bot authored
For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: I0f91c85ba1bf9d09346bb65c62404d6f349e9951
-
- Oct 07, 2018
-
-
Gary Kotton authored
The exception handling for port, floating IP's or networks is too broad. Add specific error handling and in a case when the resource is not found do not raise a invalid message. Change-Id: I98ee2ff816c03980645752eebb4e39d3ecd2e158 Closes-bug: #1796565
-
- Oct 06, 2018
-
-
Zuul authored
-
OpenStack Proposal Bot authored
For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: I604c8ecab63ccd16fa1fb1ea45738c5e6a313230
-
- Oct 05, 2018
-
-
OpenStack Proposal Bot authored
For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: I66e893ac3f9bd5980639ff057ba5476e14876639
-
- Oct 04, 2018
-
-
OpenStack Proposal Bot authored
For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: I331c4f3f193608fd2edaba3c271e6ce04487658a
-
- Oct 03, 2018
-
-
Ameed Ashour authored
The truncate filter treat an integer as a string and failing. Co-Authored-By:
Ivan Kolodyazhny <e0ne@e0ne.info> Change-Id: I1a66c3080544e0af8ba02c530351ab4b2d7f9bbd Closes-Bug: #1504397
-
- Oct 02, 2018
- Oct 01, 2018
-
-
OpenStack Proposal Bot authored
For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: Idd5751a2ee6f1dddf03d97d89880b1a09e49b22e
-
- Sep 28, 2018
-
-
Tobias Urdin authored
This adds a new option named hide_create_volume to the LAUNCH_INSTANCE_DEFAULTS dict. With this option you can select if you want to hide the "Create New Volume" option to your users and have it rely on the default value that is provide with the create_volume option. This is currently the only way to make sure the end-users utilizing the web interface is forced to spawn a volume-backed instance until Nova supports Cinder as a images backend. Change-Id: I3a78593ada0d39cc7f1e30fb0a6300887b7b1a00
-
BubaVV authored
In case of error Swift API return some details about unsuccessful request, i.e. internal IP, full object pass, etc. This response is not processed by Horizon and presented to user as-is, which is potentially insecure. Proposed patch adds error processing striping network location from error message Change-Id: Ieef9669a1be3ed7bbc685a457eb1fe86b34c3c7e Closes-bug: #1794767
-
Zuul authored
-
- Sep 27, 2018
-
-
Edward Hope-Morley authored
If enable_backup is False in OPENSTACK_CINDER_FEATURES then we should not display the backups panel. Change-Id: I276eebf0f11406bf354f5d8bbecef7b244d6d340 Closes-Bug: #1778771
-
- Sep 26, 2018
-
-
Zuul authored
-
Shu Muto authored
When refresh or link directly to ngdetails without correct navigation to be set, ngdetails view can not reproduce navigations, i.e. sidebar and breadcrumb. e.g. when the ordinary user try to open the URL specified as admin side. In this situation, ngdetails view should show 404 page. So this patch move to 404 page if the navigation does not exist. Change-Id: I7aeeddf838923d110703bfd7a04699b056c2abd5 Closes-Bug: #1761036
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
- Sep 25, 2018
-
-
Radomir Dopieralski authored
Since @memoized now uses weakref to delete old cache entries, and no longer keeps the object passed as parameters alive indefinitely, we no longer need to treat the Request objects specially. In fact, if we stop doing it, it should improve memory use, because now all request-specific caches will be removed as soon as the request object dies. I also removed the memoized_with_argconv function, and replaced it with an explicit function for converting teh parameters in the one place where it was used. Change-Id: I710b96a170e429c6ffdf22ad3e552ee6e1c6b7e3
-
- Sep 23, 2018
-
-
OpenStack Proposal Bot authored
For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: I30c4ff7dbda78781c32b27e455b9d75c7f4ddac2
-