Hi Dominik,

As a workaround please execute the following.

 cat << EOF | pycassaShell -H <database-node-ip> -k config_db_uuid -f /dev/stdin
OBJ_FQ_NAME_TABLE.remove('access_control_list', 
columns=['default-domain:demo:net-1-public:net-1-public:4294e6d0-18fd-4b92-a4f7-18cf8dc3d9a1'])
EOF

Please mention which build of R2.20 you are using. Also please ensure (if you 
are running R2.20) that you have the following change and restart 
supervisor-config on all controllers one-by-one. This will be incorporated in 
an upcoming release.

1. sed -i 's/gc_grace_sec = 60/gc_grace_sec = 864000/g' 
/usr/lib/python2.7/dist-packages/cfgm_common/vnc_cassandra.py
2. sed -i 's/gc_grace_sec = 60/gc_grace_sec = 864000/g' 
/usr/lib/python2.7/dist-packages/schema_transformer/to_bgp.py
3. sed -i 's/gc_grace_sec = 60/gc_grace_sec = 864000/g' 
/usr/lib/python2.7/dist-packages/svc_monitor/db.py

Thanks
ajay

> On Sep 8, 2015, at 7:02 AM, Dominik Mostowiec <[email protected]> 
> wrote:
> 
> Hi
> We have problem i guess with bug:
> https://bugs.launchpad.net/juniperopenstack/+bug/1466619
> OC version R2.20
> In logs:
> RefsExistError: [u'default-domain',
> u'demo',
> u'net-1-public',
> u'net-1-public'] already exists with uuid: 
> 4294e6d0-18fd-4b92-a4f7-18cf8dc3d9a1
> 
> After REST GET /access-control-lists we have item inside:
> href: 
> "http://10.185.9.110:8082/access-control-list/4294e6d0-18fd-4b92-a4f7-18cf8dc3d9a1";
> fq_name: [4]
> 0:  "default-domain"
> 1:  "demo"
> 2:  "net-1-public"
> 3:  "net-1-public"
> -
> uuid: "4294e6d0-18fd-4b92-a4f7-18cf8dc3d9a1"
> }
> 
> But rest request /access-control-list/4294e6d0-18fd-4b92-a4f7-18cf8dc3d9a1
> returns:
> No access-control-list object found for id 
> 4294e6d0-18fd-4b92-a4f7-18cf8dc3d9a1
> 
> I don't know if it is the reason of this errors but it seems probably.
> 
> Now we do not able to do any changes in our environment.
> Do You have some workaround to fix this problem?
> 
> --
> Best regards
> Dominik
> 
> _______________________________________________
> Dev mailing list
> [email protected]
> http://lists.opencontrail.org/mailman/listinfo/dev_lists.opencontrail.org


_______________________________________________
Dev mailing list
[email protected]
http://lists.opencontrail.org/mailman/listinfo/dev_lists.opencontrail.org

Reply via email to