locales/en.yml in vagrant-openstack-plugin-0.9.1 vs locales/en.yml in vagrant-openstack-plugin-0.10.0
- old
+ new
@@ -4,12 +4,16 @@
The server is already created.
already_paused: |-
The server is already paused.
already_suspended: |-
The server is already suspended.
+ creating_disks: |-
+ Creating disks with the folowing settings...
deleting_server: |-
Deleting server...
+ deleting_volumes: |-
+ Deleting volumes...
finding_flavor: |-
Finding flavor for server...
finding_image: |-
Finding image for server...
finding_network: |-
@@ -60,12 +64,25 @@
An API key is required.
username_required: |-
A username is required.
metadata_must_be_hash: |-
Metadata must be a hash.
+ disks:
+ specification_required: |-
+ A disk specification is required for a disk configuration (array of hashes including name, description and size keys).
+ name_required: |-
+ A disk name is required for all disk specifications.
+ description_required: |-
+ A disk description is required for all disk specifications.
+ size_required: |-
+ A disk size is required for all disk specifications.
errors:
+ volume_bad_state: |-
+ The OpenStack volume '%{volume}' requested is in an unexpected state:
+ '%{state}'
+ Please run `vagrant destroy` if you want to start over.
create_bad_state: |-
While creating the server, it transitioned to an unexpected
state: '%{state}', instead of properly booting. Run `vagrant status`
to find out what can be done about this state, or `vagrant destroy`
if you want to start over.
@@ -98,9 +115,11 @@
orchestration_template_error: |-
There was an error while reading orchestration template.
Error: %{err}
orchestration_no_template_file_error: |-
Orchestration template file not found (%{fname}).
+ server_not_destroyed: |-
+ OpenStack server was not fully destroyed.
states:
short_active: |-
active
long_active: |-