Fix 1264: Vagrant images for v8.x
[osm/devops.git] / packer / packer_templates / osm / README.md
index 6699621..1cadabc 100644 (file)
@@ -15,11 +15,11 @@ limitations under the License.
 ## Virtualbox for Vagrant
 
 ```bash
-PACKER_LOG=1 packer build -only=virtualbox-iso osm-7.0.1-amd64.json 2>&1 | tee osm_install_log.txt
+PACKER_LOG=1 packer build -only=virtualbox-iso osm-8.0.4-amd64.json 2>&1 | tee osm_install_log.txt
 ```
 
 ## OpenStack
 
 ```bash
-(jq 'del(."post-processors")' osm-7.0.1-amd64.json > temp.json) && (PACKER_LOG=1 packer build -only=openstack temp.json 2>&1 | tee osm_install_log.txt)
+(jq 'del(."post-processors")' osm-8.0.4-amd64.json > temp.json) && (PACKER_LOG=1 packer build -only=openstack temp.json 2>&1 | tee osm_install_log.txt)
 ```