summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2017-02-28 17:22:11 -0600
committerMonty Taylor <mordred@inaugust.com>2017-02-28 17:22:11 -0600
commit6a4080d52a4c8ce195244f981e837ff51b7e91ce (patch)
tree04f89dbd0fa358275249f17bad6d7789bac30077
parentd27a8345485a6895cdc0ede8f6c7057bce0155e2 (diff)
More whitespace
-rw-r--r--src/posts/whats-coming-zuulv3.hbs12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/posts/whats-coming-zuulv3.hbs b/src/posts/whats-coming-zuulv3.hbs
index dde9625..91b5b62 100644
--- a/src/posts/whats-coming-zuulv3.hbs
+++ b/src/posts/whats-coming-zuulv3.hbs
@@ -159,16 +159,16 @@
159 <pre><code> 159 <pre><code>
160- hosts: controller 160- hosts: controller
161 tasks: 161 tasks:
162 - name: Install Keystone 162 - name: Install Keystone
163 shell: pip install {{ zuul.git_root }}/openstack/keystone 163 shell: pip install {{ zuul.git_root }}/openstack/keystone
164- hosts: compute 164- hosts: compute
165 tasks: 165 tasks:
166 - name: Install Nova 166 - name: Install Nova
167 shell: pip install {{ zuul.git_root }}/openstack/nova 167 shell: pip install {{ zuul.git_root }}/openstack/nova
168- hosts: * 168- hosts: *
169 tasks: 169 tasks:
170 - name: Install CloudKitty 170 - name: Install CloudKitty
171 shell: pip install {{ zuul.git_root }}/openstack/cloudkitty 171 shell: pip install {{ zuul.git_root }}/openstack/cloudkitty
172 </code></pre> 172 </code></pre>
173 173
174 <p>That will install Keystone on <em>controller</em>, Nova on 174 <p>That will install Keystone on <em>controller</em>, Nova on