Browse code

Stop referring to grizzly

I am pretty sure that won't even work.

Also fix tiny typo in the faq

Change-Id: Ie2e5640b8d4214a271d5af3b652b1a18db010b61

Joe Gordon authored on 2015/02/19 04:24:31
Showing 2 changed files
... ...
@@ -25,9 +25,9 @@ in a clean and disposable vm when you are first getting started.
25 25
 The DevStack master branch generally points to trunk versions of OpenStack
26 26
 components.  For older, stable versions, look for branches named
27 27
 stable/[release] in the DevStack repo.  For example, you can do the
28
-following to create a grizzly OpenStack cloud:
28
+following to create a juno OpenStack cloud:
29 29
 
30
-    git checkout stable/grizzly
30
+    git checkout stable/juno
31 31
     ./stack.sh
32 32
 
33 33
 You can also pick specific OpenStack project releases by setting the appropriate
... ...
@@ -80,7 +80,7 @@ Q: Why can't I use another shell?
80 80
 Q: But, but, can't I test on OS/X?
81 81
    A: Yes, even you, core developer who complained about this, needs to
82 82
    install bash 4 via homebrew to keep running tests on OS/X.  Get a Real
83
-   Operating System.   (For most of you who don't know, I am refering to
83
+   Operating System.   (For most of you who don't know, I am referring to
84 84
    myself.)
85 85
 
86 86
 Operation and Configuration
... ...
@@ -118,13 +118,13 @@ Q: How do I run a specific OpenStack milestone?
118 118
     ::
119 119
 
120 120
         [[local|localrc]]
121
-        GLANCE_BRANCH=stable/grizzly
122
-        HORIZON_BRANCH=stable/grizzly
123
-        KEYSTONE_BRANCH=stable/grizzly
124
-        NOVA_BRANCH=stable/grizzly
125
-        GLANCE_BRANCH=stable/grizzly
126
-        NEUTRON_BRANCH=stable/grizzly
127
-        SWIFT_BRANCH=1.10.0
121
+        GLANCE_BRANCH=stable/juno
122
+        HORIZON_BRANCH=stable/juno
123
+        KEYSTONE_BRANCH=stable/juno
124
+        NOVA_BRANCH=stable/juno
125
+        GLANCE_BRANCH=stable/juno
126
+        NEUTRON_BRANCH=stable/juno
127
+        SWIFT_BRANCH=2.2.1
128 128
 
129 129
 Q: Why not use [STRIKEOUT:``tools/pip-requires``]\ ``requirements.txt`` to grab project dependencies?
130 130
     [STRIKEOUT:The majority of deployments will use packages to install