Bug 1221076
| Summary: | python-neutron-fwaas rpm lacks db upgrade 'versions' directory | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Roey Dekel <rdekel> |
| Component: | openstack-neutron | Assignee: | lpeer <lpeer> |
| Status: | CLOSED ERRATA | QA Contact: | Roey Dekel <rdekel> |
| Severity: | urgent | Docs Contact: | |
| Priority: | high | ||
| Version: | 7.0 (Kilo) | CC: | amuller, chrisw, jruzicka, mlopes, nyechiel, oblaut, rdekel, yeylon |
| Target Milestone: | ga | ||
| Target Release: | 7.0 (Kilo) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | openstack-neutron-fwaas-2015.1.0-3.el7ost | Doc Type: | Known Issue |
| Doc Text: |
Due to a known issue with the 'python-neutron-fwaas' package, Firewall-as-a-Service (FWaaS) may fail to work. This is a result of the 'python-neutron-fwaas' package missing the database upgrade 'versions' directory.
In addition, upgrading the database schemas between version releases may not function correctly at this time.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-08-05 13:23:28 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Roey Dekel
2015-05-13 09:23:02 UTC
Verified on Kilo with: Version-Release number of selected component: --------------------------------------------- Puddle: 2015-06-02.1 openstack-neutron-fwaas-2015.1.0-3.el7ost.noarch Reproduce steps: ---------------- 1. Install RHEL-OSP 7 via packstack 2. Fixed manually by using: neutron-db-manage --service fwaas --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini upgrade head Results: -------- As expected: [root@controller ~(keystone_demo)]# neutron firewall-create policy1 Created a new firewall: +--------------------+--------------------------------------+ | Field | Value | +--------------------+--------------------------------------+ | admin_state_up | True | | description | | | firewall_policy_id | f423b2af-8df4-4d72-994d-3ed1b24f8ab3 | | id | bf87fb30-c294-4060-91fa-428bbf831112 | | name | | | router_ids | fe56731b-90f3-4a57-b3a5-540794f6d187 | | status | PENDING_CREATE | | tenant_id | 69def02bcd2d431f972695541a5d4e2a | +--------------------+--------------------------------------+ Comment: -------- db upgrade still needed in order to use fwaas Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHEA-2015:1548 |