doc: link in some Sydney summit content

This adds some links to talks from the Sydney summit to the docs
for cells v2, bug triage, and the metadata service.

While adding a "References" section to the metadata docs, I figured
it was also useful to link to a blog post from mikal about vendordata
since it also includes code samples.

Change-Id: Ifc47a5472db37f5526004d2e00751365a026975a
This commit is contained in:
Matt Riedemann
2017-12-07 22:27:50 -05:00
parent 81544829d1
commit 1772abbb52
3 changed files with 16 additions and 1 deletions

View File

@@ -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?
==============================================

View File

@@ -76,6 +76,7 @@ Cells V2
* `Newton Summit Video - Nova Cells V2: What's Going On? <https://www.openstack.org/videos/austin-2016/nova-cells-v2-whats-going-on>`_
* `Pike Summit Video - Scaling Nova: How CellsV2 Affects Your Deployment <https://www.openstack.org/videos/boston-2017/scaling-nova-how-cellsv2-affects-your-deployment>`_
* `Queens Summit Video - Add Cellsv2 to your existing Nova deployment <https://www.openstack.org/videos/sydney-2017/adding-cellsv2-to-your-existing-nova-deployment>`_
Manifesto
~~~~~~~~~

View File

@@ -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