Back to bug 1041991
| Who | When | What | Removed | Added |
|---|---|---|---|---|
| RHOS Integration | 2013-12-12 20:28:32 UTC | Keywords | FutureFeature | |
| Whiteboard | upstream_milestone_next upstream_status_unknown | |||
| Red Hat Bugzilla | 2013-12-12 20:28:32 UTC | Doc Type | Bug Fix | Enhancement |
| RHEL Program Management | 2013-12-12 22:29:32 UTC | Target Release | --- | 5.0 |
| Stephen Gordon | 2013-12-18 06:18:01 UTC | Target Release | 5.0 | --- |
| John Skeoch | 2014-01-13 01:14:38 UTC | CC | hateya | |
| RHOS Integration | 2014-02-19 23:31:44 UTC | Whiteboard | upstream_milestone_next upstream_status_unknown | upstream_milestone_next upstream_status_unknown upstream_definition_pending-approval |
| RHOS Integration | 2014-05-31 04:07:36 UTC | Target Milestone | --- | Upstream M2 |
| Whiteboard | upstream_milestone_next upstream_status_unknown upstream_definition_pending-approval | upstream_milestone_juno-2 upstream_status_not-started upstream_definition_approved | ||
| RHOS Integration | 2014-07-15 04:05:26 UTC | Target Milestone | Upstream M2 | Upstream M3 |
| Whiteboard | upstream_milestone_juno-2 upstream_status_not-started upstream_definition_approved | upstream_milestone_juno-3 upstream_status_not-started upstream_definition_approved | ||
| RHOS Integration | 2014-08-08 04:04:45 UTC | Whiteboard | upstream_milestone_juno-3 upstream_status_not-started upstream_definition_approved | upstream_milestone_juno-3 upstream_status_started upstream_definition_approved |
| RHOS Integration | 2014-08-14 04:04:19 UTC | Status | NEW | POST |
| Whiteboard | upstream_milestone_juno-3 upstream_status_started upstream_definition_approved | upstream_milestone_juno-3 upstream_status_needs-code-review upstream_definition_approved | ||
| RHOS Integration | 2014-09-03 04:07:07 UTC | Whiteboard | upstream_milestone_juno-3 upstream_status_needs-code-review upstream_definition_approved | upstream_milestone_juno-3 upstream_status_implemented upstream_definition_approved |
| RHEL Program Management | 2014-09-13 04:37:40 UTC | Target Release | --- | 6.0 |
| Arthur Berezin | 2014-09-24 12:24:49 UTC | Priority | unspecified | medium |
| CC | aberezin, aortega, jpichon, mrunge | |||
| Component | RFEs | python-django-horizon | ||
| Assignee | rhos-maint | mrunge | ||
| QA Contact | iovadia | |||
| Matthias Runge | 2014-11-20 10:55:13 UTC | Status | POST | MODIFIED |
| Fixed In Version | python-django-horizon-2014.2-4.el7ost | |||
| Matthias Runge | 2014-11-21 08:12:53 UTC | CC | rhos-flags | |
| Link ID | OpenStack gerrit 114051 | |||
| Doc Text | Feature: Control Neutron features via extension list Reason: Before this change, it was required to configure neutron features in neutron and in horizon; Result: this feature enables horizon to ask neutron, if extension 'x' is enabled. Horizon will act corresponding to the answer. | |||
| Flags | needinfo?(rhos-flags) | |||
| Ami Jeain | 2014-11-21 08:13:39 UTC | CC | ajeain | |
| Flags | needinfo?(rhos-flags) | |||
| errata-xmlrpc | 2014-12-05 16:33:28 UTC | Status | MODIFIED | ON_QA |
| Suyog Sainkar | 2015-01-20 06:40:18 UTC | CC | ssainkar | |
| Doc Text | Feature: Control Neutron features via extension list Reason: Before this change, it was required to configure neutron features in neutron and in horizon; Result: this feature enables horizon to ask neutron, if extension 'x' is enabled. Horizon will act corresponding to the answer. | There was a need to enable/disable Neutron related features based on the extension list from Neutron and remove Neutron related settings in local_settings.py. -Neutron features like LBaaS, FWaaS or VPNaaS are provided as extensions in Neutron. These features are now enabled only when they are included in the extension list from Neutron. Also, changed the default settings of enable_lb/firewall/vpn to True. The default of these settings were set to False to avoid confusion to users because LB/FW/VPNaaS are optional features in Neutron. With this change, the corresponding features in Horizon are enabled dynamically, so it was reasonable to change the default to True. |
||
| errata-xmlrpc | 2015-02-09 00:40:10 UTC | Status | ON_QA | RELEASE_PENDING |
| errata-xmlrpc | 2015-02-09 14:54:07 UTC | Status | RELEASE_PENDING | CLOSED |
| Resolution | --- | ERRATA | ||
| Last Closed | 2015-02-09 09:54:07 UTC | |||
| Suyog Sainkar | 2015-02-27 00:47:26 UTC | Doc Text | There was a need to enable/disable Neutron related features based on the extension list from Neutron and remove Neutron related settings in local_settings.py. -Neutron features like LBaaS, FWaaS or VPNaaS are provided as extensions in Neutron. These features are now enabled only when they are included in the extension list from Neutron. Also, changed the default settings of enable_lb/firewall/vpn to True. The default of these settings were set to False to avoid confusion to users because LB/FW/VPNaaS are optional features in Neutron. With this change, the corresponding features in Horizon are enabled dynamically, so it was reasonable to change the default to True. | There was a need to enable/disable Neutron related features based on the extension list from Neutron and remove Neutron related settings in local_settings.py. Neutron features like LBaaS, FWaaS or VPNaaS are provided as extensions in Neutron. These features are now enabled only when they are included in the extension list from Neutron. Also, changed the default settings of enable_lb/firewall/vpn to True. The default of these settings were set to False to avoid confusion to users because LB/FW/VPNaaS are optional features in Neutron. With this change, the corresponding features in Horizon are enabled dynamically, so it was reasonable to change the default to True. |
| Martin Lopes | 2015-03-02 22:46:01 UTC | CC | mlopes | |
| Doc Text | There was a need to enable/disable Neutron related features based on the extension list from Neutron and remove Neutron related settings in local_settings.py. Neutron features like LBaaS, FWaaS or VPNaaS are provided as extensions in Neutron. These features are now enabled only when they are included in the extension list from Neutron. Also, changed the default settings of enable_lb/firewall/vpn to True. The default of these settings were set to False to avoid confusion to users because LB/FW/VPNaaS are optional features in Neutron. With this change, the corresponding features in Horizon are enabled dynamically, so it was reasonable to change the default to True. | There was a need to enable/disable Neutron related features based on the extension list from Neutron and remove Neutron related settings in local_settings.py. Neutron features like LBaaS, FWaaS or VPNaaS are provided as extensions in Neutron. These features are now enabled only when they are included in the extension list from Neutron. Also, changed the default settings of enable_lb/firewall/vpn to True. The default of these settings were set to False to avoid confusion to users because LB/FW/VPNaaS are optional features in Neutron. With this change, the corresponding features in Horizon are enabled dynamically, so it was reasonable to change the default to True. (FWaaS and VPNaaS are currently in technical preview) |
||
| Don Domingo | 2015-03-12 03:36:50 UTC | CC | ddomingo | |
| Doc Text | There was a need to enable/disable Neutron related features based on the extension list from Neutron and remove Neutron related settings in local_settings.py. Neutron features like LBaaS, FWaaS or VPNaaS are provided as extensions in Neutron. These features are now enabled only when they are included in the extension list from Neutron. Also, changed the default settings of enable_lb/firewall/vpn to True. The default of these settings were set to False to avoid confusion to users because LB/FW/VPNaaS are optional features in Neutron. With this change, the corresponding features in Horizon are enabled dynamically, so it was reasonable to change the default to True. (FWaaS and VPNaaS are currently in technical preview) | There was a need to enable/disable Neutron related features based on the extension list from Neutron and remove Neutron related settings in local_settings.py. Neutron features like LBaaS, FWaaS or VPNaaS are provided as extensions in Neutron. These features are now enabled only when they are included in the extension list from Neutron. Also, changed the default settings of enable_lb/firewall/vpn to True. The default of these settings were set to False to avoid confusion to users because LB/FW/VPNaaS are optional features in Neutron. With this change, the corresponding features in Horizon are enabled dynamically, so it was reasonable to change the default to True. (FWaaS and VPNaaS are currently included in this release as technology preview) |
||
| Summer Long | 2015-03-24 03:13:55 UTC | CC | slong | |
| Doc Text | There was a need to enable/disable Neutron related features based on the extension list from Neutron and remove Neutron related settings in local_settings.py. Neutron features like LBaaS, FWaaS or VPNaaS are provided as extensions in Neutron. These features are now enabled only when they are included in the extension list from Neutron. Also, changed the default settings of enable_lb/firewall/vpn to True. The default of these settings were set to False to avoid confusion to users because LB/FW/VPNaaS are optional features in Neutron. With this change, the corresponding features in Horizon are enabled dynamically, so it was reasonable to change the default to True. (FWaaS and VPNaaS are currently included in this release as technology preview) | OpenStack Networking (neutron)-related features (for example, LBaaS, FWaaS, or VPNaaS) are now disabled or enabled using OpenStack Networking's extension list. OpenStack Networking feature settings have been removed from the dashboard's local_settings file. Additionally, the default settings of enable_lb, firewall, and vpn have been changed to 'True'. Previously, the default was 'False' to avoid user confusion because LBaaS, FWaaS, and VPNaaS are optional features in OpenStack Networking. With this change, these features in Horizon are enabled dynamically, so the 'True' default is more reasonable. (FWaaS and VPNaaS are currently included in this release as technology preview.) |
||
| Summer Long | 2015-03-24 04:25:17 UTC | Doc Text | OpenStack Networking (neutron)-related features (for example, LBaaS, FWaaS, or VPNaaS) are now disabled or enabled using OpenStack Networking's extension list. OpenStack Networking feature settings have been removed from the dashboard's local_settings file. Additionally, the default settings of enable_lb, firewall, and vpn have been changed to 'True'. Previously, the default was 'False' to avoid user confusion because LBaaS, FWaaS, and VPNaaS are optional features in OpenStack Networking. With this change, these features in Horizon are enabled dynamically, so the 'True' default is more reasonable. (FWaaS and VPNaaS are currently included in this release as technology preview.) | OpenStack Networking (neutron)-related features (for example, LBaaS, FWaaS, or VPNaaS) are now disabled or enabled using OpenStack Networking's extension list. OpenStack Networking feature settings have been removed from the dashboard's local_settings file. Additionally, the default settings of enable_lb, firewall, and vpn have been changed to 'True'. Previously, the default was 'False' to avoid user confusion because LBaaS, FWaaS, and VPNaaS are optional features in OpenStack Networking. With this change, these features in the dashboard are enabled dynamically, so the 'True' default is more reasonable. (FWaaS and VPNaaS are currently included in this release as technology preview.) |
Back to bug 1041991