diff --git a/doc/source/contributor/how-to-get-involved.rst b/doc/source/contributor/how-to-get-involved.rst index b5ee3a762a..7bfa7b8e07 100644 --- a/doc/source/contributor/how-to-get-involved.rst +++ b/doc/source/contributor/how-to-get-involved.rst @@ -356,7 +356,10 @@ How to do great bug triage? https://wiki.openstack.org/wiki/Nova/BugTriage -More details coming soon... +Sylvain Bauza and Stephen Finucane gave a nice `presentation`_ on this topic +at the Queens summit in Sydney. + +.. _presentation: https://www.openstack.org/videos/sydney-2017/upstream-bug-triage-the-hidden-gem How to step up into a project leadership role? ============================================== diff --git a/doc/source/user/cells.rst b/doc/source/user/cells.rst index 4baa48c422..ab43c7f0b8 100644 --- a/doc/source/user/cells.rst +++ b/doc/source/user/cells.rst @@ -76,6 +76,7 @@ Cells V2 * `Newton Summit Video - Nova Cells V2: What's Going On? `_ * `Pike Summit Video - Scaling Nova: How CellsV2 Affects Your Deployment `_ +* `Queens Summit Video - Add Cellsv2 to your existing Nova deployment `_ Manifesto ~~~~~~~~~ diff --git a/doc/source/user/vendordata.rst b/doc/source/user/vendordata.rst index e108e3cad5..1fc264d66c 100644 --- a/doc/source/user/vendordata.rst +++ b/doc/source/user/vendordata.rst @@ -120,3 +120,14 @@ providing a service token with the request -- you can then just deploy your metadata service with the keystone authentication WSGI middleware. This is configured using the keystone authentication parameters in the ``vendordata_dynamic_auth`` configuration group. + +References +========== + +* Michael Still's talk from the Queens summit in Sydney: + `Metadata, User Data, Vendor Data, oh my!`_ +* Michael's blog post on `deploying a simple vendordata service`_ which + provides more details and sample code to supplement the documentation above. + +.. _Metadata, User Data, Vendor Data, oh my!: https://www.openstack.org/videos/sydney-2017/metadata-user-data-vendor-data-oh-my +.. _deploying a simple vendordata service: http://www.stillhq.com/openstack/000022.html