Bug 1230199 - Can't use fwaas without db upgrade
Summary: Can't use fwaas without db upgrade
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: openstack-puppet-modules
Version: 7.0 (Kilo)
Hardware: Unspecified
OS: Unspecified
high
urgent
Target Milestone: ga
: 7.0 (Kilo)
Assignee: Ivan Chavero
QA Contact: Eran Kuris
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-06-10 12:26 UTC by Roey Dekel
Modified: 2015-08-05 13:25 UTC (History)
13 users (show)

Fixed In Version: openstack-puppet-modules-2015.1.8-7.el7ost openstack-packstack-2015.1-0.10.dev1589.g1d6372f.el7ost
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-08-05 13:25:35 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
manifest generated during smoke test (4.22 KB, text/plain)
2015-07-17 13:57 UTC, Lon Hohberger
no flags Details


Links
System ID Private Priority Status Summary Last Updated
OpenStack gerrit 200877 0 None None None Never
OpenStack gerrit 203753 0 None None None Never
OpenStack gerrit 203821 0 None None None Never
Red Hat Product Errata RHEA-2015:1548 0 normal SHIPPED_LIVE Red Hat Enterprise Linux OpenStack Platform Enhancement Advisory 2015-08-05 17:07:06 UTC

Description Roey Dekel 2015-06-10 12:26:47 UTC
Description of problem:
After packstack installation, failed to create firewall with a policy.

Version-Release number of selected component (if applicable):
Puddle: 2015-06-02.1
openstack-neutron-fwaas-2015.1.0-3.el7ost.noarch
python-neutron-fwaas-2015.1.0-3.el7ost.noarch

How reproducible:
4/4

Steps to Reproduce:
1. Install via packstack
2. Create rule
    neutron firewall-rule-create --protocol icmp --action allow
3. Create policy
    neutron firewall-policy-create policy1 --firewall-rules d589f1cc-e385-42e7-a975-1beb798af9ce
4. Create firewall
    neutron firewall-create policy1

Actual results:
Request Failed: internal server error while processing your request.
log: http://pastebin.test.redhat.com/282742

Expected results:
Created a new firewall

Additional info:
This bug was opened after resolving Bug 1221076, which lets using db upgrade which reloves the bug.

Comment 3 Assaf Muller 2015-06-17 14:19:04 UTC
I think that the component for this bug should be Packstack, but before we do that I'd like to set a few things straight.

I understand that Packstack is missing this line:

neutron-db-manage --service fwaas --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini upgrade head

Roey:
1) Is Packstack executing that line for lbaas and vpnaas presently?
2) Will this need to be fixed separately for OSP Director? Did anyone test all three advanced services with Director?

Comment 4 Roey Dekel 2015-06-18 07:18:59 UTC
Reply to Comment 3:
1) It isn't executing the line, therefor working with fwaas nor lbaas v2 after installation is possible (current result for fwaas is described in the Description, for lbaas, submitted RFE for lbaas v2, which requires db upgrade, described in BZ 1221021).
2) Adding oblaut.

Comment 6 Ivan Chavero 2015-06-30 03:28:46 UTC
Added patch for running db sync while enabling fwaas on the puppet neutron module

Comment 7 Ivan Chavero 2015-07-14 20:41:46 UTC
The patch is ready, including it on the new package

Comment 8 Ivan Chavero 2015-07-16 00:31:39 UTC
The approach of the patch is being discussed upstream it might not be the proper one

Comment 9 Lon Hohberger 2015-07-17 13:52:33 UTC
Failed smoke test:

07:24:18 Applying Puppet manifests                         [ ERROR ]
07:24:18 
07:24:18 ERROR : Error appeared during Puppet run: 172.16.32.28_neutron.pp
07:24:18 Error: Duplicate declaration: Class[Neutron::Services::Fwaas] is already declared; cannot redeclare at /var/tmp/packstack/53d35f76884f44b9976d050b8ccb1b28/manifests/172.16.32.28_neutron.pp:104 on node feesy-rhos-ci-55-rhos-packstack-controller.novalocal
07:24:18 You will find full trace in log /var/tmp/packstack/20150717-031703-m5evdc/manifests/172.16.32.28_neutron.pp

