188 lines
9.7 KiB
HTML
188 lines
9.7 KiB
HTML
|
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
|
|
<title>Getting Involved — nova v2010.1 documentation</title>
|
|
<link rel="stylesheet" href="_static/sphinxdoc.css" type="text/css" />
|
|
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
|
<link rel="stylesheet" href="_static/tweaks.css" type="text/css" />
|
|
<script type="text/javascript">
|
|
var DOCUMENTATION_OPTIONS = {
|
|
URL_ROOT: '',
|
|
VERSION: '2010.1',
|
|
COLLAPSE_INDEX: false,
|
|
FILE_SUFFIX: '.html',
|
|
HAS_SOURCE: true
|
|
};
|
|
</script>
|
|
<script type="text/javascript" src="_static/jquery.js"></script>
|
|
<script type="text/javascript" src="_static/underscore.js"></script>
|
|
<script type="text/javascript" src="_static/doctools.js"></script>
|
|
<script type="text/javascript" src="_static/jquery.tweet.js"></script>
|
|
<link rel="top" title="nova v2010.1 documentation" href="index.html" />
|
|
<link rel="prev" title="Glance Integration - The Future of File Storage" href="devref/glance.html" />
|
|
<script type='text/javascript'>
|
|
$(document).ready(function(){
|
|
$("#twitter_feed").tweet({
|
|
username: "openstack",
|
|
query: "from:openstack",
|
|
avatar_size: 32,
|
|
count: 10,
|
|
loading_text: "loading tweets..."
|
|
});
|
|
});
|
|
</script>
|
|
|
|
</head>
|
|
<body>
|
|
<div class="related">
|
|
<h3>Navigation</h3>
|
|
<ul>
|
|
<li class="right" style="margin-right: 10px">
|
|
<a href="genindex.html" title="General Index"
|
|
accesskey="I">index</a></li>
|
|
<li class="right" >
|
|
<a href="py-modindex.html" title="Python Module Index"
|
|
>modules</a> |</li>
|
|
<li class="right" >
|
|
<a href="devref/glance.html" title="Glance Integration - The Future of File Storage"
|
|
accesskey="P">previous</a> |</li>
|
|
<li><a href="index.html">nova v2010.1 documentation</a> »</li>
|
|
</ul>
|
|
</div>
|
|
<div class="sphinxsidebar">
|
|
<div class="sphinxsidebarwrapper">
|
|
<h3><a href="index.html">Table Of Contents</a></h3>
|
|
<ul>
|
|
<li><a class="reference internal" href="#">Getting Involved</a><ul>
|
|
<li><a class="reference internal" href="#how-to-join-the-openstack-community">How to Join the OpenStack Community</a></li>
|
|
<li><a class="reference internal" href="#contributing-code">Contributing Code</a></li>
|
|
<li><a class="reference internal" href="#openstack-on-freenode-irc-network">#openstack on Freenode IRC Network</a></li>
|
|
<li><a class="reference internal" href="#id1">OpenStack Wiki</a></li>
|
|
<li><a class="reference internal" href="#nova-on-launchpad">Nova on Launchpad</a></li>
|
|
<li><a class="reference internal" href="#openstack-blog">OpenStack Blog</a></li>
|
|
<li><a class="reference internal" href="#twitter">Twitter</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
|
|
<h4>Previous topic</h4>
|
|
<p class="topless"><a href="devref/glance.html"
|
|
title="previous chapter">Glance Integration - The Future of File Storage</a></p>
|
|
<h3>This Page</h3>
|
|
<ul class="this-page-menu">
|
|
<li><a href="_sources/community.txt"
|
|
rel="nofollow">Show Source</a></li>
|
|
</ul>
|
|
<div id="searchbox" style="display: none">
|
|
<h3>Quick search</h3>
|
|
<form class="search" action="search.html" method="get">
|
|
<input type="text" name="q" size="18" />
|
|
<input type="submit" value="Go" />
|
|
<input type="hidden" name="check_keywords" value="yes" />
|
|
<input type="hidden" name="area" value="default" />
|
|
</form>
|
|
<p class="searchtip" style="font-size: 90%">
|
|
Enter search terms or a module, class or function name.
|
|
</p>
|
|
</div>
|
|
<script type="text/javascript">$('#searchbox').show(0);</script>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="document">
|
|
<div class="documentwrapper">
|
|
<div class="bodywrapper">
|
|
<div class="body">
|
|
|
|
<div class="section" id="getting-involved">
|
|
<h1>Getting Involved<a class="headerlink" href="#getting-involved" title="Permalink to this headline">¶</a></h1>
|
|
<p>The Nova community is a very friendly group and there are places online to join in with the
|
|
community. Feel free to ask questions. This document points you to some of the places where you can
|
|
communicate with people.</p>
|
|
<div class="section" id="how-to-join-the-openstack-community">
|
|
<h2>How to Join the OpenStack Community<a class="headerlink" href="#how-to-join-the-openstack-community" title="Permalink to this headline">¶</a></h2>
|
|
<p>Our community welcomes all people interested in open source cloud computing, and there are no formal
|
|
membership requirements. The best way to join the community is to talk with others online or at a meetup
|
|
and offer contributions through Launchpad, the wiki, or blogs. We welcome all types of contributions,
|
|
from blueprint designs to documentation to testing to deployment scripts.</p>
|
|
</div>
|
|
<div class="section" id="contributing-code">
|
|
<h2>Contributing Code<a class="headerlink" href="#contributing-code" title="Permalink to this headline">¶</a></h2>
|
|
<p>To contribute code, sign up for a Launchpad account and sign a contributor license agreement,
|
|
available on the <a class="reference external" href="http://wiki.openstack.org/CLA">OpenStack Wiki</a>. Once the CLA is signed you
|
|
can contribute code through the Bazaar version control system which is related to your Launchpad account.</p>
|
|
</div>
|
|
<div class="section" id="openstack-on-freenode-irc-network">
|
|
<h2>#openstack on Freenode IRC Network<a class="headerlink" href="#openstack-on-freenode-irc-network" title="Permalink to this headline">¶</a></h2>
|
|
<p>There is a very active chat channel at <a class="reference external" href="irc://freenode.net/#openstack">irc://freenode.net/#openstack</a>. This
|
|
is usually the best place to ask questions and find your way around. IRC stands for Internet Relay
|
|
Chat and it is a way to chat online in real time. You can also ask a question and come back to the
|
|
log files to read the answer later. Logs for the #openstack IRC channel are stored at
|
|
<a class="reference external" href="http://eavesdrop.openstack.org/irclogs/">http://eavesdrop.openstack.org/irclogs/</a>.</p>
|
|
</div>
|
|
<div class="section" id="id1">
|
|
<h2>OpenStack Wiki<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h2>
|
|
<p>The wiki is a living source of knowledge. It is edited by the community, and
|
|
has collections of links and other sources of information. Typically the pages are a good place
|
|
to write drafts for specs or documentation, describe a blueprint, or collaborate with others.</p>
|
|
<p><a class="reference external" href="http://wiki.openstack.org/">OpenStack Wiki</a></p>
|
|
</div>
|
|
<div class="section" id="nova-on-launchpad">
|
|
<h2>Nova on Launchpad<a class="headerlink" href="#nova-on-launchpad" title="Permalink to this headline">¶</a></h2>
|
|
<p>Launchpad is a code hosting service that hosts the Nova source code. From
|
|
Launchpad you can report bugs, ask questions, and register blueprints (feature requests).</p>
|
|
<ul class="simple">
|
|
<li><a class="reference external" href="http://wiki.openstack.org/LifeWithBzrAndLaunchpad">Learn about how to use bzr with launchpad</a></li>
|
|
<li><a class="reference external" href="http://launchpad.net/nova">Launchpad Nova Page</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="section" id="openstack-blog">
|
|
<h2>OpenStack Blog<a class="headerlink" href="#openstack-blog" title="Permalink to this headline">¶</a></h2>
|
|
<p>The OpenStack blog includes a weekly newsletter that aggregates OpenStack news
|
|
from around the internet, as well as providing inside information on upcoming
|
|
events and posts from OpenStack contributors.</p>
|
|
<p><a class="reference external" href="http://openstack.org/blog">OpenStack Blog</a></p>
|
|
<p>See also: <a class="reference external" href="http://planet.openstack.org/">Planet OpenStack</a>, aggregating blogs
|
|
about OpenStack from around the internet into a single feed. If you’d like to contribute to this blog
|
|
aggregation with your blog posts, there are instructions for <a class="reference external" href="http://wiki.openstack.org/AddingYourBlog">adding your blog</a>.</p>
|
|
</div>
|
|
<div class="section" id="twitter">
|
|
<h2>Twitter<a class="headerlink" href="#twitter" title="Permalink to this headline">¶</a></h2>
|
|
<p>Because all the cool kids do it: <a class="reference external" href="http://twitter.com/openstack">@openstack</a>. Also follow the
|
|
<a class="reference external" href="http://search.twitter.com/search?q=%23openstack">#openstack</a> tag for relevant tweets.</p>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="clearer"></div>
|
|
</div>
|
|
<div class="related">
|
|
<h3>Navigation</h3>
|
|
<ul>
|
|
<li class="right" style="margin-right: 10px">
|
|
<a href="genindex.html" title="General Index"
|
|
>index</a></li>
|
|
<li class="right" >
|
|
<a href="py-modindex.html" title="Python Module Index"
|
|
>modules</a> |</li>
|
|
<li class="right" >
|
|
<a href="devref/glance.html" title="Glance Integration - The Future of File Storage"
|
|
>previous</a> |</li>
|
|
<li><a href="index.html">nova v2010.1 documentation</a> »</li>
|
|
</ul>
|
|
</div>
|
|
<div class="footer">
|
|
© Copyright 2010, United States Government as represented by the Administrator of the National Aeronautics and Space Administration..
|
|
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.4.
|
|
</div>
|
|
</body>
|
|
</html> |