324 Commits

Author SHA1 Message Date
jacky06
67ddca5043 Update hacking version
Use latest release 1.1.0 and compatible changes w.r.t pep8

Change-Id: I168ff6f7d491e4439863473a2bf23ba290e0c23b
2019-01-10 11:00:29 +08:00
Shu Muto
d133f1a381 Bump horizon for Stein
Change-Id: Ieb0812bc016d1063f98b6f10c068a5f38b336f3c
2018-12-21 10:41:05 +09:00
OpenStack Proposal Bot
be810e82d0 Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: Ib46e3829daa6e6cf649daf910ad3c39df83e0d6f
2018-12-07 08:58:24 +00:00
Zuul
fde06cd6b2 Merge "Imported Translations from Zanata" 2018-12-06 01:11:24 +00:00
huang.zhiping
61fa8b1f6a Change openstack-dev to openstack-discuss
Mailinglists have been updated. Openstack-discuss replaces openstack-dev.

Change-Id: I641cc9501a1dc9677484d94a786f545bae30c0e4
2018-12-04 12:54:30 +00:00
OpenStack Proposal Bot
18e6bcef81 Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: If89fb1ac4fc66dc54bfb44f99be04f5950b16b4e
2018-12-04 08:15:25 +00:00
OpenStack Proposal Bot
9413e3daa0 Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: I184d8bc272a6191de54f28036b74fb4245c8f6db
2018-11-15 06:09:04 +00:00
OpenStack Proposal Bot
dc2bd25c69 Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: I3738d78b79e6a083f292dd8004927a5fb5f2afc4
2018-11-06 07:08:58 +00:00
OpenStack Proposal Bot
87ed29d77a Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: I544416747c290316e61e0feebf976b7fbe7654c8
2018-11-01 06:49:36 +00:00
Zuul
bb1685ad84 Merge "Add containers panel for admin" 2018-10-31 03:43:11 +00:00
Shu Muto
c2ffde0903 Add containers panel for admin
Add containers panel into admin dashboard with actions that restricted for admin.
In details view, admin should not see logs tab and console tab.

Allowed actions for admin
- update
- rebuild
- start / stop / restart
- kill
- delete with force

Not allowed actions for admin
- create
- manage security group
- pause / unpause
- execute
- delete
- delete with stop

Not allowed view for admin
- logs tab on details view
- console tab on details view

To enable containers panel for admin, copy following[1] into horizon's
enabled folder[2].
[1] zun_ui/enabled/_2333_admin_container_containers_panel.py
[2] openstack_dashboard/local/enabled/

Change-Id: I1f96464b0103e099bd58bc2889087e1b55f4ed97
Implement: blueprint add-admin-containers-panel
2018-10-31 01:31:17 +00:00
OpenStack Proposal Bot
f5d4d69da0 Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: I6faac9b7fb8a25f192ac599c84ca409c7156ef86
2018-10-26 07:50:48 +00:00
OpenStack Proposal Bot
7b9b3f2d5c Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: Iac2f5fc13521a996d89ef6f5d631db7f0d1192a8
2018-10-25 07:06:47 +00:00
Zuul
eac9c36117 Merge "Add "host" column into images table view for admin" 2018-10-25 01:43:27 +00:00
Shu Muto
e426b24192 Add "host" column into images table view for admin
Change-Id: Ia76d5bc53dd2d71897afc9fe214ca3c2111f06a9
Closes-Bug: #1798702
2018-10-25 00:11:25 +00:00
Shu Muto
3f8cb502b6 Remove 'host' parameter from deleting image
'host' parameter for deleting image has removed from client.
Zun UI should remove this parameter.

Now, due to only 'id' is necessary for deleting image,
we can use 'delete-selected' type action and common deletion
confirmation dialog. Using the common deletion action,
we can also implement deletion action as batch action.

Change-Id: I2adae5cb466e620177c3788ac340f6464711e21d
Closes-Bug: #1799125
2018-10-25 00:11:17 +00:00
Shu Muto
0022f4a0ba Replace @memoized_with_request to @memoized
Horizon replaced @memoized_with_request to @memoized
for client module. Plugins need to replace it as same as
Horizon.

