278 Commits

Author SHA1 Message Date
OpenStack Proposal Bot
e7bf7a2cc1 Updated from global requirements
Change-Id: I1acb76653d3e6c1f85b088fa7ab24e8f85f2a8f7
2017-04-18 16:58:32 +00:00
OpenStack Proposal Bot
49c6f1590a Imported Translations from Zanata
For more information about this automatic import see:
http://docs.openstack.org/developer/i18n/reviewing-translation-import.html

Change-Id: Ie7cb2dc8aafec8b3bafd0cf282a2b7609fdf65da
2017-04-18 09:25:24 +00:00
Jenkins
9983cae6ad Merge "Use common Angular view for Queues panel" 2017-04-17 05:20:03 +00:00
Shu Muto
d803f27cce Use common Angular view for Queues panel
This patch uses Horizon's common Angular views module for Queues panel.
Also, breadcrumbs are shown.

Change-Id: Iae5edc9d370fbda20889a043a2574bd034170881
Closes-Bug: #1664374
2017-04-17 05:05:01 +00:00
Shu Muto
850799c8db Refresh test environment
To enable py35 tests, refresh test environments.
Also, update docs, remove run_tests.sh that is no longer used.

Change-Id: I8bed45397c16e950cca887ff987bb2bbe551cd30
2017-04-13 15:46:13 +09:00
Jenkins
448740d5d5 Merge "Updated from global requirements" 2017-04-13 03:33:57 +00:00
OpenStack Proposal Bot
1e944bf4e4 Updated from global requirements
Change-Id: I83c49d89ed4e4a4e1ced6c777f0ae1d0a4512289
2017-04-12 04:24:27 +00:00
OpenStack Proposal Bot
e0074ee5f7 Imported Translations from Zanata
For more information about this automatic import see:
http://docs.openstack.org/developer/i18n/reviewing-translation-import.html

Change-Id: Iafada0c5c217e6ce2c3065f5b038c57724b384ac
2017-04-11 09:34:41 +00:00
OpenStack Proposal Bot
c26fd09112 Imported Translations from Zanata
For more information about this automatic import see:
http://docs.openstack.org/developer/i18n/reviewing-translation-import.html

Change-Id: Ibf8e46fc7735e1c4aefd7c57d60b2a24925bf319
2017-04-10 10:52:58 +00:00
OpenStack Proposal Bot
1df16a1ef1 Updated from global requirements
Change-Id: I3f678507978817f818a803a467096648b8294ef7
3.0.0.0b1
2017-04-07 06:18:58 +00:00
Jenkins
af8973b185 Merge "Imported Translations from Zanata" 2017-03-29 01:02:58 +00:00
OpenStack Proposal Bot
701cc770a2 Imported Translations from Zanata
For more information about this automatic import see:
http://docs.openstack.org/developer/i18n/reviewing-translation-import.html

Change-Id: I5843c88c7a7c86b676084d041b9b12672aaa81fe
2017-03-28 10:25:52 +00:00
Fei Long Wang
285301db58 Support purge queue
Implement blueprint: purge-queue

Change-Id: I2617d03d6ee7bcdf83859a9d4115e22793e02423
2017-03-22 11:41:02 +13:00
Jenkins
282ed90538 Merge "Support subscriptoin age and confirmed" 2017-03-07 20:38:32 +00:00
OpenStack Proposal Bot
d7d25e54af Updated from global requirements
Change-Id: I537217a689d27f407ef08627144a3e910fb5cc08
2017-03-06 01:21:04 +00:00
Jenkins
5689173a62 Merge "Update to a newer hacking library" 2017-03-05 21:17:46 +00:00
Shu Muto
c644729332 Update to a newer hacking library
The older hacking library has a cap on pbr <2.0, with the recent 2.0.0
release of PBR it's causing failures in the pep8 job. hacking isn't
kept in sync via the typical proposal-bot updates. Do it manually to
clear the gate issue.

