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:
@@ -356,7 +356,10 @@ How to do great bug triage?
|
|||||||
|
|
||||||
https://wiki.openstack.org/wiki/Nova/BugTriage
|
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?
|
How to step up into a project leadership role?
|
||||||
==============================================
|
==============================================
|
||||||
|
@@ -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>`_
|
* `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>`_
|
* `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
|
Manifesto
|
||||||
~~~~~~~~~
|
~~~~~~~~~
|
||||||
|
@@ -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
|
metadata service with the keystone authentication WSGI middleware. This is
|
||||||
configured using the keystone authentication parameters in the
|
configured using the keystone authentication parameters in the
|
||||||
``vendordata_dynamic_auth`` configuration group.
|
``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
|
||||||
|
Reference in New Issue
Block a user