Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch packstack doc to stein #1277

Merged
merged 1 commit into from
May 9, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions source/install/packstack.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ authors: apevec, dneary, garrett, jasonbrooks, jlibosva, mmagr, pixelbeat, pmyer

This document shows how to spin up a proof of concept cloud on one node, using the Packstack installation utility. You will be able to [add more nodes](/install/adding-a-compute-node/) to your OpenStack cloud later, if you choose.

The instructions apply to the current **Rocky** release.
The instructions apply to the current **Stein** release.

## WARNING ##

Expand Down Expand Up @@ -39,7 +39,7 @@ If your system meets all the prerequisites mentioned below, proceed with running

```
$ sudo yum update -y
$ sudo yum install -y centos-release-openstack-rocky
$ sudo yum install -y centos-release-openstack-stein
$ sudo yum update -y
$ sudo yum install -y openstack-packstack
$ sudo packstack --allinone
Expand Down Expand Up @@ -85,13 +85,13 @@ $ sudo yum install -y https://rdoproject.org/repos/rdo-release.rpm
On CentOS, the `Extras` repository provides the RPM that enables the OpenStack repository. `Extras` is enabled by default on CentOS 7, so you can simply install the RPM to set up the OpenStack repository.

```
$ sudo yum install -y centos-release-openstack-rocky
$ sudo yum install -y centos-release-openstack-stein
```

Make sure the repository is enabled:

```
yum-config-manager --enable openstack-rocky
yum-config-manager --enable openstack-stein
```

Update your current packages:
Expand Down