10911 Commits

Author SHA1 Message Date
Kenji Ishii
acf67e027d Change from client filter to server filter in metadata page
In metadata page, we can only filter within current page.
But it is not useful. So this patch will change to get filtered results
from server.
At the moment, glance is only providing 'Resource Types' as a filter key.

Change-Id: I96d4eee2cba2413725c5871062889c0c61e82593
Closes-Bug: #1586231
Partial-Implements: blueprint server-side-filtering
2016-06-15 09:52:46 +09:00
Jenkins
2bad139137 Merge "Imported Translations from Zanata" 2016-06-13 09:40:03 +00:00
Jenkins
ab878c4a5b Merge "Fix wrong data type of subnet_availabilities_list" 2016-06-13 08:29:35 +00:00
OpenStack Proposal Bot
7ddebc5f64 Imported Translations from Zanata
For more information about this automatic import see:
https://wiki.openstack.org/wiki/Translations/Infrastructure

Change-Id: I6b39df05b1cede0946940f56427521fe5cd5eef3
2016-06-13 07:22:35 +00:00
Jenkins
6f082fbc37 Merge "Menu icon doesn't show in Resource Usage page" 2016-06-12 17:08:43 +00:00
Jenkins
5a7bef2ff1 Merge "admin permissions depends on OPENSTACK_KEYSTONE_ADMIN_ROLES" 2016-06-12 01:02:35 +00:00
Jenkins
8289a26725 Merge "Handle non ASCII tenant names gracefully when downloading RC file" 2016-06-12 00:55:19 +00:00
Jenkins
3c53ae9935 Merge "Imported Translations from Zanata" 2016-06-11 20:53:24 +00:00
Jenkins
fa51ec1205 Merge "Table Column Sorting icons should inherit from theme" 2016-06-11 20:41:38 +00:00
Jenkins
57ca17a070 Merge "ICMP type & code validation while adding Security Group rules" 2016-06-11 12:30:40 +00:00
Jenkins
888c4a0cdd Merge "Remove redundant conditional expression" 2016-06-11 10:06:47 +00:00
OpenStack Proposal Bot
4398017d8d Imported Translations from Zanata
For more information about this automatic import see:
https://wiki.openstack.org/wiki/Translations/Infrastructure

Change-Id: I024ecdde93c54b5d35fc86aa3c1a02a270dc51c0
2016-06-11 07:18:03 +00:00
Jenkins
7d931c534c Merge "Updated from global requirements" 2016-06-10 19:22:01 +00:00
Jenkins
6d1bc88628 Merge "Migrate swift ui to use hz-dynamic-table" 2016-06-10 17:32:59 +00:00
Diana Whitten
5c1f1761c0 Table Column Sorting icons should inherit from theme
The 3rd party tablesorter plugin needs to use options to configure
sorting icon so that we can override it via the theme.

Closes-bug: #1589647

Change-Id: I34ab18988c9cba8065449ca3a054b9c66f2cff02
2016-06-10 16:52:08 +00:00
OpenStack Proposal Bot
cb19b47342 Updated from global requirements
Change-Id: I7defd03470b3bc80e75e6683b60ec021497482fb
2016-06-10 15:44:27 +00:00
Akihiro Motoki
2d093569bd Fix wrong data type of subnet_availabilities_list
subnet_availabilities_list is not a dict but a list.
This is only used when an exception is raised.

TrivialFix

Change-Id: I36d7bceaefb6e1c5f1d69c18d94a6f552f1a6c1d
2016-06-10 13:12:39 +00:00
Jenkins
00e1c59be0 Merge "Live migration auto schedule new host" 2016-06-10 13:06:09 +00:00
Jenkins
fa6aa731c9 Merge "In integration tests prevent getting volume size too early" 2016-06-10 11:22:41 +00:00
Suraj Deshmukh
edfde8b3f5 ICMP type & code validation while adding Security Group rules
While adding new 'Security Group Rule' viz. 'Custom ICMP rule' when
wrong ICMP 'type' or 'code' was given the errors it would show were
'Not a valid port number'; which is misleading. The errors should
rather be 'Not a valid ICMP type' or 'Not a valid ICMP code'.

