11669 Commits

Author SHA1 Message Date
Mikhail Lelyakin
92a265dd23 Remove unused line from local_settings.py.example
The 9-th line of horizon/openstack_dashboard/
local/local_settings.py.example imports exceptions
module. But this module is unused in code and doesn't
described in comment lines.

Change-Id: I9568ba7d33b797cd91f9a50bf5162d305c1e078d
2016-09-28 11:09:57 +03:00
OpenStack Proposal Bot
9935d46ea6 Imported Translations from Zanata
For more information about this automatic import see:
https://wiki.openstack.org/wiki/Translations/Infrastructure

Change-Id: Iad97eb55aec417c8c2a737805b475f372ce03816
2016-09-27 07:49:46 +00:00
OpenStack Proposal Bot
a6b21647de Imported Translations from Zanata
For more information about this automatic import see:
https://wiki.openstack.org/wiki/Translations/Infrastructure

Change-Id: I4c6b34a0a2e7eaee30f37e9439c90652f4c0e1e2
2016-09-26 07:49:31 +00:00
Jenkins
57140ceb6f Merge "Fix Launch Instance without Cinder" 2016-09-25 06:13:53 +00:00
Jenkins
c664427667 Merge "Remove duplicated inappropriate 'translate' tag" 2016-09-25 05:09:53 +00:00
Jenkins
48bc2bc6b3 Merge "Move Developer enabled/ files to contrib" 2016-09-24 14:01:20 +00:00
Jenkins
03ba8d2820 Merge "Added the pagination info at top of the table" 2016-09-24 00:59:46 +00:00
Jenkins
9d7f1c8154 Merge "Fix the exapmle of how to use customization_module" 2016-09-23 20:57:34 +00:00
Revon Mathews
b65b476a1b Added the pagination info at top of the table
Added a reusable pagination template that is now applied to the top
and bottom of the data_table.

Change-Id: I7eb040b9c08fef984d20c8dba560cfe0c8be8cac
Closes-bug:#1359238
2016-09-23 14:46:39 -05:00
OpenStack Proposal Bot
b6cdf34785 Updated from global requirements
Change-Id: Ib52ed2d1b9001bf7c8ba77a93241516a28fafb18
2016-09-23 15:23:58 +00:00
Sean Mooney
723e547e84 Fix Launch Instance without Cinder
A previous patch altered the defaults in the angular Launch Instance,
but didn't account for those running without Cinder. This patch fixes
those assumptions.

Co-Authored-By: Rob Cresswell <robert.cresswell@outlook.com>
Change-Id: I8dc54fa40fa7eb8ae95a13741405f2a80337b33d
Closes-Bug: 1585761
2016-09-23 13:07:37 +00:00
Jenkins
129f33ceb3 Merge "Fix metadata removal" 2016-09-23 13:05:26 +00:00
Rob Cresswell
fbbe16f76d Move Developer enabled/ files to contrib
This patch moves the developer panel enabled files to contrib, to stop
any strange behaviour when interacting with settings from enabled files
and prevent warning logs when DEBUG is False.

Change-Id: If7a2d023afe418b6dd90edf8a4a1d3bc9646c7ad
2016-09-23 10:59:20 +00:00
Akihiro Motoki
b89c1abfa5 Multiple integration test fixes
This patch represents the following patches, combined:

---

integration tests: retry WebDriver instantiation when conn refused
  https://review.openstack.org/#/c/375042/

We see connection refused which leads to integration test failure randomly.
This seems to come from high load of test infra. This commit retries
WebDriver instantiation when connection refused is returned.

There is no confident this workaround works, but it would be great
if this reduces the number of failures. Let's try.

---

integration test: ensure IPv4 address is extracted
  https://review.openstack.org/#/c/374826/

In test_floatingip_associate_disassociate, IPv6 address is passed
to Floating IP associate API. This commit ensures to pick up IPv4
address of an instance.

Change-Id: Iba71d1e17e252527a82cd53c34dca35723367b28
Co-Authored-By: Akihiro Motoki <amotoki@gmail.com>
Partial-Bug: #1626643
Closes-Bug: #1626536
2016-09-23 17:59:48 +09:00
Kenji Ishii
07185eca28 Fix the exapmle of how to use customization_module
If a user use current example[1] as is, other attributes that
HORIZON_CONFIG have are eliminated. As a result, some unexpected
behavior may occur. So, this patch modify the exapmle.