Comment 10 Lon Hohberger 2015-07-17 13:57:54 UTC
Created attachment 1053092 [details]
manifest generated during smoke test

Comment 12 Eran Kuris 2015-07-20 06:02:17 UTC
The bug still reproduce in the latest puddle from 17-7-2015
[root@puma15 ~]# rpm -qa |grep openstack-puppet-modules
openstack-puppet-modules-2015.1.8-7.el7ost.noarch
[root@puma15 ~]# rpm -qa |grep  openstack-packstack
openstack-packstack-puppet-2015.1-0.8.dev1589.g1d6372f.el7ost.noarch
openstack-packstack-2015.1-0.8.dev1589.g1d6372f.el7ost.noarch
[root@puma15 ~(keystone_admin)]# neutron router-create router
Created a new router:
+-----------------------+--------------------------------------+
| Field                 | Value                                |
+-----------------------+--------------------------------------+
| admin_state_up        | True                                 |
| distributed           | False                                |
| external_gateway_info |                                      |
| ha                    | False                                |
| id                    | 27e4d2dc-9ab1-4920-a414-6ac505784a25 |
| name                  | router                               |
| routes                |                                      |
| status                | ACTIVE                               |
| tenant_id             | 57a0a4123ac241b5908c8155c5a15b94     |
+-----------------------+--------------------------------------+
[root@puma15 ~(keystone_admin)]# neutron net-create internal_ipv4_a --shared
Created a new network:
+---------------------------+--------------------------------------+
| Field                     | Value                                |
+---------------------------+--------------------------------------+
| admin_state_up            | True                                 |
| id                        | 6633b9cc-e85e-48a7-9f44-2e61cd04be3e |
| mtu                       | 0                                    |
| name                      | internal_ipv4_a                      |
| provider:network_type     | vxlan                                |
| provider:physical_network |                                      |
| provider:segmentation_id  | 10                                   |
| router:external           | False                                |
| shared                    | True                                 |
| status                    | ACTIVE                               |
| subnets                   |                                      |
| tenant_id                 | 57a0a4123ac241b5908c8155c5a15b94     |
+---------------------------+--------------------------------------+
[root@puma15 ~(keystone_admin)]# neutron subnet-create 6633b9cc-e85e-48a7-9f44-2e61cd04be3e 192.168.1.0/24 --name internal_ipv4_a_subnet --ip-version 4
Created a new subnet:
+-------------------+--------------------------------------------------+
| Field             | Value                                            |
+-------------------+--------------------------------------------------+
| allocation_pools  | {"start": "192.168.1.2", "end": "192.168.1.254"} |
| cidr              | 192.168.1.0/24                                   |
| dns_nameservers   |                                                  |
| enable_dhcp       | True                                             |
| gateway_ip        | 192.168.1.1                                      |
| host_routes       |                                                  |
| id                | eaaf4ca2-76bb-414b-8e5c-70c4ba7d897b             |
| ip_version        | 4                                                |
| ipv6_address_mode |                                                  |
| ipv6_ra_mode      |                                                  |
| name              | internal_ipv4_a_subnet                           |
| network_id        | 6633b9cc-e85e-48a7-9f44-2e61cd04be3e             |
| subnetpool_id     |                                                  |
| tenant_id         | 57a0a4123ac241b5908c8155c5a15b94                 |
+-------------------+--------------------------------------------------+
[root@puma15 ~(keystone_admin)]# neutron router-interface-add 27e4d2dc-9ab1-4920-a414-6ac505784a25 eaaf4ca2-76bb-414b-8e5c-70c4ba7d897b
Added interface d762f5ce-b1ab-41e3-9c61-3c260297a26f to router 27e4d2dc-9ab1-4920-a414-6ac505784a25.
[root@puma15 ~(keystone_admin)]# neutron firewall-rule-create --protocol icmp --action allow
Created a new firewall_rule:
+------------------------+--------------------------------------+
| Field                  | Value                                |
+------------------------+--------------------------------------+
| action                 | allow                                |
| description            |                                      |
| destination_ip_address |                                      |
| destination_port       |                                      |
| enabled                | True                                 |
| firewall_policy_id     |                                      |
| id                     | 15a62517-d1c4-4441-aff9-61f0539b6346 |
| ip_version             | 4                                    |
| name                   |                                      |
| position               |                                      |
| protocol               | icmp                                 |
| shared                 | False                                |
| source_ip_address      |                                      |
| source_port            |                                      |
| tenant_id              | 57a0a4123ac241b5908c8155c5a15b94     |
+------------------------+--------------------------------------+
[root@puma15 ~(keystone_admin)]# neutron firewall-policy-create policy1 --firewall-rules 15a62517-d1c4-4441-aff9-61f0539b6346
Created a new firewall_policy:
+----------------+--------------------------------------+
| Field          | Value                                |
+----------------+--------------------------------------+
| audited        | False                                |
| description    |                                      |
| firewall_rules | 15a62517-d1c4-4441-aff9-61f0539b6346 |
| id             | 74164d58-1772-418f-8dcf-0b6265d5d65c |
| name           | policy1                              |
| shared         | False                                |
| tenant_id      | 57a0a4123ac241b5908c8155c5a15b94     |
+----------------+--------------------------------------+
[root@puma15 ~(keystone_admin)]# neutron firewall-create policy1
Request Failed: internal server error while processing your request.
[root@puma15 ~(keystone_admin)]# neutron-db-manage --service fwaas upgrade head
INFO  [alembic.migration] Context impl MySQLImpl.
INFO  [alembic.migration] Will assume non-transactional DDL.
INFO  [alembic.migration] Context impl MySQLImpl.
INFO  [alembic.migration] Will assume non-transactional DDL.
INFO  [alembic.migration] Running upgrade  -> start_neutron_fwaas, start neutron-fwaas chain
INFO  [alembic.migration] Running upgrade start_neutron_fwaas -> 4202e3047e47, add_index_tenant_id
INFO  [alembic.migration] Running upgrade 4202e3047e47 -> 540142f314f4, FWaaS router insertion
INFO  [alembic.migration] Running upgrade 540142f314f4 -> 796c68dffbb, cisco_csr_fwaas
INFO  [alembic.migration] Running upgrade 796c68dffbb -> kilo, kilo
[root@puma15 ~(keystone_admin)]# neutron firewall-create policy1
Created a new firewall:
+--------------------+--------------------------------------+
| Field              | Value                                |
+--------------------+--------------------------------------+
| admin_state_up     | True                                 |
| description        |                                      |
| firewall_policy_id | 74164d58-1772-418f-8dcf-0b6265d5d65c |
| id                 | 83785d56-7d02-4fda-a82d-7ebab32008e2 |
| name               |                                      |
| router_ids         | 27e4d2dc-9ab1-4920-a414-6ac505784a25 |
| status             | PENDING_CREATE                       |
| tenant_id          | 57a0a4123ac241b5908c8155c5a15b94     |
+--------------------+--------------------------------------+