Also for validating ICMP 'type' and 'code' there wasn't any dedicated
functionality in 'oslo.utils/netutils' so the code for validating 'TCP
ports' was used. TCP ports are in range 0 to 65535 while ICMP 'type'
and 'code' are in range 0 to 255, so using 'TCP port validation' code
is incorrect.

When -1 is used in 'ICMP code' or 'ICMP type' that means any number
0 to 255 is valid.

Here newer dedicated functionality of 'oslo.utils/netutils' is used
for validating ICMP 'type' and ICMP 'code'.

Change-Id: I8e227a0021d418294fa7b7756d58e39f2100850a
Closes-Bug: #1511748
2016-06-10 12:29:54 +02:00
eric
cc42e94c0c Live migration auto schedule new host
This change adds the option of using the nova scheduler
to place a vm during live migration

Change-Id: I136de833ab1b9e38c8077ad1b3ff156b761055d5
Closes-bug: #1586527
2016-06-10 10:10:37 +00:00
Kenji Ishii
cb0d1eaf46 admin permissions depends on OPENSTACK_KEYSTONE_ADMIN_ROLES
In dashboard or panel, 'openstack.roles.xxx' is used
as a permission control. 'xxx' in 'openstack.roles.xxx'
is a real role name.
At the moment, it is not addressed OPENSTACK_KEYSTONE_ADMIN_ROLES.
This patch will address it.

Change-Id: Ic7200dfdf403b63ef3210750617ae102b15c02c8
Closes-Bug: #1534409
2016-06-10 07:23:09 +00:00
Richard Jones
241cf1bd7e Migrate swift ui to use hz-dynamic-table
This removes the custom table code and uses the new
hz-dynamic-table directive to manage the table.

The documentation for actionResultService was also
edited to improve clarity.

Note: I was not intending to migrate all actions over
to use actionResultService in this patch (to keep the
patch size under control) so only the delete actions
have been done, and even then not optimally. These will
be revisited in a subsequent patch.

Change-Id: If8c4009c29fbbdbbeac12ce2bee4dcbef287ea98
Closes-Bug: 1576418
Closes-Bug: 1586175
Partially-Implements: blueprint swift-ui-functionality
2016-06-10 16:58:20 +10:00
Jenkins
fedb991435 Merge "Hotfix the issue with too new Firefox version" 2016-06-10 03:29:41 +00:00
Jenkins
26b76cfa42 Merge "docs: Remove version from example" 2016-06-09 20:30:46 +00:00
Timur Sufiev
6f17650a3a Hotfix the issue with too new Firefox version
which Selenium WebDriver cannot connect to.

Partial-Bug: 1590939
Change-Id: Ide1de4638b9c8b3e0ec1d34f7c044e8a96cc5890
2016-06-09 20:04:06 +00:00
Andreas Jaeger
6d8eb376e4 docs: Remove version from example
We do not store the version anymore in setup.cfg, remove it from the
example in the Plugin tutorial.

Change-Id: Id40a612daaaa11df325f7346938f2b3f92e7c78a
2016-06-09 13:25:00 +02:00
Andreas Jaeger
c5d3192530 Docs: Do not mention POT files
We do not store POT files anymore [1] in our repositories, so update the
documentation that it does not mention POT files.

[1]
http://lists.openstack.org/pipermail/openstack-dev/2016-May/094215.html

Change-Id: I3fb12123f741cece94e0d10e3558a66b37cee558
2016-06-09 13:20:31 +02:00
Jenkins
ce68bf6f18 Merge "Imported Translations from Zanata" 2016-06-09 08:52:23 +00:00
Jenkins
502d1d05f1 Merge "Make the volume transfer name field required" 2016-06-09 07:34:54 +00:00
OpenStack Proposal Bot
963d842dc0 Imported Translations from Zanata
For more information about this automatic import see:
https://wiki.openstack.org/wiki/Translations/Infrastructure

