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
f56109bb
Commit
f56109bb
authored
9 years ago
by
Swapnil Kulkarni
Browse files
Options
Downloads
Patches
Plain Diff
Spell corrections in Image building guide
Change-Id: I27d560fda14ec87217162c5a20b5752bd21210ef
parent
c46b3382
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
doc/image-building.rst
+6
-6
6 additions, 6 deletions
doc/image-building.rst
with
6 additions
and
6 deletions
doc/image-building.rst
+
6
−
6
View file @
f56109bb
...
...
@@ -57,21 +57,21 @@ want to push images to your dockerhub, change the namespace like:
$ tools/build.py -n yourusername --push
Build Open
s
tack from Source
Build Open
S
tack from Source
---------------------------
When building images, there are two methods of the Open
s
tack install.
When building images, there are two methods of the Open
S
tack install.
One is ``binary``. Another is ``source``.
The ``binary`` means that Open
s
tack will be installed from apt/yum.
And the ``source`` means that Open
s
tack will be installed from source code.
The default method of the Open
s
tack install is ``binary``.
The ``binary`` means that Open
S
tack will be installed from apt/yum.
And the ``source`` means that Open
S
tack will be installed from source code.
The default method of the Open
S
tack install is ``binary``.
You can change it to ``source`` using the following command:
::
tools/build.py -t source
The locations of Opentack source code are written in ``build.ini``.
The locations of Open
S
tack source code are written in ``build.ini``.
Now the source type support ``url`` and ``git``. The ``build.ini`` looks like:
::
...
...
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