L3-agent log file output : 
2015-07-20 08:40:18.604 4117 WARNING neutron.services.provider_configuration [req-8eab9a07-7c5e-4484-9560-67e2c41d9932 ] The configured driver neutron.services.firewall.drivers.linux.iptables_fwaas.IptablesFwaasDriver has been moved, automatically using neutron_fwaas.services.firewall.drivers.linux.iptables_fwaas.IptablesFwaasDriver instead. Please update your config files, as this automatic fixup will be removed in a future release.
2015-07-20 08:40:18.613 4117 WARNING oslo_config.cfg [req-8eab9a07-7c5e-4484-9560-67e2c41d9932 ] Option "nova_region_name" from group "DEFAULT" is deprecated. Use option "region_name" from group "nova".
2015-07-20 08:40:18.639 4117 INFO oslo_messaging._drivers.impl_rabbit [-] Connecting to AMQP server on 10.35.160.39:5672
2015-07-20 08:40:18.652 4117 INFO eventlet.wsgi.server [-] (4117) wsgi starting up on http:///:v/
2015-07-20 08:40:18.655 4117 INFO oslo_messaging._drivers.impl_rabbit [-] Connected to AMQP server on 10.35.160.39:5672
2015-07-20 08:40:18.665 4117 INFO neutron.agent.l3.agent [-] L3 agent started
2015-07-20 08:56:58.263 4117 INFO neutron.callbacks.manager [-] Notify callbacks for router, before_create

Comment 13 Ivan Chavero 2015-07-20 14:59:57 UTC
Checking problem, can you paste /var/log/neutron/server.log to check if it's the same error.

Comment 14 Ivan Chavero 2015-07-20 18:04:04 UTC
the OPM patch is ok, the problem is that packstack is not setting sync_db in the neutron::service class, we're fixing it.

Comment 15 Ivan Chavero 2015-07-20 18:13:46 UTC
packstack patch created: https://review.openstack.org/#/c/203753/

Comment 16 Ivan Chavero 2015-07-20 21:17:13 UTC
backported patch https://review.openstack.org/#/c/203821/, creating package after merge

Comment 17 Ivan Chavero 2015-07-20 23:01:49 UTC
built new packstack version: openstack-packstack-2015.1-0.9.dev1608.g6447ff7.el7ost

Comment 18 Eran Kuris 2015-07-21 06:57:58 UTC
2015-07-20 08:40:16.772 3943 INFO neutron.openstack.common.service [-] Started child 4031
2015-07-20 08:40:16.772 4030 INFO neutron.wsgi [-] (4030) wsgi starting up on http://0.0.0.0:9696/
2015-07-20 08:40:16.774 3943 INFO neutron.openstack.common.service [-] Started child 4032
2015-07-20 08:40:16.775 4031 INFO neutron.wsgi [-] (4031) wsgi starting up on http://0.0.0.0:9696/
2015-07-20 08:40:16.776 3943 INFO neutron.openstack.common.service [-] Started child 4033
2015-07-20 08:40:16.777 4032 INFO neutron.wsgi [-] (4032) wsgi starting up on http://0.0.0.0:9696/
2015-07-20 08:40:16.778 3943 INFO neutron.openstack.common.service [-] Started child 4034
2015-07-20 08:40:16.779 4033 INFO neutron.wsgi [-] (4033) wsgi starting up on http://0.0.0.0:9696/
2015-07-20 08:40:16.781 3943 INFO neutron.openstack.common.service [-] Started child 4035
2015-07-20 08:40:16.781 4034 INFO neutron.wsgi [-] (4034) wsgi starting up on http://0.0.0.0:9696/
2015-07-20 08:40:16.783 3943 INFO neutron.openstack.common.service [-] Started child 4036
2015-07-20 08:40:16.783 4035 INFO neutron.wsgi [-] (4035) wsgi starting up on http://0.0.0.0:9696/
2015-07-20 08:40:16.785 4036 INFO neutron.wsgi [-] (4036) wsgi starting up on http://0.0.0.0:9696/
2015-07-20 08:40:16.796 3943 INFO neutron.service [-] Neutron service started, listening on 0.0.0.0:9696
2015-07-20 08:40:16.796 3943 INFO neutron.openstack.common.service [-] Starting 12 workers
2015-07-20 08:40:16.798 3943 INFO neutron.openstack.common.service [-] Started child 4037
2015-07-20 08:40:16.800 3943 INFO neutron.openstack.common.service [-] Started child 4038
2015-07-20 08:40:16.802 4037 INFO oslo_messaging._drivers.impl_rabbit [-] Connecting to AMQP server on 10.35.160.39:5672
2015-07-20 08:40:16.802 3943 INFO neutron.openstack.common.service [-] S
2015-07-20 08:40:16.825 4045 INFO oslo_messaging._drivers.impl_rabbit [-] Connecting to AMQP server on 10.35.160.39:5672
2015-07-20 08:40:16.827 3943 INFO neutron.openstack.common.service [-] Started child 4047
2015-07-20 08:40:16.828 4046 INFO oslo_messaging._drivers.impl_rabbit [-] Connecting to AMQP server on 10.35.160.39:5672
2015-07-20 08:40:16.828 4041 INFO oslo_messaging._drivers.impl_rabbit [-] Connected to AMQP server on 10.35.160.39:5672
2015-07-20 08:40:16.829 4038 INFO oslo_messaging._drivers.impl_rabbit [-] Connected to AMQP server on 10.35.160.39:5672
2015-07-20 08:40:16.830 3943 INFO neutron.openstack.common.service [-] Started child 4048
2015-07-20 08:40:16.833 4047 INFO oslo_messaging._drivers.impl_rabbit [-] Connecting to AMQP server on 10.35.160.39:5672
2015-07-20 08:40:16.834 4048 INFO oslo_messaging._drivers.impl_rabbit [-] Connecting to AMQP server on 10.35.160.39:5672
2015-07-20 08:40:16.843 4039 INFO oslo_messaging._drivers.impl_rabbit [-] Connected to AMQP server on 10.35.160.39:5672
2015-07-20 08:40:16.853 4043 INFO oslo_messaging._drivers.impl_rabbit [-] Connected to AMQP server on 10.35.160.39:5672
2015-07-20 08:40:16.854 4044 INFO oslo_messaging._drivers.impl_rabbit [-] Connected to AMQP server on 10.35.160.39:5672
2015-07-20 08:40:16.854 4045 INFO oslo_messaging._drivers.impl_rabbit [-] Connected to AMQP server on 10.35.160.39:5672
2015-07-20 08:40:16.854 4042 INFO oslo_messaging._drivers.impl_rabbit [-] Connected to AMQP server on 10.35.160.39:5672
2015-07-20 08:40:16.856 4046 INFO oslo_messaging._drivers.impl_rabbit [-] Connected to AMQP server on 10.35.160.39:5672
2015-07-20 08:40:16.857 4047 INFO oslo_messaging._drivers.impl_rabbit [-] Connected to AMQP server on 10.35.160.39:5672
2015-07-20 08:40:16.859 4048 INFO oslo_messaging._drivers.impl_rabbit [-] Connected to AMQP server on 10.35.160.39:5672
2015-07-20 08:40:18.209 4037 INFO oslo_messaging._drivers.impl_rabbit [req-102c5157-e49a-4c29-b171-7974e021a866 ] Connecting to AMQP server on 10.35.160.39:5672
2015-07-20 08:40:18.224 4037 INFO oslo_messaging._drivers.impl_rabbit [req-102c5157-e49a-4c29-b171-7974e021a866 ] Connected to AMQP server on 10.35.160.39:5672
2015-07-20 08:40:18.344 4041 INFO oslo_messaging._drivers.impl_rabbit [req-4bbe1fa1-1691-4276-b224-d6b944c4da17 ] Connecting to AMQP server on 10.35.160.39:5672
2015-07-20 08:40:18.360 4041 INFO oslo_messaging._drivers.impl_rabbit [req-4bbe1fa1-1691-4276-b224-d6b944c4da17 ] Connected to AMQP server on 10.35.160.39:5672
2015-07-20 08:40:18.583 3943 INFO oslo_messaging._drivers.impl_rabbit [req-8eab9a07-7c5e-4484-9560-67e2c41d9932 ] Connecting to AMQP server on 10.35.160.39:5672
2015-07-20 08:40:18.598 3943 INFO oslo_messaging._drivers.impl_rabbit [req-8eab9a07-7c5e-4484-9560-67e2c41d9932 ] Connected to AMQP server on 10.35.160.39:5672
2015-07-20 08:40:18.742 4038 INFO oslo_messaging._drivers.impl_rabbit [req-8eab9a07-7c5e-4484-9560-67e2c41d9932 ] Connecting to AMQP server on 10.35.160.39:5672
2015-07-20 08:40:18.757 4038 INFO oslo_messaging._drivers.impl_rabbit [req-8eab9a07-7c5e-4484-9560-67e2c41d9932 ] Connected to AMQP server on 10.35.160.39:5672
2015-07-20 08:40:18.859 4040 INFO oslo_messaging._drivers.impl_rabbit [req-dc10c826-a688-471b-87c2-7cc4643b4ad7 ] Connecting to AMQP server on 10.35.160.39:5672
2015-07-20 08:40:18.874 4040 INFO oslo_messaging._drivers.impl_rabbit [req-dc10c826-a688-471b-87c2-7cc4643b4ad7 ] Connected to AMQP server on 10.35.160.39:5672
2015-07-20 08:41:16.459 4043 INFO oslo_messaging._drivers.impl_rabbit [req-293072d4-cd3d-44cb-9e1c-71f98d22e6dd ] Connecting to AMQP server on 10.35.160.39:5672
2015-07-20 08:41:16.474 4043 INFO oslo_messaging._drivers.impl_rabbit [req-293072d4-cd3d-44cb-9e1c-71f98d22e6dd ] Connected to AMQP server on 10.35.160.39:5672
2015-07-20 08:41:16.703 4044 INFO oslo_messaging._drivers.impl_rabbit [req-293072d4-cd3d-44cb-9e1c-71f98d22e6dd ] Connecting to AMQP server on 10.35.160.39:5672
2015-07-20 08:41:16.719 4044 INFO oslo_messaging._drivers.impl_rabbit [req-293072d4-cd3d-44cb-9e1c-71f98d22e6dd ] Connected to AMQP server on 10.35.160.39:5672
2015-07-20 08:56:13.991 4032 INFO neutron.wsgi [-] (4032) accepted ('10.35.160.39', 48899)
2015-07-20 08:56:14.344 4032 INFO oslo_messaging._drivers.impl_rabbit [req-fd0b04df-dff7-4fc2-8b41-a5070073c6ea ] Connecting to AMQP server on 10.35.160.39:5672
2015-07-20 08:56:14.360 4032 INFO oslo_messaging._drivers.impl_rabbit [req-fd0b04df-dff7-4fc2-8b41-a5070073c6ea ] Connected to AMQP server on 10.35.160.39:5672
2015-07-20 08:56:14.419 4032 INFO neutron.quota [req-fd0b04df-dff7-4fc2-8b41-a5070073c6ea ] Loaded quota_driver: <neutron.db.quota_db.DbQuotaDriver object at 0x5370e10>.
2015-07-20 08:56:14.460 4032 INFO neutron.wsgi [req-fd0b04df-dff7-4fc2-8b41-a5070073c6ea ] 10.35.160.39 - - [20/Jul/2015 08:56:14] "POST /v2.0/routers.json HTTP/1.1" 201 468 0.468621
                                                                        