[1]:http://docs.openstack.org/developer/horizon/topics/customizing.html

Change-Id: I022a73e6da6ad9b8ae1f807838cf29efedf7e1ef
Closes-Bug: #1626858
2016-09-23 15:52:07 +09:00
Jenkins
28793564ff Merge "Move past release notes under doc/ to releasenotes/" 2016-09-22 21:52:27 +00:00
Matt Borland
2425e6e860 Fix metadata removal
This fixes the case where known metadata types were not being removed
upon saving.  When trying to apply name changes to the provided value,
the work was done out of order, causing the item to be taken out
of the 'removed' list.

Change-Id: I0058ce369a9616b4c49f3d6d1a54cf69144e2f0c
Co-Authored-By: Matt Wood <matt.wood@hpe.com>
Closes-Bug: 1618578
2016-09-22 13:40:29 -06:00
qiaomin
b016b085bd Fix the wrong usage of assertTrue
This patch fix the wrong usage of 'asssertTrue'. The 'assertEqual' make sense.

Change-Id: I8f300a393629e08a48a7f3d6293ca5a178a085b9
2016-09-22 15:19:03 +00:00
Guillaume Espanel
d99444b87b Display the right floating ip on LB disassociation
The RemoveVIPFloatingIP.single method was deleting a floating IP and
then displayed a message about another floating IP.

Change-Id: Ic6078299ddb34550c002218aad28d05907827b01
Closes-bug: #1625639
2016-09-21 15:07:15 +00:00
Jenkins
877344de0d Merge "Fix the collection of integration tests artifacts" 2016-09-21 09:21:16 +00:00
Timur Sufiev
2fec0a1ae8 Fix the collection of integration tests artifacts
Don't rely on a particular workspace name, as it changes when job's
name changes.

Depends-On: I28d84235fb51a49492ed9c96794ba74f317f66b6
Change-Id: I63e45ee89711b429d0d878303aefeec4b159125a
Closes-Bug: #1625253
2016-09-20 20:56:41 +00:00
Jenkins
35fdc05540 Merge "Fix compatibility issues with Django 1.10" 2016-09-20 19:44:01 +00:00
Jenkins
f227b1bf2f Merge "Edit unclosed div tag" 2016-09-20 17:44:23 +00:00
Jenkins
db0a78d09b Merge "Imported Translations from Zanata" 2016-09-20 12:01:46 +00:00
Rob Cresswell
3488ab3d40 Fix compatibility issues with Django 1.10
Required modifying our URL pattern decorator to
be compatible with the slightly different callback
attribute mechanism in 1.10

Modified breadcrumb structures to always be 2-tuples
as tuple unpacking is now strictly enforced in 1.10

Also made the following things changed in Django 1.10.
- fixed the now-deprecated TEMPLATE_DEBUG.
- Caught up with Request context change
- SimpleTestCase.urls is removed in 1.10.
  ROOT_URLCONF needs to be used instead.

