Change vagrant.yml to vagrant.yaml

Yaml suggest to use .yaml when possible:
http://www.yaml.org/faq.html

This patch renames the file.

Change-Id: I3f8b1d337e0b1a8ab33832573b72624ae064021d
Signed-off-by: Zhao Lei <zhaolei@cn.fujitsu.com>
This commit is contained in:
Zhao Lei 2015-08-07 15:48:08 +08:00 committed by Ramakrishnan G
parent e81008c21b
commit de46e7e9a5
2 changed files with 1 additions and 1 deletions

2
Vagrantfile vendored
View File

@ -22,7 +22,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
ironic.vm.provision 'ansible' do |ansible|
ansible.verbose = 'v'
ansible.playbook = 'vagrant.yml'
ansible.playbook = 'vagrant.yaml'
ansible.extra_vars = {
ip: '192.168.99.11'
}