Change-Id: Ia121a695fb0e084d60ee64a8401762d959157b5f
2016-06-09 06:51:27 +00:00
Jenkins
17d284e469 Merge "Provide an integration test for dynamic themes" 2016-06-08 21:47:08 +00:00
Jenkins
d3f11ea3d7 Merge "Reduce the default date range on Overview panel to 1 day" 2016-06-08 20:06:54 +00:00
Jenkins
377da87e3c Merge "Improvements to hz-dynamic-table" 2016-06-08 10:16:03 +00:00
Jenkins
a9cc43b2b2 Merge "getIdsOfType now returns all ids if type undefined" 2016-06-08 10:10:51 +00:00
Jenkins
e7f09d758e Merge "Implement video capture for failed tests" 2016-06-08 08:43:07 +00:00
OpenStack Proposal Bot
a45b6b9660 Imported Translations from Zanata
For more information about this automatic import see:
https://wiki.openstack.org/wiki/Translations/Infrastructure

Change-Id: If650529bf3f21249db69806ef7ab70bfcb283983
2016-06-08 06:46:03 +00:00
Jenkins
4e64aad527 Merge "Flavors row level actions integration tests" 2016-06-08 04:32:53 +00:00
Jenkins
b657d14379 Merge "Modified Instance Form Submit behavior." 2016-06-08 00:34:09 +00:00
Jenkins
64ab2eee02 Merge "Angular LI Required Icon isn't Brand Primary Color" 2016-06-08 00:11:49 +00:00
Jenkins
f3faa553cc Merge "Imported Translations from Zanata" 2016-06-07 22:40:52 +00:00
Jenkins
5e7cfd5b52 Merge "Use Magic-Search for Security Groups step in Launch Instance" 2016-06-07 21:00:40 +00:00
Ankur Gupta
ca99225994 Modified Instance Form Submit behavior.
Add post function to Instance attach/detach interface form.
If an appropriate option is not chosen the form resets, allowing
for the user to go back into the form and correctly choose an option.

Change-Id: I7a52a4a78215b97e8ef0102c9def6c190351b2d5
Partially Closes-Bug: #1576869
2016-06-07 20:30:54 +00:00
Diana Whitten
1333729e92 Angular LI Required Icon isn't Brand Primary Color
Closes-bug: #1590028

Change-Id: I976793eb642613cfa5052944b4af56fb4c5040cc
2016-06-07 07:46:10 -07:00
Jenkins
e3dfb535c8 Merge "Default theme lacks support for dropup menus" 2016-06-07 12:23:54 +00:00
Jenkins
2c00ac5322 Merge "updating keystone policy file" 2016-06-07 11:40:31 +00:00
Sergei Chipiga
d63f93a819 Implement video capture for failed tests
Example of video recording Idd218e09c0f8df8ec7740173d5f2d856b8baafa1

Change-Id: I350950095f840f63638175b09ed083109aada2da
Closes-Bug: #1585092
2016-06-07 13:09:47 +03:00
OpenStack Proposal Bot
0f162504c2 Imported Translations from Zanata
For more information about this automatic import see:
https://wiki.openstack.org/wiki/Translations/Infrastructure

Change-Id: Ib9f5fff02dc53ed8274aa0019a1de5acb1eea2bd
2016-06-07 06:44:56 +00:00
Richard Jones
e077903354 Improvements to hz-dynamic-table
These changes were prompted by the patch to
migrate Swift UI to use hz-dynamic-table (now
a follow-on patch).

hz-table and its select-all assumes the use of an "id"
property for selection, which isn't always present (Swift
uses "name") and hz-dynamic-table makes it configurable
anyway, so now it's also configurable on hz-table.

The various directives in hz-dynamic-table on the <table>
tag were moved up to an enclosing <div> so as to allow
other content to remain outside of the table while still
access the "table" contexts (st-table, hz-table).

The search bar and action buttons may now occupy the same
row, though by default they still split over two rows. The
column share is configurable.

Change-Id: I6f687ea9f605674d123e07e9f6e0dc2866f933b2
Partially-Implements: blueprint swift-ui-functionality
2016-06-07 14:30:57 +10:00
Jenkins
1772f2da8a Merge "Pure project admin can't view Projects page" 2016-06-07 03:16:45 +00:00