Co-Authored-By: Richard Jones <r1chardj0n3s@gmail.com>
Co-Authored-By: Akihiro Motoki <motoki@da.jp.nec.com>
Change-Id: I59cbd8bff117813258539ed0724fe89a9f5b77ee
Implements: blueprint dj110
2016-09-20 12:29:16 +01:00
Jenkins
61439e8ccc Merge "Replace 'assertTrue(a in b)' with 'assertIn(a, b)'" 2016-09-20 10:52:34 +00:00
Akihiro Motoki
3aeb73c641 Move past release notes under doc/ to releasenotes/
We are now publishing release notes through releasenotes/
(at http://docs.openstack.org/releasenotes/).
On the other hand, we used doc/ for past release notes.
It looks better to merge the past release notes to the new location.

Change-Id: I7478e86600074bec9d8f2596c4be3c4b389ee7bb
2016-09-20 18:15:32 +09:00
OpenStack Proposal Bot
ff973d2cd0 Imported Translations from Zanata
For more information about this automatic import see:
https://wiki.openstack.org/wiki/Translations/Infrastructure

Change-Id: I7158ce6c1b23f77270803b673340c18929d347c9
2016-09-20 07:53:13 +00:00
Jenkins
3149a19af3 Merge "Quota cleanup of dynamic methods" 2016-09-20 07:16:58 +00:00
Jenkins
c528205274 Merge "Fix getting the images list in Admin->Images" 2016-09-20 01:15:10 +00:00
Jenkins
e5d467ff1e Merge "Fix jasmine test failures due to missing ngRoute, schema-form dep" 2016-09-20 00:40:53 +00:00
eric
5d64e2db73 Quota cleanup of dynamic methods
Removing the usage of calling dynamic methods within the
quotas code.  This makes it difficult to support and see
who is calling what code.

Change-Id: Ie2c6be3233dd2cff16eb2271e2ac3f4b04d6e2b5
Implements: blueprint make-quotas-great-again
2016-09-19 08:50:15 -06:00
Timur Sufiev
6609420115 Fix getting the images list in Admin->Images
Do this by converting 'None' / 'True' / 'False' to their Python
counterparts.

Change-Id: Ifd17f4587759e7a67218278d28ee77fc9b80530a
Closes-Bug: #1624700
2016-09-19 13:56:54 +03:00
OpenStack Proposal Bot
515dc27ecd Imported Translations from Zanata
For more information about this automatic import see:
https://wiki.openstack.org/wiki/Translations/Infrastructure

Change-Id: I4b07430cbca43cd5254d1dacfaa224737392a010
2016-09-19 07:49:55 +00:00
Jaewook Kim
b68abc0c3c Edit unclosed div tag
Change-Id: If490a87fb4f0af2acf667f75dfea151ba6bce3fc
Closes-Bug: #1624796
2016-09-19 00:26:47 +00:00
Akihiro Motoki
4340fc25fe Remove duplicated inappropriate 'translate' tag
Change-Id: Id07287e20760116285cb5fda86aac272b8d06e35
Closes-Bug: #1624751
2016-09-17 21:33:21 +00:00
OpenStack Proposal Bot
90d7a3f79f Imported Translations from Zanata
For more information about this automatic import see:
https://wiki.openstack.org/wiki/Translations/Infrastructure

Change-Id: I89904288a2b9642152646a23cf1bf0264da38e38
2016-09-17 07:37:45 +00:00
Jenkins
e99cef8293 Merge "Update reno for stable/newton" 2016-09-16 09:21:36 +00:00
Jenkins
458a727b1d Merge "Imported Translations from Zanata" 2016-09-16 09:21:25 +00:00
Jenkins
b8fc8b12e5 Merge "Allow translator to control word order in delete confirm dialog" 2016-09-16 09:19:39 +00:00
Thierry Carrez
32bb3d7849 Update reno for stable/newton
Change-Id: I27ef7af240ad942e4c65b9175f4f21a1f076e6a2
2016-09-16 10:19:12 +02:00
OpenStack Proposal Bot
e42aaf64a8 Imported Translations from Zanata
For more information about this automatic import see:
https://wiki.openstack.org/wiki/Translations/Infrastructure

Change-Id: If53796ffeefba600affd2f9aad4d9f29847d5435
2016-09-16 07:37:24 +00:00
Jenkins
f9774acb73 Merge "Updated from global requirements" 2016-09-16 06:16:44 +00:00
Akihiro Motoki
cf5650f7f1 Allow translator to control word order in delete confirm dialog
Change-Id: I82c27d21cb000602e1cf76313c2cdec680c45394
Closes-Bug: #1624197
2016-09-16 04:26:49 +00:00
Jenkins
5d5bc86c97 Merge "Support for Glance v2" 2016-09-16 02:13:50 +00:00
Jenkins
c8ba33d38e Merge "Ability to delete network items from their details page" 2016-09-16 00:31:50 +00:00
Jenkins
76e0e08eb3 Merge "Add the new device owner flag for HA router interface" 2016-09-16 00:09:02 +00:00
OpenStack Proposal Bot
4304971437 Updated from global requirements
Change-Id: I639ce31e9bfcdc24f41440b5be46945973e06e1b
2016-09-15 20:19:34 +00:00
Jenkins
110175a549 Merge "Server-side filtering for Identity" 2016-09-15 19:45:08 +00:00
OpenStack Proposal Bot
aaa3ad4a13 Imported Translations from Zanata
For more information about this automatic import see:
https://wiki.openstack.org/wiki/Translations/Infrastructure

Change-Id: I999ca37f8c0694bc53c20ec166b30daacefa34eb
2016-09-15 07:38:29 +00:00