← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1250246] Re: [horizon] [vpnaas] There is no option to update ike policy via horizon

 

Duplicated blueprint https://blueprints.launchpad.net/horizon/+spec
/vpnaas-ui-update

** Changed in: horizon
       Status: New => Invalid

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1250246

Title:
  [horizon] [vpnaas] There is no option to update ike policy via horizon

Status in OpenStack Dashboard (Horizon):
  Invalid

Bug description:
  Version
  =======
  Havana on rhel

  Description
  ===========
  It should be possible to update an ike policy which was not associated with vpn site connection yet, this works in the cli commands however there is no Update button in the IKE Policies grid of horizon's VPN tab.

  # neutron vpn-ikepolicy-show b7f8a370-277d-45c5-ae4a-6129af3a2db4
  +-------------------------+--------------------------------------+
  | Field                   | Value                                |
  +-------------------------+--------------------------------------+
  | auth_algorithm          | sha1                                 |
  | description             |                                      |
  | encryption_algorithm    | aes-128                              |
  | id                      | b7f8a370-277d-45c5-ae4a-6129af3a2db4 |
  | ike_version             | v1                                   |
  | lifetime                | {"units": "seconds", "value": 3600}  |
  | name                    | rami_ike_update                      |
  | pfs                     | group5                               |
  | phase1_negotiation_mode | main                                 |
  | tenant_id               | 62140fcafc1f4447a8eda15f28448021     |
  +-------------------------+--------------------------------------+

  # neutron vpn-ikepolicy-update --lifetime units=seconds,value=4000 b7f8a370-277d-45c5-ae4a-6129af3a2db4
  Updated ikepolicy: b7f8a370-277d-45c5-ae4a-6129af3a2db4

  # neutron vpn-ikepolicy-show b7f8a370-277d-45c5-ae4a-6129af3a2db4
  +-------------------------+--------------------------------------+
  | Field                   | Value                                |
  +-------------------------+--------------------------------------+
  | auth_algorithm          | sha1                                 |
  | description             |                                      |
  | encryption_algorithm    | aes-128                              |
  | id                      | b7f8a370-277d-45c5-ae4a-6129af3a2db4 |
  | ike_version             | v1                                   |
  | lifetime                | {"units": "seconds", "value": 4000}  |
  | name                    | rami_ike_update                      |
  | pfs                     | group5                               |
  | phase1_negotiation_mode | main                                 |
  | tenant_id               | 62140fcafc1f4447a8eda15f28448021     |
  +-------------------------+--------------------------------------+

  # neutron help vpn-ikepolicy-update 
  usage: neutron vpn-ikepolicy-update [-h] [--request-format {json,xml}]
                                      [--lifetime units=UNITS,value=VALUE]
                                      IKEPOLICY

  Update a given IKE Policy.

  positional arguments:
    IKEPOLICY             ID or name of ikepolicy to update

  optional arguments:
    -h, --help            show this help message and exit
    --request-format {json,xml}
                          the xml or json request format
    --lifetime units=UNITS,value=VALUE
                          IKE Lifetime
                          Attributes.'units'-seconds,default:seconds.
                          'value'-non negative integer, default:3600.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1250246/+subscriptions