)]}'
{"id":"openstack%2Fnova~572216","triplet_id":"openstack%2Fnova~master~I4bdaf24fc88cf9312a4818bcc5b51047dad02dc0","project":"openstack/nova","branch":"master","hashtags":[],"change_id":"I4bdaf24fc88cf9312a4818bcc5b51047dad02dc0","subject":"Adding apply_cells to nova-manage to enable automated cells_v2 configuration.","status":"ABANDONED","created":"2018-06-04 22:08:02.000000000","updated":"2018-06-04 22:24:43.000000000","total_comment_count":0,"unresolved_comment_count":0,"has_review_started":true,"meta_rev_id":"b45074235d3d1359ec8b626a9b12079773eb277e","_number":572216,"virtual_id_number":572216,"owner":{"_account_id":10962,"name":"David Bingham","email":"dbingham@godaddy.com","username":"wwriverrat"},"actions":{},"labels":{"Verified":{"all":[{"_account_id":10962,"name":"David Bingham","email":"dbingham@godaddy.com","username":"wwriverrat"}],"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":{"disliked":{"_account_id":10962,"name":"David Bingham","email":"dbingham@godaddy.com","username":"wwriverrat"},"all":[{"value":-1,"date":"2018-06-04 22:23:27.000000000","permitted_voting_range":{"min":-1,"max":1},"_account_id":10962,"name":"David Bingham","email":"dbingham@godaddy.com","username":"wwriverrat"}],"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":"","value":-1,"default_value":0,"optional":true},"Workflow":{"all":[{"value":0,"permitted_voting_range":{"min":-1,"max":0},"_account_id":10962,"name":"David Bingham","email":"dbingham@godaddy.com","username":"wwriverrat"}],"values":{"-1":"Work in progress"," 0":"Ready for reviews","+1":"Approved"},"description":"","default_value":0,"optional":true},"Review-Priority":{"all":[{"value":0,"permitted_voting_range":{"min":0,"max":1},"_account_id":10962,"name":"David Bingham","email":"dbingham@godaddy.com","username":"wwriverrat"}],"values":{" 0":"Default Priority","+1":"Contributor Review Promise","+2":"Core Review Promise"},"description":"","default_value":0,"optional":true}},"removable_reviewers":[],"reviewers":{"REVIEWER":[{"_account_id":10962,"name":"David Bingham","email":"dbingham@godaddy.com","username":"wwriverrat"}]},"pending_reviewers":{},"reviewer_updates":[],"messages":[{"id":"4390422f6f4460d5b7ee9f02b8fc392db6efcff0","author":{"_account_id":10962,"name":"David Bingham","email":"dbingham@godaddy.com","username":"wwriverrat"},"date":"2018-06-04 22:08:02.000000000","message":"Uploaded patch set 1.","accounts_in_message":[],"_revision_number":1},{"id":"b11323b8d2cbf4c6e9e3a20615dcde8e33b1eaa6","author":{"_account_id":10962,"name":"David Bingham","email":"dbingham@godaddy.com","username":"wwriverrat"},"date":"2018-06-04 22:23:27.000000000","message":"Patch Set 1: Code-Review-1\n\nUggggg!!! Sorry. This is a duplicate of https://review.openstack.org/#/c/568987/\n\nI dropped the change ID from the commit. Please ignore this. Re-posting with the correct change ID. Will abandon this change","accounts_in_message":[],"_revision_number":1},{"id":"b45074235d3d1359ec8b626a9b12079773eb277e","author":{"_account_id":10962,"name":"David Bingham","email":"dbingham@godaddy.com","username":"wwriverrat"},"date":"2018-06-04 22:24:43.000000000","message":"Abandoned\n\nThis is a duplicate of change-id: \t\nI7a60a02637d85f576d4be6d9ea8a5e2a01360d0c\nPlease see that commit instead.","accounts_in_message":[],"_revision_number":1}],"current_revision_number":1,"current_revision":"a5b1b1a36417fe561ae64621d13488827bb5c67f","revisions":{"a5b1b1a36417fe561ae64621d13488827bb5c67f":{"kind":"REWORK","_number":1,"created":"2018-06-04 22:08:02.000000000","uploader":{"_account_id":10962,"name":"David Bingham","email":"dbingham@godaddy.com","username":"wwriverrat"},"ref":"refs/changes/16/572216/1","fetch":{"anonymous http":{"url":"https://review.opendev.org/openstack/nova","ref":"refs/changes/16/572216/1","commands":{"Checkout":"git fetch https://review.opendev.org/openstack/nova refs/changes/16/572216/1 \u0026\u0026 git checkout FETCH_HEAD","Cherry Pick":"git fetch https://review.opendev.org/openstack/nova refs/changes/16/572216/1 \u0026\u0026 git cherry-pick FETCH_HEAD","Format Patch":"git fetch https://review.opendev.org/openstack/nova refs/changes/16/572216/1 \u0026\u0026 git format-patch -1 --stdout FETCH_HEAD","Pull":"git pull https://review.opendev.org/openstack/nova refs/changes/16/572216/1"}}},"commit":{"parents":[{"commit":"f902e0d5d87fb05207e4a7aca73d185775d43df2","subject":"Merge \"[placement] default to accept of application/json when */*\"","web_links":[{"name":"gitea","tooltip":"Open in GitWeb","url":"https://opendev.org/openstack/nova/commit/f902e0d5d87fb05207e4a7aca73d185775d43df2"}]}],"author":{"name":"dbingham","email":"dbingham@godaddy.com","date":"2018-06-04 22:07:13.000000000","tz":-420},"committer":{"name":"dbingham","email":"dbingham@godaddy.com","date":"2018-06-04 22:07:13.000000000","tz":-420},"subject":"Adding apply_cells to nova-manage to enable automated cells_v2 configuration.","message":"Adding apply_cells to nova-manage to enable automated cells_v2\nconfiguration.\n\nThis adds a new apply_cells method to the nova-manage commands that\nreads in a specification file (json or yaml) and sets up the\nconfigurations based on the specifications within the file. This\nfeature matches cell_mappings to specifications based on its name and\nwill \"make-it-so\" for cell_mappings by:\n* create_cell (spec exists with a name not already in cell_mappings),\n* update_cell (spec and mapping exist, but have different values),\n* delete_cell (spec file does not have a matching cell by name).\n\nThere is a --dry-run argument that can be used to see what would change\nwithout actually performing any modifications.\n\nThis should allow automated systems that want to source control (git or\ninventory generated) how their cells are setup and managed.\n\nChange-Id: I4bdaf24fc88cf9312a4818bcc5b51047dad02dc0\n","web_links":[{"name":"gitea","tooltip":"Open in GitWeb","url":"https://opendev.org/openstack/nova/commit/a5b1b1a36417fe561ae64621d13488827bb5c67f"}],"resolve_conflicts_web_links":[{"name":"gitea","tooltip":"Open in GitWeb","url":"https://opendev.org/openstack/nova/commit/a5b1b1a36417fe561ae64621d13488827bb5c67f"}]},"parents_data":[{"branch_name":"refs/heads/master","commit_id":"f902e0d5d87fb05207e4a7aca73d185775d43df2","is_merged_in_target_branch":true}],"branch":"refs/heads/master"}},"requirements":[],"submit_records":[],"submit_requirements":[]}