2015-07-20 08:40:18.859 4040 INFO oslo_messaging._drivers.impl_rabbit [req-dc10c826-a688-471b-87c2-7cc4643b4ad7 ] Connecting to AMQP server on 10.35.160.39:5672
2015-07-20 08:40:18.874 4040 INFO oslo_messaging._drivers.impl_rabbit [req-dc10c826-a688-471b-87c2-7cc4643b4ad7 ] Connected to AMQP server on 10.35.160.39:5672
2015-07-20 08:41:16.459 4043 INFO oslo_messaging._drivers.impl_rabbit [req-293072d4-cd3d-44cb-9e1c-71f98d22e6dd ] Connecting to AMQP server on 10.35.160.39:5672
2015-07-20 08:41:16.474 4043 INFO oslo_messaging._drivers.impl_rabbit [req-293072d4-cd3d-44cb-9e1c-71f98d22e6dd ] Connected to AMQP server on 10.35.160.39:5672
2015-07-20 08:41:16.703 4044 INFO oslo_messaging._drivers.impl_rabbit [req-293072d4-cd3d-44cb-9e1c-71f98d22e6dd ] Connecting to AMQP server on 10.35.160.39:5672
2015-07-20 08:41:16.719 4044 INFO oslo_messaging._drivers.impl_rabbit [req-293072d4-cd3d-44cb-9e1c-71f98d22e6dd ] Connected to AMQP server on 10.35.160.39:5672
2015-07-20 08:56:13.991 4032 INFO neutron.wsgi [-] (4032) accepted ('10.35.160.39', 48899)
2015-07-20 08:56:14.344 4032 INFO oslo_messaging._drivers.impl_rabbit [req-fd0b04df-dff7-4fc2-8b41-a5070073c6ea ] Connecting to AMQP server on 10.35.160.39:5672
2015-07-20 08:56:14.360 4032 INFO oslo_messaging._drivers.impl_rabbit [req-fd0b04df-dff7-4fc2-8b41-a5070073c6ea ] Connected to AMQP server on 10.35.160.39:5672
2015-07-20 08:56:14.419 4032 INFO neutron.quota [req-fd0b04df-dff7-4fc2-8b41-a5070073c6ea ] Loaded quota_driver: <neutron.db.quota_db.DbQuotaDriver object at 0x5370e10>.
2015-07-20 08:56:14.460 4032 INFO neutron.wsgi [req-fd0b04df-dff7-4fc2-8b41-a5070073c6ea ] 10.35.160.39 - - [20/Jul/2015 08:56:14] "POST /v2.0/routers.json HTTP/1.1" 201 468 0.468621
2015-07-20 08:56:25.352 4028 INFO neutron.wsgi [-] (4028) accepted ('10.35.160.39', 48909)
2015-07-20 08:56:25.710 4028 INFO oslo_messaging._drivers.impl_rabbit [req-f01196ed-716b-4a3b-999a-df94d5a29ed4 ] Connecting to AMQP server on 10.35.160.39:5672
2015-07-20 08:56:25.726 4028 INFO oslo_messaging._drivers.impl_rabbit [req-f01196ed-716b-4a3b-999a-df94d5a29ed4 ] Connected to AMQP server on 10.35.160.39:5672
2015-07-20 08:56:25.786 4028 INFO neutron.quota [req-f01196ed-716b-4a3b-999a-df94d5a29ed4 ] Loaded quota_driver: <neutron.db.quota_db.DbQuotaDriver object at 0x53a4250>.
2015-07-20 08:56:25.832 4028 INFO neutron.plugins.ml2.db [req-f01196ed-716b-4a3b-999a-df94d5a29ed4 ] Added segment 4dcc3633-4e7c-4f73-a21c-7ec0c6871f69 of type vxlan for network 6633b9cc-e85e-48a7-9f44-2e61cd04be3e
2015-07-20 08:56:25.854 4028 INFO neutron.wsgi [req-f01196ed-716b-4a3b-999a-df94d5a29ed4 ] 10.35.160.39 - - [20/Jul/2015 08:56:25] "POST /v2.0/networks.json HTTP/1.1" 201 566 0.500926
2015-07-20 08:56:39.605 4036 INFO neutron.wsgi [-] (4036) accepted ('10.35.160.39', 48918)
2015-07-20 08:56:40.029 4036 INFO neutron.wsgi [req-a1901a0b-f6de-4d01-ba0f-f5ba46ece02e ] 10.35.160.39 - - [20/Jul/2015 08:56:40] "GET /v2.0/networks.json?fields=id&id=6633b9cc-e85e-48a7-9f44-2e61cd04be3e HTTP/1.1" 200 275 0.422638
2015-07-20 08:56:40.039 4036 INFO oslo_messaging._drivers.impl_rabbit [req-18a37ba2-ad7e-4b8e-a9a4-da3b9756e2ef ] Connecting to AMQP server on 10.35.160.39:5672
2015-07-20 08:56:40.054 4036 INFO oslo_messaging._drivers.impl_rabbit [req-18a37ba2-ad7e-4b8e-a9a4-da3b9756e2ef ] Connected to AMQP server on 10.35.160.39:5672
2015-07-20 08:56:40.068 4036 INFO neutron.quota [req-18a37ba2-ad7e-4b8e-a9a4-da3b9756e2ef ] Loaded quota_driver: <neutron.db.quota_db.DbQuotaDriver object at 0x5355ad0>.
2015-07-20 08:56:40.173 4036 INFO neutron.wsgi [req-18a37ba2-ad7e-4b8e-a9a4-da3b9756e2ef ] 10.35.160.39 - - [20/Jul/2015 08:56:40] "POST /v2.0/subnets.json HTTP/1.1" 201 693 0.140721
2015-07-20 08:56:40.341 4041 INFO neutron.callbacks.manager [req-4bbe1fa1-1691-4276-b224-d6b944c4da17 ] Notify callbacks for port, after_create
2015-07-20 08:56:40.341 4041 INFO neutron.callbacks.manager [req-4bbe1fa1-1691-4276-b224-d6b944c4da17 ] Calling callback neutron.db.l3_dvrscheduler_db._notify_l3_agent_new_port
2015-07-20 08:56:40.909 4039 INFO oslo_messaging._drivers.impl_rabbit [req-293072d4-cd3d-44cb-9e1c-71f98d22e6dd ] Connecting to AMQP server on 10.35.160.39:5672
2015-07-20 08:56:40.925 4039 INFO oslo_messaging._drivers.impl_rabbit [req-293072d4-cd3d-44cb-9e1c-71f98d22e6dd ] Connected to AMQP server on 10.35.160.39:5672
2015-07-20 08:56:40.970 4045 INFO oslo_messaging._drivers.impl_rabbit [req-4bbe1fa1-1691-4276-b224-d6b944c4da17 ] Connecting to AMQP server on 10.35.160.39:5672
2015-07-20 08:56:40.985 4045 INFO oslo_messaging._drivers.impl_rabbit [req-4bbe1fa1-1691-4276-b224-d6b944c4da17 ] Connected to AMQP server on 10.35.160.39:5672
2015-07-20 08:56:41.068 4042 INFO neutron.callbacks.manager [req-293072d4-cd3d-44cb-9e1c-71f98d22e6dd ] Notify callbacks for port, after_update
2015-07-20 08:56:41.069 4042 INFO neutron.callbacks.manager [req-293072d4-cd3d-44cb-9e1c-71f98d22e6dd ] Calling callback neutron.db.l3_dvrscheduler_db._notify_l3_agent_new_port
2015-07-20 08:56:41.089 4042 INFO oslo_messaging._drivers.impl_rabbit [req-293072d4-cd3d-44cb-9e1c-71f98d22e6dd ] Connecting to AMQP server on 10.35.160.39:5672
@

Comment 19 Ivan Chavero 2015-07-21 07:37:04 UTC
changed packstack package to openstack-packstack-2015.1-0.10.dev1589.g1d6372f.el7ost

Comment 20 Eran Kuris 2015-07-22 11:05:19 UTC
fixed in 
[root@puma16 ~(keystone_admin)]# rpm -qa |grep openstack-packstack
openstack-packstack-puppet-2015.1-0.11.dev1589.g1d6372f.el7ost.noarch
openstack-packstack-2015.1-0.11.dev1589.g1d6372f.el7ost.noarch
[root@puma16 ~(keystone_admin)]# rpm -qa |grep openstack-puppet-modules
openstack-puppet-modules-2015.1.8-8.el7ost.noarch
[root@puma16 ~(keystone_admin)]#

Comment 22 errata-xmlrpc 2015-08-05 13:25:35 UTC
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


Note You need to log in before you can comment on or make changes to this bug.