Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kolla Ansible
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Very Demiurge Very Mindful
Kolla Ansible
Commits
f945d648
Commit
f945d648
authored
9 years ago
by
Jenkins
Committed by
Gerrit Code Review
9 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Minor doc fixups in dev-quickstart.md"
parents
8f4c7865
247095a0
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/dev-quickstart.md
+5
-5
5 additions, 5 deletions
docs/dev-quickstart.md
with
5 additions
and
5 deletions
docs/dev-quickstart.md
+
5
−
5
View file @
f945d648
...
@@ -50,8 +50,8 @@ Inc.:
...
@@ -50,8 +50,8 @@ Inc.:
Next, install the OpenStack python clients if they are not installed:
Next, install the OpenStack python clients if they are not installed:
sudo yum install python-keystoneclient python-glanceclient
\
sudo yum install python-keystoneclient python-glanceclient \
python-novaclient python-heatclient python-neutronclient
python-novaclient python-heatclient python-neutronclient
Finally stop libvirt on the host machine. Only one copy of libvirt may be
Finally stop libvirt on the host machine. Only one copy of libvirt may be
running at a time.
running at a time.
...
@@ -59,7 +59,7 @@ running at a time.
...
@@ -59,7 +59,7 @@ running at a time.
service libvirtd stop
service libvirtd stop
The basic starting environment will be created using
`docker-compose`
.
The basic starting environment will be created using
`docker-compose`
.
This environment will start up the
o
pen
s
tack services listed in the
This environment will start up the
O
pen
S
tack services listed in the
compose directory.
compose directory.
## Starting Kolla
## Starting Kolla
...
@@ -77,7 +77,7 @@ you can edit for a different setup.
...
@@ -77,7 +77,7 @@ you can edit for a different setup.
A mandatory step is customizing the FLAT_INTERFACE network interface
A mandatory step is customizing the FLAT_INTERFACE network interface
environment variable. The variable defaults to eth1. In some cases, the
environment variable. The variable defaults to eth1. In some cases, the
second interface in a system may not be eth1, but a unique name. For
second interface in a system may not be eth1, but a unique name. For
ex
m
aple with an Intel driver, the interface is enp1s0. The interface name
exa
m
ple with an Intel driver, the interface is enp1s0. The interface name
can be determined by executing the ifconfig tool. The second interface must
can be determined by executing the ifconfig tool. The second interface must
be a real interface, not a virtual interface. Make certain to store the
be a real interface, not a virtual interface. Make certain to store the
interface name in
`compose/openstack.env`
:
interface name in
`compose/openstack.env`
:
...
@@ -100,7 +100,7 @@ This will display information about all Kolla containers.
...
@@ -100,7 +100,7 @@ This will display information about all Kolla containers.
All Docker commands should be run from the directory of the Docker binary,
All Docker commands should be run from the directory of the Docker binary,
by default this is
`/`
.
by default this is
`/`
.
The
`start`
command to
k
olla is responsible for starting the containers
The
`start`
command to
K
olla is responsible for starting the containers
using
`docker-compose -f <service-container> up -d`
.
using
`docker-compose -f <service-container> up -d`
.
If you want to start a container set by hand use this template:
If you want to start a container set by hand use this template:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment