Comment 7 for bug 1495191

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to horizon (master)

Reviewed: https://review.openstack.org/235270
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=a7a85333d5dcbd39e13ae6c0bf650ecba0c4ca65
Submitter: Jenkins
Branch: master

commit 593f0b78eea8efbb6d833d66acc7ab4dc852159b
Author: OpenStack Proposal Bot <email address hidden>
Date: Thu Oct 8 06:09:44 2015 +0000

    Imported Translations from Zanata

    For more information about this automatic import see:
    https://wiki.openstack.org/wiki/Translations/Infrastructure

    Change-Id: I400c33fd114af0da3db3251d5d89e43234f1254c

commit 07a548e166c39752aa497bd2a072a0cae0aad527
Author: OpenStack Proposal Bot <email address hidden>
Date: Wed Oct 7 06:43:44 2015 +0000

    Imported Translations from Zanata

    For more information about this automatic import see:
    https://wiki.openstack.org/wiki/Translations/Infrastructure

    Change-Id: I7fa1294feebf590f6aca4948479df05cdc6f8cd8

commit 78703ac2159087b1935319f0f9aec155d2ed4d1d
Author: Doug Fish <email address hidden>
Date: Mon Oct 5 18:29:34 2015 +0000

    Update Horizon language list for Liberty

    Update to include languages at or above 90% completion
    for Horizon. List is
    Chinese (China) zh-CN
    Czech cs
    English (Australia) en-AU
    German de
    Korean (South Korea) ko-KR
    Polish (Poland) pl-PL
    Spanish es
    Japanese ja
    Russian ru
    Portuguese (Brazil) pt-BR
    French fr
    Turkish (Turkey) tr-TR
    Chinese (Taiwan) zh-TW

    Change-Id: I144fbfbe9cf505e9279cb78732e1b8e656abda88
    Closes-bug: #1502326

commit 17c935b05e1c1e8c885c0b658a97a542b5896826
Author: OpenStack Proposal Bot <email address hidden>
Date: Tue Oct 6 06:27:54 2015 +0000

    Imported Translations from Zanata

    For more information about this automatic import see:
    https://wiki.openstack.org/wiki/Translations/Infrastructure

    Change-Id: I62e3327e2c0e16de0493b3416f1baa503f458ba2

commit 33122a97ce34ef3d0154c8a3efec6fa721aa4061
Author: Frode Nordahl <email address hidden>
Date: Sun Sep 13 10:42:28 2015 +0200

    Do not pass along cidr and ip_version to create_subnet when not used

    A recent change in Neutron or netaddr makes it an error to send create_subnet
    message with cidr set to None.

    This patch updates Horizon code to make the cidr and ip_version parameters
    optional and updates the handling of these values from the subnet create
    workflow.

    Change-Id: Icd55a3629422d60470182591449cf726d52575a6
    Closes-Bug: 1495191
    (cherry picked from commit 8064dcc4858d4463626eb795e9bfd97ba66649c9)