Change-Id: I050bc27236700b8469890468efba46bec5c7d246
Closes-Bug: #1799650
2018-10-25 09:10:13 +09:00
OpenStack Proposal Bot
3cd7a2c335 Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: Ia4242003195164eed1e0c24c6a1542b83ed5b691
2018-10-22 07:00:29 +00:00
Zuul
97ecdabee4 Merge "Add details view for hosts panel" 2018-10-19 03:45:30 +00:00
Zuul
48037543ab Merge "Fix an issue of default api version" 2018-10-18 08:01:20 +00:00
Shu Muto
ddb31065ab Add details view for hosts panel
This patch adds host details view for admin.

Change-Id: I99a7429f226bf62edea2f745e844c963099a48e8
Implements: blueprint add-host-panel
2018-10-18 14:38:36 +09:00
Hongbin Lu
761a31bc4b Fix an issue of default api version
There is a recent change [1] in python-zunclient that breaks the
zun-ui. In particular, zunclient changes the default api version
to '1.latest'. Zun-ui directly sends '1.latest' to server which
result in a 406 response because '1.latest' means client should
negotiate the api version with server first to decide the actual
api version to use.

[1] https://review.openstack.org/#/c/608467/

Change-Id: Ib09d2ebb0cd6f4302d6245d10f7790c572614b6a
2018-10-17 02:57:46 +00:00
Shu Muto
7ebff515a7 Add hosts panel
This patch adds hosts panel that includes index view.

Change-Id: I1c51961ba33ed4117774df83cad7d5bc6f076f69
Partial-Implements: blueprint add-host-panel
2018-10-16 17:16:54 +09:00
Shu Muto
f571466dea Add REST API and Angular service for hosts panel
Before implementing hosts panel for admin, this patch adds REST API
and Angular service for hosts-show.

Change-Id: I4d74d014e1c8185a167343e568a941bb0e29716a
Partial-Implements: blueprint add-host-panel
2018-10-16 17:16:34 +09:00
Zuul
c922f11b82 Merge "Remove unused 'detail' parameter" 2018-10-15 05:37:42 +00:00
Hongbin Lu
87372aa249 Remove unused 'detail' parameter
This parameter is not used in server and has been removes it from
client side [1]. This commit removes it from UI.

[1] https://review.openstack.org/#/c/575926/

Change-Id: I39f71d56da51f7c45a5f24da7b535ff570df1bba
Closes-Bug: #1797528
2018-10-13 19:52:27 +00:00
Hongbin Lu
4f3be81f4c Split command into list
The 'command' parameter has changed from string to list [1].
This patch updates the UI to catch this up.

[1] https://review.openstack.org/#/c/580990/

Change-Id: I60bdd84c22ba14e0646593a9747c5251e0dd46ff
Closes-Bug: #1797285
2018-10-11 03:20:43 +00:00
OpenStack Proposal Bot
ee90370f72 Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: I0ca80249d8f1db4dfacf80703e46e704d48f71ae
2018-10-02 00:17:19 +00:00
Shu Muto
d07126df35 Install horizon with upper-constraints.txt in post-install
Change-Id: I3df30cfee88608cd12beaae400b0706446194534
2018-09-28 09:21:19 +00:00
OpenStack Proposal Bot
ca35ef1d9b Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: Icb7888c351dc5b1e0827d17aba901898c1b9d536
2018-09-14 06:50:10 +00:00
Andreas Jaeger
9e6e29e32b Cleanup .zuul.yaml
Some cleanups and improvements:
* Add required-projects to py36 job
* Use openstack-lower-constraints template instead of individual jobs
* Sort list of templates

Change-Id: I80992c244a86029d003381d78918e308b08de735
2018-09-11 21:06:03 +02:00
OpenStack Proposal Bot
eda6db7fcf Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: I5c40e986fbca403168c4886b67921342c22aa901
2018-08-29 06:06:05 +00:00
OpenStack Proposal Bot
b1d899ed54 Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: I3630aa71c916cb99f33d890089d8fe9c91ea5ac2
2018-08-25 06:17:44 +00:00
Nguyen Hai
8d124776df switch documentation job to new PTI
This is a mechanically generated patch to switch the documentation
jobs to use the new PTI versions of the jobs as part of the
python3-first goal.

See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html

