)]}'
{"id":"openstack%2Fkolla~699447","triplet_id":"openstack%2Fkolla~stable%2Fstein~If2bab2fac5be28ae7e1cd02de13a2de94fe17bac","project":"openstack/kolla","branch":"stable/stein","hashtags":[],"change_id":"If2bab2fac5be28ae7e1cd02de13a2de94fe17bac","subject":"ovn: Create the ovn dbs only if the schema file exists","status":"ABANDONED","created":"2019-12-17 16:14:07.000000000","updated":"2019-12-17 16:14:17.000000000","total_comment_count":0,"unresolved_comment_count":0,"has_review_started":true,"meta_rev_id":"c5ce62a242f4ad24c045758a376d48bfdcf96d67","_number":699447,"virtual_id_number":699447,"owner":{"_account_id":23804,"name":"Daniel Alvarez","email":"dalvarez@redhat.com","username":"dalvarez"},"actions":{},"labels":{"Verified":{"all":[{"_account_id":10237,"name":"Numan Siddique","email":"nusiddiq@redhat.com","username":"numansiddique"}],"values":{"-2":"Fails","-1":"Doesn\u0027t seem to work"," 0":"No score","+1":"Works for me","+2":"Verified"},"description":"","default_value":0,"optional":true},"Code-Review":{"all":[{"value":0,"permitted_voting_range":{"min":-1,"max":1},"_account_id":10237,"name":"Numan Siddique","email":"nusiddiq@redhat.com","username":"numansiddique"}],"values":{"-2":"Do not merge","-1":"This patch needs further work before it can be merged"," 0":"No score","+1":"Looks good to me, but someone else must approve","+2":"Looks good to me (core reviewer)"},"description":"","default_value":0,"optional":true},"Workflow":{"all":[{"_account_id":10237,"name":"Numan Siddique","email":"nusiddiq@redhat.com","username":"numansiddique"}],"values":{"-1":"Work in progress"," 0":"Ready for reviews","+1":"Approved"},"description":"","default_value":0,"optional":true},"Backport-Candidate":{"all":[{"_account_id":10237,"name":"Numan Siddique","email":"nusiddiq@redhat.com","username":"numansiddique"}],"values":{"-1":"Do Not Backport"," 0":"Backport Review Needed","+1":"Should Backport"},"description":"","default_value":0,"optional":true},"Review-Priority":{"all":[{"date":"2019-12-17 16:14:07.000000000","_account_id":10237,"name":"Numan Siddique","email":"nusiddiq@redhat.com","username":"numansiddique"}],"values":{"-1":"Branch Freeze"," 0":"No Priority","+1":"Important Change","+2":"Gate Blocker Fix / Urgent Change"},"description":"","default_value":0,"optional":true}},"removable_reviewers":[],"reviewers":{"REVIEWER":[{"_account_id":10237,"name":"Numan Siddique","email":"nusiddiq@redhat.com","username":"numansiddique"}]},"pending_reviewers":{},"reviewer_updates":[{"updated":"2019-12-17 16:14:07.000000000","updated_by":{"_account_id":10237,"name":"Numan Siddique","email":"nusiddiq@redhat.com","username":"numansiddique"},"reviewer":{"_account_id":10237,"name":"Numan Siddique","email":"nusiddiq@redhat.com","username":"numansiddique"},"state":"REVIEWER"}],"messages":[{"id":"08e33f42303a9f92c4ffd0a010c4a619c4614718","author":{"_account_id":23804,"name":"Daniel Alvarez","email":"dalvarez@redhat.com","username":"dalvarez"},"date":"2019-12-17 16:14:07.000000000","message":"Patch Set 1: Cherry Picked from branch master.","accounts_in_message":[],"_revision_number":1},{"id":"c5ce62a242f4ad24c045758a376d48bfdcf96d67","author":{"_account_id":23804,"name":"Daniel Alvarez","email":"dalvarez@redhat.com","username":"dalvarez"},"date":"2019-12-17 16:14:17.000000000","message":"Abandoned","accounts_in_message":[],"_revision_number":1}],"current_revision_number":1,"current_revision":"309a967d05d0573ef8f7d202671b5d24168e786c","revisions":{"309a967d05d0573ef8f7d202671b5d24168e786c":{"kind":"REWORK","_number":1,"created":"2019-12-17 16:14:07.000000000","uploader":{"_account_id":23804,"name":"Daniel Alvarez","email":"dalvarez@redhat.com","username":"dalvarez"},"ref":"refs/changes/47/699447/1","fetch":{"anonymous http":{"url":"https://review.opendev.org/openstack/kolla","ref":"refs/changes/47/699447/1","commands":{"Checkout":"git fetch https://review.opendev.org/openstack/kolla refs/changes/47/699447/1 \u0026\u0026 git checkout FETCH_HEAD","Cherry Pick":"git fetch https://review.opendev.org/openstack/kolla refs/changes/47/699447/1 \u0026\u0026 git cherry-pick FETCH_HEAD","Format Patch":"git fetch https://review.opendev.org/openstack/kolla refs/changes/47/699447/1 \u0026\u0026 git format-patch -1 --stdout FETCH_HEAD","Pull":"git pull https://review.opendev.org/openstack/kolla refs/changes/47/699447/1"}}},"commit":{"parents":[{"commit":"7934cf7d4a18e90be38cb4c40f39b1dfd4f49a54","subject":"Fix keystone bootstrap error message display","web_links":[{"name":"gitea","tooltip":"Open in GitWeb","url":"https://opendev.org/openstack/kolla/commit/7934cf7d4a18e90be38cb4c40f39b1dfd4f49a54"}]}],"author":{"name":"Numan Siddique","email":"nusiddiq@redhat.com","date":"2019-10-22 12:34:26.000000000","tz":330},"committer":{"name":"Daniel Alvarez","email":"dalvarez@redhat.com","date":"2019-12-17 16:14:07.000000000","tz":0},"subject":"ovn: Create the ovn dbs only if the schema file exists","message":"ovn: Create the ovn dbs only if the schema file exists\n\nOVN has been split out from openvswitch and it\u0027s code is here [1].\nWith the split we have changed the ovn runtime/data dirs to\n/etc/ovn and /usr/share/ovn respectively.\n\nIf a user uses latest OVN (when used after the split from\nopenvswitch), then the extend_start.sh of ovn-nb-db-server and\novn-sb-db-server will fail because the OVN schema files will be in different\nlocation (new location is /usr/share/ovn/ovn-nb.ovschema and /usr/share/ovn/ovn-sb.ovschema)\n\nThe old location is - /usr/share/openvswitch/ovn-nb.ovschema and\n/usr/share/openvswitch/ovn-sb.ovschema\n\nThis patch checks for the presence of the schema files in the old location before\naccessing them.\n\nFor latest OVN, it is advisable to use the \"ovn-ctl\" script to start\nand stop OVN ovsdb-servers. ovn-citl script takes care of creating the dbs\nand updating the dbs if the schema is updated.\n\n[1] - https://github.com/ovn-org/ovn\n      https://github.com/openvswitch/ovs/commit/f3e24610ea18eb873dc860f1710432e9aacd27fd\n\nChange-Id: If2bab2fac5be28ae7e1cd02de13a2de94fe17bac\nCloses-bug: 1849633\nSigned-off-by: Numan Siddique \u003cnusiddiq@redhat.com\u003e\n(cherry picked from commit d1a07584ed116c3e046dc0b77370b70374a5c947)\n","web_links":[{"name":"gitea","tooltip":"Open in GitWeb","url":"https://opendev.org/openstack/kolla/commit/309a967d05d0573ef8f7d202671b5d24168e786c"}],"resolve_conflicts_web_links":[{"name":"gitea","tooltip":"Open in GitWeb","url":"https://opendev.org/openstack/kolla/commit/309a967d05d0573ef8f7d202671b5d24168e786c"}]},"branch":"refs/heads/stable/stein"}},"requirements":[],"submit_records":[],"submit_requirements":[]}
