vagrant-conoha 0.1.8 → 0.1.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2c29698b0a2fe6b73bc0c0aa25018eba9983b07c
4
- data.tar.gz: 1894ed5c1de790b660ba5a9d7e8d0857528dedaf
3
+ metadata.gz: 168c319c4da5f2114ade0d348e0eb0f61599fcab
4
+ data.tar.gz: 83024bfb8d63c3dc6f60e69f26eafc91d6ec6ce6
5
5
  SHA512:
6
- metadata.gz: 958d00ad314df677595e667229d8a0520f98f4e7d5138118f2d1135e6daeefd9fe7f01954ffb80fd6f1617fceb8615f6c08293895c893f1ef5c3c0893e71ed68
7
- data.tar.gz: 786d1afd0eceaff4336b9b4d757140f5cbf165c61acdc105e1a597ef604ae099105ad396b76a57805659a1dccc62bafba15361adeadef2c9952beaa79b35a51f
6
+ metadata.gz: 0b1c3370a728d683b74892e1e24588c9c03606f46e4d31bb34beb18baec2e30bc8f0cd6038ee3fb7ccb68cfb7573071d3ce8573905fb95cef3d5764c460d3f5b
7
+ data.tar.gz: e0b4705d06854fd778a719c9d3b466bcbc6c378e6b19609cf5a74628113560cba30f1d544e942968f7fed83fd971221cb194d3124351b3946fc77f1e629bbe64
data/Vagrantfile CHANGED
@@ -19,8 +19,13 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
19
19
  # CentOS系など/etc/sudoersにrequirettyが書いてある場合に必要になります。
20
20
  config.ssh.pty = true
21
21
 
22
- config.vm.provider :conoha do |conoha|
22
+ # ローカルのフォルダをホスト側のフォルダと同期することが出来ます。
23
+ # 必要に応じてコメントを外してください。
24
+ # https://www.vagrantup.com/docs/synced-folders/
25
+ #
26
+ # config.vm.synced_folder "./src", "/src"
23
27
 
28
+ config.vm.provider :conoha do |conoha|
24
29
  # IdentityEndpointを指定します
25
30
  # 東京以外のリージョンを利用する場合は変更して下さい。
26
31
  conoha.openstack_auth_url = 'https://identity.tyo1.conoha.io/v2.0'
@@ -96,6 +101,10 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
96
101
  #
97
102
  # conoha.keypair_name = "my-keypair"
98
103
 
104
+ # Vagrantのsynced_folder を使う場合の同期方法を指定します。
105
+ # 設定できるのは"rsync"と"none"です。特に変更する必要はありません。
106
+ conoha.sync_method = "rsync"
107
+
99
108
  # スタートアップスクリプトを指定します。
100
109
  # cloud-config形式、シェルスクリプト形式、どちらでも記述できます。
101
110
  # Base64エンコードする必要はありません。
@@ -4,7 +4,7 @@ module VagrantPlugins
4
4
  # Stable versions must respect the pattern given
5
5
  # by VagrantPlugins::ConoHa::VERSION_PATTERN
6
6
  #
7
- VERSION = '0.1.8'
7
+ VERSION = '0.1.9'
8
8
 
9
9
  #
10
10
  # Stable version must respect the naming convention 'x.y.z'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-conoha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hironobu Saitoh
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-07-03 00:00:00.000000000 Z
11
+ date: 2017-07-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json