)]}'
{"ansible/roles/gnocchi/templates/gnocchi.conf.j2":[{"author":{"_account_id":14826,"name":"Mark Goddard","email":"markgoddard86@gmail.com","username":"mgoddard"},"change_message_id":"6e1f4e818bbc22afe641c807cef48d3d7f04d58a","unresolved":false,"context_lines":[{"line_number":75,"context_line":"driver \u003d ceph"},{"line_number":76,"context_line":"ceph_pool \u003d {{ gnocchi_pool_name }}"},{"line_number":77,"context_line":"ceph_username \u003d {{ ceph_gnocchi_user }}"},{"line_number":78,"context_line":"ceph_keyring \u003d /etc/ceph/ceph.client.gnocchi.keyring"},{"line_number":79,"context_line":"ceph_conffile \u003d /etc/ceph/ceph.conf"},{"line_number":80,"context_line":"{% elif gnocchi_backend_storage \u003d\u003d \u0027swift\u0027 %}"},{"line_number":81,"context_line":"driver \u003d swift"}],"source_content_type":"text/x-jinja2","patch_set":4,"id":"3fa7e38b_2f2229b8","line":78,"range":{"start_line":78,"start_character":15,"end_line":78,"end_character":52},"updated":"2020-01-28 15:34:48.000000000","message":"Does this need to use the keyring variable?","commit_id":"9fdde049ef28d352a873f2710f2d74a970379042"},{"author":{"_account_id":22629,"name":"Michal Nasiadka","email":"mnasiadka@gmail.com","username":"mnasiadka"},"change_message_id":"718aedc292d5454f77998c796c083845c4aa25b6","unresolved":false,"context_lines":[{"line_number":75,"context_line":"driver \u003d ceph"},{"line_number":76,"context_line":"ceph_pool \u003d {{ gnocchi_pool_name }}"},{"line_number":77,"context_line":"ceph_username \u003d {{ ceph_gnocchi_user }}"},{"line_number":78,"context_line":"ceph_keyring \u003d /etc/ceph/ceph.client.gnocchi.keyring"},{"line_number":79,"context_line":"ceph_conffile \u003d /etc/ceph/ceph.conf"},{"line_number":80,"context_line":"{% elif gnocchi_backend_storage \u003d\u003d \u0027swift\u0027 %}"},{"line_number":81,"context_line":"driver \u003d swift"}],"source_content_type":"text/x-jinja2","patch_set":4,"id":"3fa7e38b_7a4d3dc3","line":78,"range":{"start_line":78,"start_character":15,"end_line":78,"end_character":52},"in_reply_to":"3fa7e38b_2f2229b8","updated":"2020-01-28 16:03:57.000000000","message":"Yeah, I think we missed it from the keyring change - will add.","commit_id":"9fdde049ef28d352a873f2710f2d74a970379042"}],"ansible/roles/nova-cell/templates/nova.conf.d/libvirt.conf.j2":[{"author":{"_account_id":30491,"name":"Radosław Piliszek","display_name":"Radek","email":"radek@piliszek.it","username":"yoctozepto","status":"self-employed techologist, collaborating mostly with 7bulls.com"},"change_message_id":"ce499f23f5adf50d3b382ba76c8172ffd9761153","unresolved":false,"context_lines":[{"line_number":5,"context_line":"{% else %}"},{"line_number":6,"context_line":"connection_uri \u003d \"qemu+tcp://{{ migration_interface_address | put_address_in_context(\u0027url\u0027) }}/system\""},{"line_number":7,"context_line":"{% endif %}"},{"line_number":8,"context_line":"{% if nova_backend \u003d\u003d \"rbd\" %}"},{"line_number":9,"context_line":"images_type \u003d rbd"},{"line_number":10,"context_line":"images_rbd_pool \u003d {{ ceph_nova_pool_name }}"},{"line_number":11,"context_line":"images_rbd_ceph_conf \u003d /etc/ceph/ceph.conf"}],"source_content_type":"text/x-jinja2","patch_set":6,"id":"3fa7e38b_951000ad","line":8,"updated":"2020-01-29 07:43:31.000000000","message":"might be nice to add upgrade rn for this little change in behavior","commit_id":"e0903d1d6b076e741186e0f3174600afff601684"},{"author":{"_account_id":22629,"name":"Michal Nasiadka","email":"mnasiadka@gmail.com","username":"mnasiadka"},"change_message_id":"da6ba888de082c751cef8decc4286dd9d0deac55","unresolved":false,"context_lines":[{"line_number":5,"context_line":"{% else %}"},{"line_number":6,"context_line":"connection_uri \u003d \"qemu+tcp://{{ migration_interface_address | put_address_in_context(\u0027url\u0027) }}/system\""},{"line_number":7,"context_line":"{% endif %}"},{"line_number":8,"context_line":"{% if nova_backend \u003d\u003d \"rbd\" %}"},{"line_number":9,"context_line":"images_type \u003d rbd"},{"line_number":10,"context_line":"images_rbd_pool \u003d {{ ceph_nova_pool_name }}"},{"line_number":11,"context_line":"images_rbd_ceph_conf \u003d /etc/ceph/ceph.conf"}],"source_content_type":"text/x-jinja2","patch_set":6,"id":"3fa7e38b_557b68f1","line":8,"in_reply_to":"3fa7e38b_951000ad","updated":"2020-01-29 07:48:28.000000000","message":"ack","commit_id":"e0903d1d6b076e741186e0f3174600afff601684"}],"doc/source/reference/storage/external-ceph-guide.rst":[{"author":{"_account_id":14826,"name":"Mark Goddard","email":"markgoddard86@gmail.com","username":"mgoddard"},"change_message_id":"6e1f4e818bbc22afe641c807cef48d3d7f04d58a","unresolved":false,"context_lines":[{"line_number":143,"context_line":"      If you are using ceph-ansible or another deployment tool that doesn\u0027t"},{"line_number":144,"context_line":"      create separate key for Nova just copy the Cinder key."},{"line_number":145,"context_line":""},{"line_number":146,"context_line":"#. Configure nova-compute to use Ceph as the ephemeral back end by creating"},{"line_number":147,"context_line":"   ``/etc/kolla/config/nova/nova-compute.conf`` and adding the following"},{"line_number":148,"context_line":"   configurations:"},{"line_number":149,"context_line":""},{"line_number":150,"context_line":"   .. code-block:: ini"},{"line_number":151,"context_line":""},{"line_number":152,"context_line":"      [libvirt]"},{"line_number":153,"context_line":"      images_rbd_pool\u003dvms"},{"line_number":154,"context_line":"      images_type\u003drbd"},{"line_number":155,"context_line":"      images_rbd_ceph_conf\u003d/etc/ceph/ceph.conf"},{"line_number":156,"context_line":""},{"line_number":157,"context_line":"Gnocchi"},{"line_number":158,"context_line":"-------"}],"source_content_type":"text/x-rst","patch_set":4,"id":"3fa7e38b_4f5c454b","line":155,"range":{"start_line":146,"start_character":0,"end_line":155,"end_character":46},"updated":"2020-01-28 15:34:48.000000000","message":"I think this is covered.","commit_id":"9fdde049ef28d352a873f2710f2d74a970379042"},{"author":{"_account_id":22629,"name":"Michal Nasiadka","email":"mnasiadka@gmail.com","username":"mnasiadka"},"change_message_id":"718aedc292d5454f77998c796c083845c4aa25b6","unresolved":false,"context_lines":[{"line_number":143,"context_line":"      If you are using ceph-ansible or another deployment tool that doesn\u0027t"},{"line_number":144,"context_line":"      create separate key for Nova just copy the Cinder key."},{"line_number":145,"context_line":""},{"line_number":146,"context_line":"#. Configure nova-compute to use Ceph as the ephemeral back end by creating"},{"line_number":147,"context_line":"   ``/etc/kolla/config/nova/nova-compute.conf`` and adding the following"},{"line_number":148,"context_line":"   configurations:"},{"line_number":149,"context_line":""},{"line_number":150,"context_line":"   .. code-block:: ini"},{"line_number":151,"context_line":""},{"line_number":152,"context_line":"      [libvirt]"},{"line_number":153,"context_line":"      images_rbd_pool\u003dvms"},{"line_number":154,"context_line":"      images_type\u003drbd"},{"line_number":155,"context_line":"      images_rbd_ceph_conf\u003d/etc/ceph/ceph.conf"},{"line_number":156,"context_line":""},{"line_number":157,"context_line":"Gnocchi"},{"line_number":158,"context_line":"-------"}],"source_content_type":"text/x-rst","patch_set":4,"id":"3fa7e38b_fa94cde8","line":155,"range":{"start_line":146,"start_character":0,"end_line":155,"end_character":46},"in_reply_to":"3fa7e38b_4f5c454b","updated":"2020-01-28 16:03:57.000000000","message":"well, not really - in https://github.com/openstack/kolla-ansible/blob/4d0c442b883d6fbea5eba92a300f6b2def717d55/ansible/roles/nova-cell/templates/nova.conf.d/libvirt.conf.j2#L8 we check for {% if enable_ceph | bool and nova_backend \u003d\u003d \"rbd\" %} - so enable_ceph needs to be yes (so you need to use kolla-ceph).\nI\u0027m changing that if in kolla-ceph removal change - but we could change it in this change to not revisit the docs change once again.","commit_id":"9fdde049ef28d352a873f2710f2d74a970379042"},{"author":{"_account_id":14826,"name":"Mark Goddard","email":"markgoddard86@gmail.com","username":"mgoddard"},"change_message_id":"da1eee0f37a0d146401e0d3057e47a58e8599075","unresolved":false,"context_lines":[{"line_number":143,"context_line":"      If you are using ceph-ansible or another deployment tool that doesn\u0027t"},{"line_number":144,"context_line":"      create separate key for Nova just copy the Cinder key."},{"line_number":145,"context_line":""},{"line_number":146,"context_line":"#. Configure nova-compute to use Ceph as the ephemeral back end by creating"},{"line_number":147,"context_line":"   ``/etc/kolla/config/nova/nova-compute.conf`` and adding the following"},{"line_number":148,"context_line":"   configurations:"},{"line_number":149,"context_line":""},{"line_number":150,"context_line":"   .. code-block:: ini"},{"line_number":151,"context_line":""},{"line_number":152,"context_line":"      [libvirt]"},{"line_number":153,"context_line":"      images_rbd_pool\u003dvms"},{"line_number":154,"context_line":"      images_type\u003drbd"},{"line_number":155,"context_line":"      images_rbd_ceph_conf\u003d/etc/ceph/ceph.conf"},{"line_number":156,"context_line":""},{"line_number":157,"context_line":"Gnocchi"},{"line_number":158,"context_line":"-------"}],"source_content_type":"text/x-rst","patch_set":4,"id":"3fa7e38b_f5a05ea6","line":155,"range":{"start_line":146,"start_character":0,"end_line":155,"end_character":46},"in_reply_to":"3fa7e38b_fa94cde8","updated":"2020-01-28 16:28:32.000000000","message":"Probably better to make it separate from ceph removal. Here or another change is fine.","commit_id":"9fdde049ef28d352a873f2710f2d74a970379042"},{"author":{"_account_id":30491,"name":"Radosław Piliszek","display_name":"Radek","email":"radek@piliszek.it","username":"yoctozepto","status":"self-employed techologist, collaborating mostly with 7bulls.com"},"change_message_id":"ce499f23f5adf50d3b382ba76c8172ffd9761153","unresolved":false,"context_lines":[{"line_number":142,"context_line":""},{"line_number":143,"context_line":"      If you are using ceph-ansible or another deployment tool that doesn\u0027t"},{"line_number":144,"context_line":"      create separate key for Nova just copy the Cinder key and configure"},{"line_number":145,"context_line":"      ``ceph_nova_user``."},{"line_number":146,"context_line":""},{"line_number":147,"context_line":"Gnocchi"},{"line_number":148,"context_line":"-------"}],"source_content_type":"text/x-rst","patch_set":6,"id":"3fa7e38b_f53b7432","line":145,"updated":"2020-01-29 07:43:31.000000000","message":"... the same as \u0027ceph_cinder_user\u0027","commit_id":"e0903d1d6b076e741186e0f3174600afff601684"},{"author":{"_account_id":30491,"name":"Radosław Piliszek","display_name":"Radek","email":"radek@piliszek.it","username":"yoctozepto","status":"self-employed techologist, collaborating mostly with 7bulls.com"},"change_message_id":"04b496174f14412729af05c2d94a2625df19179d","unresolved":false,"context_lines":[{"line_number":142,"context_line":""},{"line_number":143,"context_line":"      If you are using ceph-ansible or another deployment tool that doesn\u0027t"},{"line_number":144,"context_line":"      create separate key for Nova just copy the Cinder key and configure"},{"line_number":145,"context_line":"      ``ceph_nova_user``."},{"line_number":146,"context_line":""},{"line_number":147,"context_line":"Gnocchi"},{"line_number":148,"context_line":"-------"}],"source_content_type":"text/x-rst","patch_set":6,"id":"3fa7e38b_1552d068","line":145,"in_reply_to":"3fa7e38b_b5789cf6","updated":"2020-01-29 07:53:41.000000000","message":"It has the same sense, yes.","commit_id":"e0903d1d6b076e741186e0f3174600afff601684"},{"author":{"_account_id":22629,"name":"Michal Nasiadka","email":"mnasiadka@gmail.com","username":"mnasiadka"},"change_message_id":"da6ba888de082c751cef8decc4286dd9d0deac55","unresolved":false,"context_lines":[{"line_number":142,"context_line":""},{"line_number":143,"context_line":"      If you are using ceph-ansible or another deployment tool that doesn\u0027t"},{"line_number":144,"context_line":"      create separate key for Nova just copy the Cinder key and configure"},{"line_number":145,"context_line":"      ``ceph_nova_user``."},{"line_number":146,"context_line":""},{"line_number":147,"context_line":"Gnocchi"},{"line_number":148,"context_line":"-------"}],"source_content_type":"text/x-rst","patch_set":6,"id":"3fa7e38b_b5789cf6","line":145,"in_reply_to":"3fa7e38b_f53b7432","updated":"2020-01-29 07:48:28.000000000","message":"You mean ... to the same value as ``ceph_cinder_user``? ;-)","commit_id":"e0903d1d6b076e741186e0f3174600afff601684"}],"releasenotes/notes/external-ceph-users-2715eebf8a8df1af.yaml":[{"author":{"_account_id":30491,"name":"Radosław Piliszek","display_name":"Radek","email":"radek@piliszek.it","username":"yoctozepto","status":"self-employed techologist, collaborating mostly with 7bulls.com"},"change_message_id":"6b5ce750b2855d99ee54fed56fe8a57902c78101","unresolved":false,"context_lines":[{"line_number":6,"context_line":"    override configuration files."},{"line_number":7,"context_line":"upgrade:"},{"line_number":8,"context_line":"  - |"},{"line_number":9,"context_line":"    Now the rbd part of libvirt.conf in nova-compute is being generated when"},{"line_number":10,"context_line":"    nova_backend is set to \"rbd\" (previously it was generated when both"},{"line_number":11,"context_line":"    enable_ceph was \"yes\" and nova_backend was set to \"rbd\")."}],"source_content_type":"text/x-yaml","patch_set":7,"id":"3fa7e38b_b562dc13","line":9,"range":{"start_line":9,"start_character":24,"end_line":9,"end_character":36},"updated":"2020-01-29 07:57:31.000000000","message":"``...``","commit_id":"57827afdb232b8c0241bc78bc1c68c538c3883ab"},{"author":{"_account_id":30491,"name":"Radosław Piliszek","display_name":"Radek","email":"radek@piliszek.it","username":"yoctozepto","status":"self-employed techologist, collaborating mostly with 7bulls.com"},"change_message_id":"6b5ce750b2855d99ee54fed56fe8a57902c78101","unresolved":false,"context_lines":[{"line_number":6,"context_line":"    override configuration files."},{"line_number":7,"context_line":"upgrade:"},{"line_number":8,"context_line":"  - |"},{"line_number":9,"context_line":"    Now the rbd part of libvirt.conf in nova-compute is being generated when"},{"line_number":10,"context_line":"    nova_backend is set to \"rbd\" (previously it was generated when both"},{"line_number":11,"context_line":"    enable_ceph was \"yes\" and nova_backend was set to \"rbd\")."}],"source_content_type":"text/x-yaml","patch_set":7,"id":"3fa7e38b_5565a81a","line":9,"range":{"start_line":9,"start_character":40,"end_line":9,"end_character":52},"updated":"2020-01-29 07:57:31.000000000","message":"ditto","commit_id":"57827afdb232b8c0241bc78bc1c68c538c3883ab"},{"author":{"_account_id":30491,"name":"Radosław Piliszek","display_name":"Radek","email":"radek@piliszek.it","username":"yoctozepto","status":"self-employed techologist, collaborating mostly with 7bulls.com"},"change_message_id":"6b5ce750b2855d99ee54fed56fe8a57902c78101","unresolved":false,"context_lines":[{"line_number":7,"context_line":"upgrade:"},{"line_number":8,"context_line":"  - |"},{"line_number":9,"context_line":"    Now the rbd part of libvirt.conf in nova-compute is being generated when"},{"line_number":10,"context_line":"    nova_backend is set to \"rbd\" (previously it was generated when both"},{"line_number":11,"context_line":"    enable_ceph was \"yes\" and nova_backend was set to \"rbd\")."}],"source_content_type":"text/x-yaml","patch_set":7,"id":"3fa7e38b_955fa04b","line":10,"range":{"start_line":10,"start_character":4,"end_line":10,"end_character":16},"updated":"2020-01-29 07:57:31.000000000","message":"ditto","commit_id":"57827afdb232b8c0241bc78bc1c68c538c3883ab"},{"author":{"_account_id":30491,"name":"Radosław Piliszek","display_name":"Radek","email":"radek@piliszek.it","username":"yoctozepto","status":"self-employed techologist, collaborating mostly with 7bulls.com"},"change_message_id":"6b5ce750b2855d99ee54fed56fe8a57902c78101","unresolved":false,"context_lines":[{"line_number":7,"context_line":"upgrade:"},{"line_number":8,"context_line":"  - |"},{"line_number":9,"context_line":"    Now the rbd part of libvirt.conf in nova-compute is being generated when"},{"line_number":10,"context_line":"    nova_backend is set to \"rbd\" (previously it was generated when both"},{"line_number":11,"context_line":"    enable_ceph was \"yes\" and nova_backend was set to \"rbd\")."}],"source_content_type":"text/x-yaml","patch_set":7,"id":"3fa7e38b_f585b4ab","line":10,"range":{"start_line":10,"start_character":28,"end_line":10,"end_character":31},"updated":"2020-01-29 07:57:31.000000000","message":"formatting: ``...``","commit_id":"57827afdb232b8c0241bc78bc1c68c538c3883ab"},{"author":{"_account_id":30491,"name":"Radosław Piliszek","display_name":"Radek","email":"radek@piliszek.it","username":"yoctozepto","status":"self-employed techologist, collaborating mostly with 7bulls.com"},"change_message_id":"6b5ce750b2855d99ee54fed56fe8a57902c78101","unresolved":false,"context_lines":[{"line_number":8,"context_line":"  - |"},{"line_number":9,"context_line":"    Now the rbd part of libvirt.conf in nova-compute is being generated when"},{"line_number":10,"context_line":"    nova_backend is set to \"rbd\" (previously it was generated when both"},{"line_number":11,"context_line":"    enable_ceph was \"yes\" and nova_backend was set to \"rbd\")."}],"source_content_type":"text/x-yaml","patch_set":7,"id":"3fa7e38b_15ae502e","line":11,"range":{"start_line":11,"start_character":55,"end_line":11,"end_character":58},"updated":"2020-01-29 07:57:31.000000000","message":"ditto","commit_id":"57827afdb232b8c0241bc78bc1c68c538c3883ab"},{"author":{"_account_id":30491,"name":"Radosław Piliszek","display_name":"Radek","email":"radek@piliszek.it","username":"yoctozepto","status":"self-employed techologist, collaborating mostly with 7bulls.com"},"change_message_id":"6b5ce750b2855d99ee54fed56fe8a57902c78101","unresolved":false,"context_lines":[{"line_number":8,"context_line":"  - |"},{"line_number":9,"context_line":"    Now the rbd part of libvirt.conf in nova-compute is being generated when"},{"line_number":10,"context_line":"    nova_backend is set to \"rbd\" (previously it was generated when both"},{"line_number":11,"context_line":"    enable_ceph was \"yes\" and nova_backend was set to \"rbd\")."}],"source_content_type":"text/x-yaml","patch_set":7,"id":"3fa7e38b_35a90c24","line":11,"range":{"start_line":11,"start_character":30,"end_line":11,"end_character":42},"updated":"2020-01-29 07:57:31.000000000","message":"ditto","commit_id":"57827afdb232b8c0241bc78bc1c68c538c3883ab"},{"author":{"_account_id":30491,"name":"Radosław Piliszek","display_name":"Radek","email":"radek@piliszek.it","username":"yoctozepto","status":"self-employed techologist, collaborating mostly with 7bulls.com"},"change_message_id":"6b5ce750b2855d99ee54fed56fe8a57902c78101","unresolved":false,"context_lines":[{"line_number":8,"context_line":"  - |"},{"line_number":9,"context_line":"    Now the rbd part of libvirt.conf in nova-compute is being generated when"},{"line_number":10,"context_line":"    nova_backend is set to \"rbd\" (previously it was generated when both"},{"line_number":11,"context_line":"    enable_ceph was \"yes\" and nova_backend was set to \"rbd\")."}],"source_content_type":"text/x-yaml","patch_set":7,"id":"3fa7e38b_55b0488d","line":11,"range":{"start_line":11,"start_character":4,"end_line":11,"end_character":15},"updated":"2020-01-29 07:57:31.000000000","message":"ditto","commit_id":"57827afdb232b8c0241bc78bc1c68c538c3883ab"},{"author":{"_account_id":30491,"name":"Radosław Piliszek","display_name":"Radek","email":"radek@piliszek.it","username":"yoctozepto","status":"self-employed techologist, collaborating mostly with 7bulls.com"},"change_message_id":"6b5ce750b2855d99ee54fed56fe8a57902c78101","unresolved":false,"context_lines":[{"line_number":8,"context_line":"  - |"},{"line_number":9,"context_line":"    Now the rbd part of libvirt.conf in nova-compute is being generated when"},{"line_number":10,"context_line":"    nova_backend is set to \"rbd\" (previously it was generated when both"},{"line_number":11,"context_line":"    enable_ceph was \"yes\" and nova_backend was set to \"rbd\")."}],"source_content_type":"text/x-yaml","patch_set":7,"id":"3fa7e38b_75b3049a","line":11,"range":{"start_line":11,"start_character":21,"end_line":11,"end_character":24},"updated":"2020-01-29 07:57:31.000000000","message":"ditto","commit_id":"57827afdb232b8c0241bc78bc1c68c538c3883ab"},{"author":{"_account_id":14826,"name":"Mark Goddard","email":"markgoddard86@gmail.com","username":"mgoddard"},"change_message_id":"1eb4cf397a2c788a16c4721943d80521b53f353b","unresolved":false,"context_lines":[{"line_number":6,"context_line":"    override configuration files."},{"line_number":7,"context_line":"upgrade:"},{"line_number":8,"context_line":"  - |"},{"line_number":9,"context_line":"    Now the rbd part of ``libvirt.conf`` in ``nova-compute`` is being generated"},{"line_number":10,"context_line":"    when ``nova_backend`` is set to ``\"rbd\"`` (previously it was generated when"},{"line_number":11,"context_line":"    both ``enable_ceph`` was ``\"yes\"`` and ``nova_backend`` was set to"},{"line_number":12,"context_line":"    ``\"rbd\"``)."}],"source_content_type":"text/x-yaml","patch_set":9,"id":"3fa7e38b_66527c13","line":9,"range":{"start_line":9,"start_character":26,"end_line":9,"end_character":38},"updated":"2020-01-29 10:37:10.000000000","message":"Isn\u0027t this nova.conf [libvirt]","commit_id":"cfc97ab87b6411540fb18d765204f54af144a92d"},{"author":{"_account_id":30491,"name":"Radosław Piliszek","display_name":"Radek","email":"radek@piliszek.it","username":"yoctozepto","status":"self-employed techologist, collaborating mostly with 7bulls.com"},"change_message_id":"ba399be8170af8d72dde432ba77ee3c687f8c3d4","unresolved":false,"context_lines":[{"line_number":6,"context_line":"    override configuration files."},{"line_number":7,"context_line":"upgrade:"},{"line_number":8,"context_line":"  - |"},{"line_number":9,"context_line":"    Now the rbd part of ``libvirt.conf`` in ``nova-compute`` is being generated"},{"line_number":10,"context_line":"    when ``nova_backend`` is set to ``\"rbd\"`` (previously it was generated when"},{"line_number":11,"context_line":"    both ``enable_ceph`` was ``\"yes\"`` and ``nova_backend`` was set to"},{"line_number":12,"context_line":"    ``\"rbd\"``)."}],"source_content_type":"text/x-yaml","patch_set":9,"id":"3fa7e38b_061e280c","line":9,"range":{"start_line":9,"start_character":26,"end_line":9,"end_character":38},"in_reply_to":"3fa7e38b_66527c13","updated":"2020-01-29 11:01:59.000000000","message":"It is, a snippet.","commit_id":"cfc97ab87b6411540fb18d765204f54af144a92d"}]}
