Skip to content

Commit f3d0a71

Browse files
committed
README.md update
1 parent e98eb36 commit f3d0a71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The project has submodules for other recipes:
2424
### Step 3: Configuration
2525
You can set up a local yaml-formatted config file to override the default settings used with the project. Place your config file at `etc/vagrant.yaml` or set a custom location in the environment variable `VD_CONF`. See a sample config at `etc/vagrant.yaml.sample`.
2626

27-
DevStack itself allows you to define a `local.conf` file. This file is injected into your environment and sourced before the environment is built. You can use this to override settings such as `MYSQL_PASSWORD` or `NOVA_REPO`. See http://devstack.org for more information. If you decide to create your own localrc file, place it at `etc/local.conf` file or set the `VD_LOCALCONF` environment variable to its location.
27+
DevStack itself allows you to define a `local.conf` file. This file is injected into your environment and sourced before the environment is built. You can use this to override settings such as `MYSQL_PASSWORD` or `NOVA_REPO`. See http://devstack.org for more information. If you decide to create your own `local.conf` file, place it at `etc/local.conf` file or set the `VD_LOCALCONF` environment variable to its location.
2828

2929
### Step 4: Execution
3030
At this point you can run `vagrant up` and ssh into your DevStack environment!

0 commit comments

Comments
 (0)