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
1ecb7a82
Commit
1ecb7a82
authored
9 years ago
by
Paul Bourke
Committed by
Steven Dake
9 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix missing quotes in tools/genenv
Change-Id: Idc5f8aef80a65fea13fecd62b6b40c8ef7458354 Closes-Bug: #1480296
parent
72f35b14
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tools/genenv
+2
-2
2 additions, 2 deletions
tools/genenv
with
2 additions
and
2 deletions
tools/genenv
+
2
−
2
View file @
1ecb7a82
...
...
@@ -54,7 +54,7 @@ DATADIR=/var/lib/mysql
DEFAULT_STORAGE_ENGINE
=
innodb
HOST_IP
=
$MY_IP
INIT_CINDER_DB
=
true
INIT_CONNECT
=
SET NAMES utf8
INIT_CONNECT
=
"
SET NAMES utf8
"
INIT_DESIGNATE_DB
=
true
INIT_GLANCE_DB
=
true
INIT_HEAT_DB
=
true
...
...
@@ -272,7 +272,7 @@ ENDPOINT_TYPE=adminURL
KEYSTONE_REGION
=
RegionOne
NEUTRON_FLAT_NETWORK_INTERFACE
=
eth1
NEUTRON_FLAT_NETWORK_NAME
=
physnet1
ROOT_HELPER
=
sudo
neutron-rootwrap /etc/neutron/rootwrap.conf
ROOT_HELPER
=
"
sudo neutron-rootwrap /etc/neutron/rootwrap.conf
"
USE_NAMESPACES
=
true
# Networking Options are nova or neutron
...
...
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