Change-Id: I5d78d4c3487dbe1ba93fcbc104427da1e7dd9ef5
Related-Bug: #1668848
2017-03-02 18:53:50 +09:00
Fei Long Wang
0dde714219 Support subscriptoin age and confirmed
Implement blueprint: subscription-confirmation

Change-Id: I48074a6a582758de273e681931c90d51a19fc5f7
2017-02-23 16:16:21 +13:00
Fei Long Wang
1571f72af8 Better looking to show the queue metadata
Implement blueprint: format-queue-metadata

Change-Id: I03d08bfe2056393549d792ae69d7429c95ea16d4
2017-02-23 15:39:33 +13:00
Jenkins
a6c572bfa7 Merge "Fix filter that doesn't work properly" 2017-02-17 00:54:57 +00:00
Jenkins
c39cddf655 Merge "Fix deletion of subscriber" 2017-02-17 00:28:28 +00:00
Fei Long Wang
d37f6483be Fix queue metadata update issue
Currently when updating queue's metadata, the default type of
those metadata values are string. But in Zaqar some of them are
integer. So this patch will convert those reserved metadata
before saving.

Closes-Bug: #1581253

Change-Id: I6e3a6b8f7dd96e1e475454fd7b721878adcb1bc8
2017-02-15 11:48:37 +13:00
Shu Muto
0256a24a4c Fix filter that doesn't work properly
Filtering on table doesn't work properly.
The table always show all records.
This patch fixes it.

Change-Id: Ia9c1fe0ac661e13c5900c94bcc86efb0caf58316
Closes-Bug: #1557815
2017-02-14 18:35:43 +09:00
Shu Muto
5dcaf03220 Fix deletion of subscriber
Trush icon for deletion of subscriber doesn't work.
This patch fixes it.

Change-Id: I3f0923b2253be6be30e2cd7971b29440e4ad5ad8
Closes-Bug: #1664439
2017-02-14 13:39:02 +09:00
OpenStack Proposal Bot
4f93f39b4e Updated from global requirements
Change-Id: I51e7af945eef5e8b8f68a9cd69e3ef8a8b925774
2017-02-10 06:02:27 +00:00
Jenkins
a2d7b91bf9 Merge "Clean imports in code" 2017-02-06 09:17:29 +00:00
Cao Xuan Hoang
4638c818b6 Clean imports in code
This patch set modifies lines which are importing objects
instead of modules. As per openstack import guide lines, user should
import modules in a file not objects.

http://docs.openstack.org/developer/hacking/#imports

Change-Id: Iac60690f4ea56a53acfbbbdcf50a360ce8e9ca1d
2017-02-06 13:38:57 +07:00
OpenStack Proposal Bot
381e68a096 Imported Translations from Zanata
For more information about this automatic import see:
http://docs.openstack.org/developer/i18n/reviewing-translation-import.html

Change-Id: I2871e0e536016d610439e61191d0ecc11db82ab6
2017-02-05 07:07:14 +00:00
Jenkins
0f46e6f648 Merge "Update reno for stable/ocata" 2017-02-04 01:24:03 +00:00
105944e897 Update reno for stable/ocata
Change-Id: I9d923286b22774056d083fc1f28a3247a6fa2061
2017-02-03 14:24:48 +00:00
OpenStack Proposal Bot
82576d3acf Imported Translations from Zanata
For more information about this automatic import see:
http://docs.openstack.org/developer/i18n/reviewing-translation-import.html

Change-Id: I39f2c34747563c8664248eaf3d277e854dcfc3de
2017-02-03 07:06:25 +00:00
OpenStack Proposal Bot
440a1032b0 Imported Translations from Zanata
For more information about this automatic import see:
http://docs.openstack.org/developer/i18n/reviewing-translation-import.html

Change-Id: Id8d4f3822096dd692ec76c42a78072328f14f1ea
ocata-em 2.0.0 2.0.0.0rc1
2017-02-02 07:10:41 +00:00
Jenkins
5afea7e101 Merge "Add CRUD actions for pool" 2017-02-01 08:26:26 +00:00
Jenkins
865592891b Merge "Add CRUD actions for pool flavor" 2017-02-01 08:26:20 +00:00
OpenStack Proposal Bot
0daee0705e Imported Translations from Zanata
For more information about this automatic import see:
http://docs.openstack.org/developer/i18n/reviewing-translation-import.html

Change-Id: Icfb1480c00d2eec0dd74e4129b7aba2b6428af6f
2017-02-01 07:11:09 +00:00
Shu Muto
aa2486bde6 Add CRUD actions for pool flavor
This patch adds CRUD actions for pool flavor into pool flavors panel.

Change-Id: I0d5f0fb490d553b3e64d0e278ad1356900b81999
Implements: blueprint support-pool-flavor
2017-02-01 12:26:20 +09:00
OpenStack Proposal Bot
cfb9805454 Imported Translations from Zanata
For more information about this automatic import see:
http://docs.openstack.org/developer/i18n/reviewing-translation-import.html

Change-Id: I0bbf3bcbf793a966611dd05cc75034af6cedde5e
2017-01-31 07:05:31 +00:00
OpenStack Proposal Bot
49fd54184a Imported Translations from Zanata
For more information about this automatic import see:
http://docs.openstack.org/developer/i18n/reviewing-translation-import.html

Change-Id: I5eb95a991518d653951877c118779448724fba6f
2017-01-30 07:05:59 +00:00
Jenkins
b4256ff5c2 Merge "Add pool flavors panel into admin dashboard" 2.0.0.0b3 2017-01-27 21:33:49 +00:00
Jenkins
b69d1c1a48 Merge "Add pools panel into admin dashboard" 2017-01-27 21:33:44 +00:00
Jenkins
bca701ffaa Merge "Add REST APIs for pools and flavors" 2017-01-27 21:33:39 +00:00
Jenkins
f6e2ef1d55 Merge "Add release notes for initAction" 2017-01-27 21:32:00 +00:00
Shu Muto
ecb417864b Add CRUD actions for pool
This patch adds CRUD actions for storage pool into pools panel.

Change-Id: I900bc82b24fd30f98027c82820940f35cd4e6ad6
Implements: blueprint support-pool
2017-01-27 13:38:09 +09:00
OpenStack Proposal Bot
bfd65364c2 Imported Translations from Zanata
For more information about this automatic import see:
http://docs.openstack.org/developer/i18n/reviewing-translation-import.html

Change-Id: I41b9e609f5159b317d2b077e16b9ac180802ece1
2017-01-26 06:58:33 +00:00
Shu Muto
911e6a6b0a Add release notes for initAction
This patch adds release notes to use initAction instead
initScope.

Change-Id: Iadbe669b71760988a08027a03e3cd5e3fb684876
2017-01-25 16:00:43 +09:00
Jenkins
770416e904 Merge "Add reno for releasenotes management" 2017-01-24 09:41:12 +00:00
OpenStack Proposal Bot
8c41da46a2 Updated from global requirements
Change-Id: I406055bb8ae7172055addbd3314459404d637859
2017-01-20 01:57:06 +00:00
Shu Muto
4f7e3486d8 Add reno for releasenotes management
An initial patch to add reno and create a base directory for
release notes

Change-Id: Iee7dc99ccb3306225eb42811eedea69ab14e310b
2017-01-18 09:44:31 +09:00
Shu Muto
43c93dcc85 Add pool flavors panel into admin dashboard
This patch adds pool flavors panel into admin dashboard.
This provides only list view. Actions will be provided
in the next patches.

Change-Id: Iaf0e1e2f08b2bc7f06d6888943ed3304513394f7
Partial-Implement: blueprint support-pool-flavor
2016-12-16 15:14:34 +09:00
Shu Muto
13820b1358 Add pools panel into admin dashboard
This patch adds storage pools panel into admin dashboard.
This provides only list view. Actions will be provided
in the next patch.

Change-Id: Ia8cb1a0718001292ef078850d5e0433c88c9a0f2
Partial-Implements: blueprint support-pool
2016-12-16 12:34:10 +09:00