Reference git.o.o DevStack repo rather than GitHub
In docs, use git.o.o URLs rather than GitHub URLs for the DevStack repo, and don't mention GitHub when git.o.o is more appropriate. Also, replaced GitHub logo with Git logo in quickstart.png. Change-Id: Iab0006144f008963b8cb5be2d10ce0f360c0e6ca
This commit is contained in:
parent
572a4c4c3c
commit
eaff3e1b8c
@ -10,8 +10,8 @@ and so is limited to Bash (version 3 and up) and compatible shells.
|
|||||||
Shell script was chosen because it best illustrates the steps used to
|
Shell script was chosen because it best illustrates the steps used to
|
||||||
set up and interact with OpenStack components.
|
set up and interact with OpenStack components.
|
||||||
|
|
||||||
DevStack's official repository is located on GitHub at
|
DevStack's official repository is located on git.openstack.org at
|
||||||
https://github.com/openstack-dev/devstack.git. Besides the master branch that
|
https://git.openstack.org/openstack-dev/devstack. Besides the master branch that
|
||||||
tracks the OpenStack trunk branches a separate branch is maintained for all
|
tracks the OpenStack trunk branches a separate branch is maintained for all
|
||||||
OpenStack releases starting with Diablo (stable/diablo).
|
OpenStack releases starting with Diablo (stable/diablo).
|
||||||
|
|
||||||
|
@ -71,7 +71,7 @@ li#ubuntu {
|
|||||||
margin-bottom: 14px;
|
margin-bottom: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
li#github {
|
li#git {
|
||||||
background-position: left -70px !important;
|
background-position: left -70px !important;
|
||||||
height: 61px;
|
height: 61px;
|
||||||
padding: ;
|
padding: ;
|
||||||
@ -119,4 +119,4 @@ footer {
|
|||||||
|
|
||||||
.wat {
|
.wat {
|
||||||
margin-top: 33px;
|
margin-top: 33px;
|
||||||
}
|
}
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 9.3 KiB |
@ -34,7 +34,7 @@
|
|||||||
<li><a href="overview.html">Overview</a></li>
|
<li><a href="overview.html">Overview</a></li>
|
||||||
<li><a href="changes.html">Changes</a></li>
|
<li><a href="changes.html">Changes</a></li>
|
||||||
<li><a href="faq.html">FAQ</a></li>
|
<li><a href="faq.html">FAQ</a></li>
|
||||||
<li><a href="http://github.com/openstack-dev/devstack">GitHub</a></li>
|
<li><a href="https://git.openstack.org/cgit/openstack-dev/devstack">git.openstack.org</a></li>
|
||||||
<li><a href="https://review.openstack.org/#/q/status:open+project:openstack-dev/devstack,n,z">Gerrit</a></li>
|
<li><a href="https://review.openstack.org/#/q/status:open+project:openstack-dev/devstack,n,z">Gerrit</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
<li><a href="overview.html">Overview</a></li>
|
<li><a href="overview.html">Overview</a></li>
|
||||||
<li><a href="changes.html">Changes</a></li>
|
<li><a href="changes.html">Changes</a></li>
|
||||||
<li><a href="faq.html">FAQ</a></li>
|
<li><a href="faq.html">FAQ</a></li>
|
||||||
<li><a href="http://github.com/openstack-dev/devstack">GitHub</a></li>
|
<li><a href="https://git.openstack.org/cgit/openstack-dev/devstack">git.openstack.org</a></li>
|
||||||
<li><a href="https://review.openstack.org/#/q/status:open+project:openstack-dev/devstack,n,z">Gerrit</a></li>
|
<li><a href="https://review.openstack.org/#/q/status:open+project:openstack-dev/devstack,n,z">Gerrit</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
<li><a href="overview.html">Overview</a></li>
|
<li><a href="overview.html">Overview</a></li>
|
||||||
<li><a href="changes.html">Changes</a></li>
|
<li><a href="changes.html">Changes</a></li>
|
||||||
<li><a href="faq.html">FAQ</a></li>
|
<li><a href="faq.html">FAQ</a></li>
|
||||||
<li><a href="http://github.com/openstack-dev/devstack">GitHub</a></li>
|
<li><a href="https://git.openstack.org/cgit/openstack-dev/devstack">git.openstack.org</a></li>
|
||||||
<li><a href="https://review.openstack.org/#/q/status:open+project:openstack-dev/devstack,n,z">Gerrit</a></li>
|
<li><a href="https://review.openstack.org/#/q/status:open+project:openstack-dev/devstack,n,z">Gerrit</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@ -52,7 +52,7 @@
|
|||||||
<h3>Things To Know</h3>
|
<h3>Things To Know</h3>
|
||||||
|
|
||||||
<br /><strong>Where Things Are</strong>
|
<br /><strong>Where Things Are</strong>
|
||||||
<p>The official DevStack repository is located at <code>git://github.com/openstack-dev/devstack.git</code> and <code>git://git.openstack.org/openstack-dev/devstack.git</code>, both mirrors of the official repo maintained by Gerrit.</p>
|
<p>The official DevStack repository is located at <code>git://git.openstack.org/openstack-dev/devstack.git</code>, replicated from the repo maintained by Gerrit. GitHub also has a mirror at <code>git://github.com/openstack-dev/devstack.git</code>.</p>
|
||||||
<p>The <a href="https://blueprints.launchpad.net/devstack">blueprint</a> and <a href="https://bugs.launchpad.net/devstack">bug trackers</a> are on Launchpad. It should be noted that DevStack generally does not use these as strongly as other projects, but we're trying to change that.</p>
|
<p>The <a href="https://blueprints.launchpad.net/devstack">blueprint</a> and <a href="https://bugs.launchpad.net/devstack">bug trackers</a> are on Launchpad. It should be noted that DevStack generally does not use these as strongly as other projects, but we're trying to change that.</p>
|
||||||
<p>The <a href="https://review.openstack.org/#/q/project:openstack-dev/devstack,n,z">Gerrit review queue</a> is, however, used for all commits except for the text of this website. That should also change in the near future.</p>
|
<p>The <a href="https://review.openstack.org/#/q/project:openstack-dev/devstack,n,z">Gerrit review queue</a> is, however, used for all commits except for the text of this website. That should also change in the near future.</p>
|
||||||
|
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
<li><a href="overview.html">Overview</a></li>
|
<li><a href="overview.html">Overview</a></li>
|
||||||
<li><a href="changes.html">Changes</a></li>
|
<li><a href="changes.html">Changes</a></li>
|
||||||
<li><a href="faq.html">FAQ</a></li>
|
<li><a href="faq.html">FAQ</a></li>
|
||||||
<li><a href="http://github.com/openstack-dev/devstack">GitHub</a></li>
|
<li><a href="https://git.openstack.org/cgit/openstack-dev/devstack">git.openstack.org</a></li>
|
||||||
<li><a href="https://review.openstack.org/#/q/status:open+project:openstack-dev/devstack,n,z">Gerrit</a></li>
|
<li><a href="https://review.openstack.org/#/q/status:open+project:openstack-dev/devstack,n,z">Gerrit</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
<li><a href="overview.html">Overview</a></li>
|
<li><a href="overview.html">Overview</a></li>
|
||||||
<li><a href="changes.html">Changes</a></li>
|
<li><a href="changes.html">Changes</a></li>
|
||||||
<li><a href="faq.html">FAQ</a></li>
|
<li><a href="faq.html">FAQ</a></li>
|
||||||
<li><a href="http://github.com/openstack-dev/devstack">GitHub</a></li>
|
<li><a href="https://git.openstack.org/cgit/openstack-dev/devstack">git.openstack.org</a></li>
|
||||||
<li><a href="https://review.openstack.org/#/q/status:open+project:openstack-dev/devstack,n,z">Gerrit</a></li>
|
<li><a href="https://review.openstack.org/#/q/status:open+project:openstack-dev/devstack,n,z">Gerrit</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
<li><a href="overview.html">Overview</a></li>
|
<li><a href="overview.html">Overview</a></li>
|
||||||
<li><a href="changes.html">Changes</a></li>
|
<li><a href="changes.html">Changes</a></li>
|
||||||
<li><a href="faq.html">FAQ</a></li>
|
<li><a href="faq.html">FAQ</a></li>
|
||||||
<li><a href="http://github.com/openstack-dev/devstack">GitHub</a></li>
|
<li><a href="https://git.openstack.org/cgit/openstack-dev/devstack">git.openstack.org</a></li>
|
||||||
<li><a href="https://review.openstack.org/#/q/status:open+project:openstack-dev/devstack,n,z">Gerrit</a></li>
|
<li><a href="https://review.openstack.org/#/q/status:open+project:openstack-dev/devstack,n,z">Gerrit</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@ -73,7 +73,7 @@
|
|||||||
<dd>A: DevStack is optimized for documentation & developers. As some of us use <a href="https://github.com/dellcloudedge/crowbar">Crowbar</a> for production deployments, we hope developers documenting how they setup systems for new features supports projects like Crowbar.</dd>
|
<dd>A: DevStack is optimized for documentation & developers. As some of us use <a href="https://github.com/dellcloudedge/crowbar">Crowbar</a> for production deployments, we hope developers documenting how they setup systems for new features supports projects like Crowbar.</dd>
|
||||||
|
|
||||||
<dt>Q: I'd like to help!</dt>
|
<dt>Q: I'd like to help!</dt>
|
||||||
<dd>A: That isn't a question, but please do! The source for DevStack is <a href="http://github.com/openstack-dev/devstack">github</a> and bug reports go to <a href="http://bugs.launchpad.net/devstack/">LaunchPad</a>. Contributions follow the usual process as described in the <a href="http://wiki.openstack.org/HowToContribute">OpenStack wiki</a> even though DevStack is not an official OpenStack project. This site is housed in the CloudBuilder's <a href="http://github.com/cloudbuilders/devstack">github</a> in the gh-pages branch.</dd>
|
<dd>A: That isn't a question, but please do! The source for DevStack is at <a href="https://git.openstack.org/cgit/openstack-dev/devstack">git.openstack.org</a> and bug reports go to <a href="http://bugs.launchpad.net/devstack/">LaunchPad</a>. Contributions follow the usual process as described in the <a href="http://wiki.openstack.org/HowToContribute">OpenStack wiki</a> even though DevStack is not an official OpenStack project. This site is housed in the CloudBuilder's <a href="http://github.com/cloudbuilders/devstack">github</a> in the gh-pages branch.</dd>
|
||||||
|
|
||||||
<dt>Q: Why not use packages?</dt>
|
<dt>Q: Why not use packages?</dt>
|
||||||
<dd>A: Unlike packages, DevStack leaves your cloud ready to develop - checkouts of the code and services running in screen. However, many people are doing the hard work of packaging and recipes for production deployments. We hope this script serves as a way to communicate configuration changes between developers and packagers.</dd>
|
<dd>A: Unlike packages, DevStack leaves your cloud ready to develop - checkouts of the code and services running in screen. However, many people are doing the hard work of packaging and recipes for production deployments. We hope this script serves as a way to communicate configuration changes between developers and packagers.</dd>
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
<li><a href="../overview.html">Overview</a></li>
|
<li><a href="../overview.html">Overview</a></li>
|
||||||
<li><a href="../changes.html">Changes</a></li>
|
<li><a href="../changes.html">Changes</a></li>
|
||||||
<li><a href="../faq.html">FAQ</a></li>
|
<li><a href="../faq.html">FAQ</a></li>
|
||||||
<li><a href="http://github.com/openstack-dev/devstack">GitHub</a></li>
|
<li><a href="https://git.openstack.org/cgit/openstack-dev/devstack">git.openstack.org</a></li>
|
||||||
<li><a href="https://review.openstack.org/#/q/status:open+project:openstack-dev/devstack,n,z">Gerrit</a></li>
|
<li><a href="https://review.openstack.org/#/q/status:open+project:openstack-dev/devstack,n,z">Gerrit</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@ -129,8 +129,8 @@ useradd -g stack -s /bin/bash -d /opt/stack -m stack</pre>
|
|||||||
echo "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCyYjfgyPazTvGpd8OaAvtU2utL8W6gWC4JdRS1J95GhNNfQd657yO6s1AH5KYQWktcE6FO/xNUC2reEXSGC7ezy+sGO1kj9Limv5vrvNHvF1+wts0Cmyx61D2nQw35/Qz8BvpdJANL7VwP/cFI/p3yhvx2lsnjFE3hN8xRB2LtLUopUSVdBwACOVUmH2G+2BWMJDjVINd2DPqRIA4Zhy09KJ3O1Joabr0XpQL0yt/I9x8BVHdAx6l9U0tMg9dj5+tAjZvMAFfye3PJcYwwsfJoFxC8w/SLtqlFX7Ehw++8RtvomvuipLdmWCy+T9hIkl+gHYE4cS3OIqXH7f49jdJf jesse@spacey.local" > ~/.ssh/authorized_keys</pre>
|
echo "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCyYjfgyPazTvGpd8OaAvtU2utL8W6gWC4JdRS1J95GhNNfQd657yO6s1AH5KYQWktcE6FO/xNUC2reEXSGC7ezy+sGO1kj9Limv5vrvNHvF1+wts0Cmyx61D2nQw35/Qz8BvpdJANL7VwP/cFI/p3yhvx2lsnjFE3hN8xRB2LtLUopUSVdBwACOVUmH2G+2BWMJDjVINd2DPqRIA4Zhy09KJ3O1Joabr0XpQL0yt/I9x8BVHdAx6l9U0tMg9dj5+tAjZvMAFfye3PJcYwwsfJoFxC8w/SLtqlFX7Ehw++8RtvomvuipLdmWCy+T9hIkl+gHYE4cS3OIqXH7f49jdJf jesse@spacey.local" > ~/.ssh/authorized_keys</pre>
|
||||||
|
|
||||||
<h3>Download DevStack</h3>
|
<h3>Download DevStack</h3>
|
||||||
<p>Grab the latest version of DevStack from github:</p>
|
<p>Grab the latest version of DevStack:</p>
|
||||||
<pre>git clone https://github.com/openstack-dev/devstack.git
|
<pre>git clone https://git.openstack.org/openstack-dev/devstack
|
||||||
cd devstack</pre>
|
cd devstack</pre>
|
||||||
|
|
||||||
<p>Up to this point all of the steps apply to each node in the cluster. From here on
|
<p>Up to this point all of the steps apply to each node in the cluster. From here on
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
<li><a href="../overview.html">Overview</a></li>
|
<li><a href="../overview.html">Overview</a></li>
|
||||||
<li><a href="../changes.html">Changes</a></li>
|
<li><a href="../changes.html">Changes</a></li>
|
||||||
<li><a href="../faq.html">FAQ</a></li>
|
<li><a href="../faq.html">FAQ</a></li>
|
||||||
<li><a href="http://github.com/openstack-dev/devstack">GitHub</a></li>
|
<li><a href="https://git.openstack.org/cgit/openstack-dev/devstack">git.openstack.org</a></li>
|
||||||
<li><a href="https://review.openstack.org/#/q/status:open+project:openstack-dev/devstack,n,z">Gerrit</a></li>
|
<li><a href="https://review.openstack.org/#/q/status:open+project:openstack-dev/devstack,n,z">Gerrit</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
<li><a href="../overview.html">Overview</a></li>
|
<li><a href="../overview.html">Overview</a></li>
|
||||||
<li><a href="../changes.html">Changes</a></li>
|
<li><a href="../changes.html">Changes</a></li>
|
||||||
<li><a href="../faq.html">FAQ</a></li>
|
<li><a href="../faq.html">FAQ</a></li>
|
||||||
<li><a href="http://github.com/openstack-dev/devstack">GitHub</a></li>
|
<li><a href="https://git.openstack.org/cgit/openstack-dev/devstack">git.openstack.org</a></li>
|
||||||
<li><a href="https://review.openstack.org/#/q/status:open+project:openstack-dev/devstack,n,z">Gerrit</a></li>
|
<li><a href="https://review.openstack.org/#/q/status:open+project:openstack-dev/devstack,n,z">Gerrit</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@ -74,7 +74,7 @@
|
|||||||
<h3>Install DevStack</h3>
|
<h3>Install DevStack</h3>
|
||||||
<p>Grab the latest version of DevStack via https:</p>
|
<p>Grab the latest version of DevStack via https:</p>
|
||||||
<pre>sudo apt-get install git -y
|
<pre>sudo apt-get install git -y
|
||||||
git clone https://github.com/openstack-dev/devstack.git
|
git clone https://git.openstack.org/openstack-dev/devstack
|
||||||
cd devstack</pre>
|
cd devstack</pre>
|
||||||
|
|
||||||
<h3>Prepare the Boot RAMdisk</h3>
|
<h3>Prepare the Boot RAMdisk</h3>
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
<li><a href="../overview.html">Overview</a></li>
|
<li><a href="../overview.html">Overview</a></li>
|
||||||
<li><a href="../changes.html">Changes</a></li>
|
<li><a href="../changes.html">Changes</a></li>
|
||||||
<li><a href="../faq.html">FAQ</a></li>
|
<li><a href="../faq.html">FAQ</a></li>
|
||||||
<li><a href="http://github.com/openstack-dev/devstack">GitHub</a></li>
|
<li><a href="https://git.openstack.org/cgit/openstack-dev/devstack">git.openstack.org</a></li>
|
||||||
<li><a href="https://review.openstack.org/#/q/status:open+project:openstack-dev/devstack,n,z">Gerrit</a></li>
|
<li><a href="https://review.openstack.org/#/q/status:open+project:openstack-dev/devstack,n,z">Gerrit</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@ -79,7 +79,7 @@ echo "stack ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers</pre>
|
|||||||
<h3>Download DevStack</h3>
|
<h3>Download DevStack</h3>
|
||||||
<p>We'll grab the latest version of DevStack via https:</p>
|
<p>We'll grab the latest version of DevStack via https:</p>
|
||||||
<pre>sudo apt-get install git -y || yum install -y git
|
<pre>sudo apt-get install git -y || yum install -y git
|
||||||
git clone https://github.com/openstack-dev/devstack.git
|
git clone https://git.openstack.org/openstack-dev/devstack
|
||||||
cd devstack</pre>
|
cd devstack</pre>
|
||||||
|
|
||||||
<h3>Run DevStack</h3>
|
<h3>Run DevStack</h3>
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
<li><a href="../overview.html">Overview</a></li>
|
<li><a href="../overview.html">Overview</a></li>
|
||||||
<li><a href="../changes.html">Changes</a></li>
|
<li><a href="../changes.html">Changes</a></li>
|
||||||
<li><a href="../faq.html">FAQ</a></li>
|
<li><a href="../faq.html">FAQ</a></li>
|
||||||
<li><a href="http://github.com/openstack-dev/devstack">GitHub</a></li>
|
<li><a href="https://git.openstack.org/cgit/openstack-dev/devstack">git.openstack.org</a></li>
|
||||||
<li><a href="https://review.openstack.org/#/q/status:open+project:openstack-dev/devstack,n,z">Gerrit</a></li>
|
<li><a href="https://review.openstack.org/#/q/status:open+project:openstack-dev/devstack,n,z">Gerrit</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@ -96,7 +96,7 @@ write_files:
|
|||||||
DEBIAN_FRONTEND=noninteractive sudo apt-get install -qqy git || sudo yum install -qy git
|
DEBIAN_FRONTEND=noninteractive sudo apt-get install -qqy git || sudo yum install -qy git
|
||||||
sudo chown stack:stack /home/stack
|
sudo chown stack:stack /home/stack
|
||||||
cd /home/stack
|
cd /home/stack
|
||||||
git clone https://github.com/openstack-dev/devstack.git
|
git clone https://git.openstack.org/openstack-dev/devstack
|
||||||
cd devstack
|
cd devstack
|
||||||
echo '[[local|localrc]]' > local.conf
|
echo '[[local|localrc]]' > local.conf
|
||||||
echo ADMIN_PASSWORD=password >> local.conf
|
echo ADMIN_PASSWORD=password >> local.conf
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
<li><a href="../overview.html">Overview</a></li>
|
<li><a href="../overview.html">Overview</a></li>
|
||||||
<li><a href="../changes.html">Changes</a></li>
|
<li><a href="../changes.html">Changes</a></li>
|
||||||
<li><a href="../faq.html">FAQ</a></li>
|
<li><a href="../faq.html">FAQ</a></li>
|
||||||
<li><a href="http://github.com/openstack-dev/devstack">GitHub</a></li>
|
<li><a href="https://git.openstack.org/cgit/openstack-dev/devstack">git.openstack.org</a></li>
|
||||||
<li><a href="https://review.openstack.org/#/q/status:open+project:openstack-dev/devstack,n,z">Gerrit</a></li>
|
<li><a href="https://review.openstack.org/#/q/status:open+project:openstack-dev/devstack,n,z">Gerrit</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
<li><a href="overview.html">Overview</a></li>
|
<li><a href="overview.html">Overview</a></li>
|
||||||
<li><a href="changes.html">Changes</a></li>
|
<li><a href="changes.html">Changes</a></li>
|
||||||
<li><a href="faq.html">FAQ</a></li>
|
<li><a href="faq.html">FAQ</a></li>
|
||||||
<li><a href="http://github.com/openstack-dev/devstack">GitHub</a></li>
|
<li><a href="https://git.openstack.org/cgit/openstack-dev/devstack">git.openstack.org</a></li>
|
||||||
<li><a href="https://review.openstack.org/#/q/status:open+project:openstack-dev/devstack,n,z">Gerrit</a></li>
|
<li><a href="https://review.openstack.org/#/q/status:open+project:openstack-dev/devstack,n,z">Gerrit</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@ -55,9 +55,9 @@
|
|||||||
<div class="pull-left">
|
<div class="pull-left">
|
||||||
<ol id="getting_started">
|
<ol id="getting_started">
|
||||||
<li id="ubuntu">Setup a fresh supported Linux installation.</li>
|
<li id="ubuntu">Setup a fresh supported Linux installation.</li>
|
||||||
<li id="github">
|
<li id="git">
|
||||||
Clone devstack from devstack.
|
Clone devstack from git.openstack.org.
|
||||||
<pre>git clone https://github.com/openstack-dev/devstack.git</pre>
|
<pre>git clone https://git.openstack.org/openstack-dev/devstack</pre>
|
||||||
</li>
|
</li>
|
||||||
<li id="install">
|
<li id="install">
|
||||||
Deploy your OpenStack Cloud
|
Deploy your OpenStack Cloud
|
||||||
@ -84,7 +84,7 @@
|
|||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<h3>Download DevStack</h3>
|
<h3>Download DevStack</h3>
|
||||||
<pre>git clone https://github.com/openstack-dev/devstack.git</pre>
|
<pre>git clone https://git.openstack.org/openstack-dev/devstack</pre>
|
||||||
<p>The <code>devstack</code> repo contains a script that installs OpenStack and templates for configuration files</p>
|
<p>The <code>devstack</code> repo contains a script that installs OpenStack and templates for configuration files</p>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
<li><a href="overview.html">Overview</a></li>
|
<li><a href="overview.html">Overview</a></li>
|
||||||
<li><a href="changes.html">Changes</a></li>
|
<li><a href="changes.html">Changes</a></li>
|
||||||
<li><a href="faq.html">FAQ</a></li>
|
<li><a href="faq.html">FAQ</a></li>
|
||||||
<li><a href="http://github.com/openstack-dev/devstack">GitHub</a></li>
|
<li><a href="https://git.openstack.org/cgit/openstack-dev/devstack">git.openstack.org</a></li>
|
||||||
<li><a href="https://review.openstack.org/#/q/status:open+project:openstack-dev/devstack,n,z">Gerrit</a></li>
|
<li><a href="https://review.openstack.org/#/q/status:open+project:openstack-dev/devstack,n,z">Gerrit</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
<li><a href="overview.html">Overview</a></li>
|
<li><a href="overview.html">Overview</a></li>
|
||||||
<li><a href="changes.html">Changes</a></li>
|
<li><a href="changes.html">Changes</a></li>
|
||||||
<li><a href="faq.html">FAQ</a></li>
|
<li><a href="faq.html">FAQ</a></li>
|
||||||
<li><a href="http://github.com/openstack-dev/devstack">GitHub</a></li>
|
<li><a href="https://git.openstack.org/cgit/openstack-dev/devstack">git.openstack.org</a></li>
|
||||||
<li><a href="https://review.openstack.org/#/q/status:open+project:openstack-dev/devstack,n,z">Gerrit</a></li>
|
<li><a href="https://review.openstack.org/#/q/status:open+project:openstack-dev/devstack,n,z">Gerrit</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
<li><a href="overview.html">Overview</a></li>
|
<li><a href="overview.html">Overview</a></li>
|
||||||
<li><a href="changes.html">Changes</a></li>
|
<li><a href="changes.html">Changes</a></li>
|
||||||
<li><a href="faq.html">FAQ</a></li>
|
<li><a href="faq.html">FAQ</a></li>
|
||||||
<li><a href="http://github.com/openstack-dev/devstack">GitHub</a></li>
|
<li><a href="https://git.openstack.org/cgit/openstack-dev/devstack">git.openstack.org</a></li>
|
||||||
<li><a href="https://review.openstack.org/#/q/status:open+project:openstack-dev/devstack,n,z">Gerrit</a></li>
|
<li><a href="https://review.openstack.org/#/q/status:open+project:openstack-dev/devstack,n,z">Gerrit</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
<li><a href="overview.html">Overview</a></li>
|
<li><a href="overview.html">Overview</a></li>
|
||||||
<li><a href="changes.html">Changes</a></li>
|
<li><a href="changes.html">Changes</a></li>
|
||||||
<li><a href="faq.html">FAQ</a></li>
|
<li><a href="faq.html">FAQ</a></li>
|
||||||
<li><a href="http://github.com/openstack-dev/devstack">GitHub</a></li>
|
<li><a href="https://git.openstack.org/cgit/openstack-dev/devstack">git.openstack.org</a></li>
|
||||||
<li><a href="https://review.openstack.org/#/q/status:open+project:openstack-dev/devstack,n,z">Gerrit</a></li>
|
<li><a href="https://review.openstack.org/#/q/status:open+project:openstack-dev/devstack,n,z">Gerrit</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
<li><a href="overview.html">Overview</a></li>
|
<li><a href="overview.html">Overview</a></li>
|
||||||
<li><a href="changes.html">Changes</a></li>
|
<li><a href="changes.html">Changes</a></li>
|
||||||
<li><a href="faq.html">FAQ</a></li>
|
<li><a href="faq.html">FAQ</a></li>
|
||||||
<li><a href="http://github.com/openstack-dev/devstack">GitHub</a></li>
|
<li><a href="https://git.openstack.org/cgit/openstack-dev/devstack">git.openstack.org</a></li>
|
||||||
<li><a href="https://review.openstack.org/#/q/status:open+project:openstack-dev/devstack,n,z">Gerrit</a></li>
|
<li><a href="https://review.openstack.org/#/q/status:open+project:openstack-dev/devstack,n,z">Gerrit</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
<li><a href="overview.html">Overview</a></li>
|
<li><a href="overview.html">Overview</a></li>
|
||||||
<li><a href="changes.html">Changes</a></li>
|
<li><a href="changes.html">Changes</a></li>
|
||||||
<li><a href="faq.html">FAQ</a></li>
|
<li><a href="faq.html">FAQ</a></li>
|
||||||
<li><a href="http://github.com/openstack-dev/devstack">GitHub</a></li>
|
<li><a href="https://git.openstack.org/cgit/openstack-dev/devstack">git.openstack.org</a></li>
|
||||||
<li><a href="https://review.openstack.org/#/q/status:open+project:openstack-dev/devstack,n,z">Gerrit</a></li>
|
<li><a href="https://review.openstack.org/#/q/status:open+project:openstack-dev/devstack,n,z">Gerrit</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user