Change-Id: I96e16271dc9eb9a383c12a429380e53ffb7dada3
Story: #2002586
Task: #24347
2018-08-23 00:15:37 +09:00
Nguyen Hai
7dc7fe2142 import zuul job settings from project-config
This is a mechanically generated patch to complete step 1 of moving
the zuul job settings out of project-config and into each project
repository.

Because there will be a separate patch on each branch, the branch
specifiers for branch-specific jobs have been removed.

Because this patch is generated by a script, there may be some
cosmetic changes to the layout of the YAML file(s) as the contents are
normalized.

See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html

Change-Id: I62990e570c756148caa115c5d3b2df7396286408
Story: #2002586
Task: #24347
2018-08-23 00:15:36 +09:00
OpenStack Proposal Bot
a5a7655595 Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: I1ad1ff9f73b0d23e2b8960fc72903db4dfb5f1b8
2018-08-22 06:23:32 +00:00
Shu Muto
c30b51653e Remove mox3 from doc/requirements.txt
Dependency for mox3 is fully removed. So this patch removes mox3
dependency from doc/requirements.txt

This should be cherry-picked into stable/rocky branch.

Change-Id: I708b0ac29dc686cec2d16a40281c04e1e61366d3
2018-08-22 10:06:10 +09:00
OpenStack Proposal Bot
71573b1b1a Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: I3b72d11937acc31c1ad3cfdfffd24f16d708da36
2018-08-21 06:23:48 +00:00
dc8cd20fd5 Update reno for stable/rocky
Change-Id: Idddd094d98943f7fa106c8901c6f395572de8584
2018-08-20 18:35:33 +00:00
Zuul
4cd151ac46 Merge "Drop nose dependencies" 2018-08-20 05:44:14 +00:00
Akihiro Motoki
205dcd4be9 Drop nose dependencies
Horizon test setting no longer depends on nose and related stuffs.
This commit cleans up nose related dependencies.

The change was made in horizon Rocky-3,
so horizon 14.0.0.0b3 is required at least.

Change-Id: I616966db07033dded5a6de5e432b5876f015a234
2018-08-17 02:35:21 +09:00
OpenStack Proposal Bot
1e1bfdf83e Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: I5adcbb46aa6bbe2226fd21176238fb7b342439ba
2018-08-13 06:12:57 +00:00
OpenStack Proposal Bot
7eb1e0b5dc Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: I229295ef697b4959f32faee1f30fb4ba7f4cccc9
rocky-em 2.0.0
2018-08-12 06:23:24 +00:00
OpenStack Proposal Bot
2f6ea0b499 Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: I4661f167cb471d1b7aa90c8b8780c3e0d0d98154
2018-08-09 07:20:41 +00:00
Zuul
4d24a77d09 Merge "Add release notes for Rocky" 2018-07-27 01:01:04 +00:00
Shu Muto
7f07dffe86 Add release notes for Rocky
Change-Id: I638f997326a22a184bd45a11d457150c2bf31376
2018-07-26 06:52:18 +00:00
Shu Muto
605f7b5d36 Prepare to support python3.6
This patch prepares python3.6 support.

We should add py36-local into tox.ini and support for python3.6
into setup.cfg when we decide to support python3.6 formally.

Change-Id: Ief38d75d7ccea880a7424f18a607bb4c8032568c
2018-07-20 12:49:12 +09:00
huang.zhiping
7a9eabf7be Fix tox python3 overrides
We want to default to running all tox environments under python 3, so
set the basepython value in each environment.

We do not want to specify a minor version number, because we do not
want to have to update the file every time we upgrade python.

We do not want to set the override once in testenv, because that
breaks the more specific versions used in default environments like
py35 and py36.

To install horizon, check python3 version and set target directory
in postinstall script on package.json.

Change-Id: Iadf07f630bfc5d8f8d0c2a57e108c0f05aca899d
Co-Authored-By: Shu Muto <shu.mutow@gmail.com>
2018-07-20 12:46:17 +09:00
OpenStack Proposal Bot
29f1efd42e Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: Iaab9eff345176a86fbc3de713a3e78783a80a6a2
2018-07-18 06:55:54 +00:00
OpenStack Proposal Bot
34e57e83c4 Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: I6298ee4706cc31a1fffc2cd86f120609d4928a4d
2018-07-15 06:28:11 +00:00