Skip to content
Snippets Groups Projects
Commit d2764f64 authored by Bo-Chun Chen's avatar Bo-Chun Chen
Browse files

Move image into VM specific setting

Choose image per VM makes more sense
parent f20e9987
No related branches found
No related tags found
1 merge request!35Feat os env
......@@ -9,7 +9,6 @@ Vagrant.configure("2") do |config|
#config.vm.synced_folder '.', '/vagrant', disabled: true, type: 'rsync'
config.vm.provider :openstack do |os|
os.image = 'CentOS-7-x86_64-GenericCloud-1905'
os.openstack_auth_url = ENV['OS_AUTH_URL']
os.identity_api_version = ENV['OS_IDENTITY_API_VERSION']
......@@ -35,6 +34,7 @@ Vagrant.configure("2") do |config|
ohpc.server_name = 'ohpc'
ohpc.floating_ip = "192.168.16.145"
ohpc.image = 'CentOS-7-x86_64-GenericCloud-1905'
end
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment