Merge "Fix flavor issues in samples"

This commit is contained in:
Jenkins 2015-05-09 11:32:55 +00:00 committed by Gerrit Code Review
commit b8c914d402
48 changed files with 50 additions and 50 deletions

View File

@ -7,7 +7,7 @@
"name": "^cirros.*uec$"
},
"flavor": {
"name": "m1.nano"
"name": "m1.tiny"
}
},
"runner": {

View File

@ -6,7 +6,7 @@
image:
name: "^cirros.*uec$"
flavor:
name: "m1.nano"
name: "m1.tiny"
runner:
type: "constant"
times: 5

View File

@ -3,7 +3,7 @@
{
"args": {
"flavor": {
"name": "m1.nano"
"name": "m1.tiny"
},
"image": {
"name": "^cirros.*uec$"

View File

@ -3,7 +3,7 @@
-
args:
flavor:
name: "m1.nano"
name: "m1.tiny"
image:
name: "^cirros.*uec$"
runner:

View File

@ -6,7 +6,7 @@
"container_format": "bare",
"disk_format": "qcow2",
"flavor": {
"name": "m1.nano"
"name": "m1.tiny"
},
"number_instances": 2
},

View File

@ -6,7 +6,7 @@
container_format: "bare"
disk_format: "qcow2"
flavor:
name: "m1.nano"
name: "m1.tiny"
number_instances: 2
runner:
type: "constant"

View File

@ -3,7 +3,7 @@
{
"args": {
"flavor": {
"name": "m1.nano"
"name": "m1.tiny"
},
"image": {
"name": "^cirros.*uec$"

View File

@ -2,7 +2,7 @@
NovaServers.boot_and_live_migrate_server:
- args:
flavor:
name: m1.nano
name: "m1.tiny"
image:
name: "^cirros.*uec$"
block_migration: true

View File

@ -3,7 +3,7 @@
{
"args": {
"flavor": {
"name": "m1.nano"
"name": "m1.tiny"
},
"image": {
"name": "^cirros.*uec$"

View File

@ -3,7 +3,7 @@
-
args:
flavor:
name: "m1.nano"
name: "m1.tiny"
image:
name: "^cirros.*uec$"
runner:

View File

@ -3,7 +3,7 @@
{
"args": {
"flavor": {
"name": "m1.nano"
"name": "m1.tiny"
},
"image": {
"name": "^cirros.*uec$"

View File

@ -3,7 +3,7 @@
-
args:
flavor:
name: "m1.nano"
name: "m1.tiny"
image:
name: "^cirros.*uec$"
force_delete: false

View File

@ -3,7 +3,7 @@
{
"args": {
"flavor": {
"name": "m1.nano"
"name": "m1.tiny"
},
"image": {
"name": "^cirros.*uec$"

View File

@ -3,7 +3,7 @@
-
args:
flavor:
name: "m1.nano"
name: "m1.tiny"
image:
name: "^cirros.*uec$"
detailed: True

View File

@ -3,7 +3,7 @@
{
"args": {
"flavor": {
"name": "m1.nano"
"name": "m1.tiny"
},
"image": {
"name": "^cirros.*uec$"

View File

@ -2,7 +2,7 @@
NovaServers.boot_and_live_migrate_server:
- args:
flavor:
name: m1.nano
name: m1.tiny
image:
name: "^cirros.*uec$"
block_migration: false

View File

@ -3,7 +3,7 @@
{
"args": {
"flavor": {
"name": "m1.nano"
"name": "m1.tiny"
},
"image": {
"name": "^cirros.*uec$"

View File

@ -2,7 +2,7 @@
NovaServers.boot_and_migrate_server:
- args:
flavor:
name: m1.nano
name: m1.tiny
image:
name: "^cirros.*uec$"
runner:

View File

@ -3,10 +3,10 @@
{
"args": {
"flavor": {
"name": "m1.nano"
"name": "m1.tiny"
},
"from_image": {
"name": "cirros-0.3.1-x86_64-uec"
"name": "cirros-0.3.2-x86_64-uec"
},
"to_image": {
"name": "cirros-0.3.2-x86_64-uec"

View File

@ -2,9 +2,9 @@
NovaServers.boot_and_rebuild_server:
- args:
flavor:
name: m1.nano
name: "m1.tiny"
from_image:
name: "cirros-0.3.1-x86_64-uec"
name: "cirros-0.3.2-x86_64-uec"
to_image:
name: "cirros-0.3.2-x86_64-uec"
runner:

View File

@ -3,7 +3,7 @@
{
"args": {
"flavor": {
"name": "m1.nano"
"name": "m1.tiny"
},
"image": {
"name": "^cirros.*uec$"

View File

@ -3,7 +3,7 @@
-
args:
flavor:
name: "m1.nano"
name: "m1.tiny"
image:
name: "^cirros.*uec$"
force_delete: false

View File

@ -3,7 +3,7 @@
{
"args": {
"flavor": {
"name": "m1.nano"
"name": "m1.tiny"
},
"image": {
"name": "^cirros.*uec$"

View File

@ -3,7 +3,7 @@
-
args:
flavor:
name: "m1.nano"
name: "m1.tiny"
image:
name: "^cirros.*uec$"
volume_size: 10

View File

@ -3,7 +3,7 @@
{
"args": {
"flavor": {
"name": "m1.nano"
"name": "m1.tiny"
},
"image": {
"name": "^cirros.*uec$"

View File

@ -3,7 +3,7 @@
-
args:
flavor:
name: "m1.nano"
name: "m1.tiny"
image:
name: "^cirros.*uec$"
volume_size: 10

View File

@ -8,7 +8,7 @@
"name": "^cirros.*uec$"
},
"flavor": {
"name": "m1.nano"
"name": "m1.tiny"
}
},
"runner": {

View File

@ -2,7 +2,7 @@
NovaServers.boot_server_attach_created_volume_and_live_migrate:
- args:
flavor:
name: m1.nano
name: m1.tiny
image:
name: "^cirros.*uec$"
size: 10

View File

@ -3,7 +3,7 @@
{
"args": {
"flavor": {
"name": "m1.nano"
"name": "m1.tiny"
},
"image": {
"name": "^cirros.*uec$"

View File

@ -2,7 +2,7 @@
NovaServers.boot_server_from_volume_and_live_migrate:
- args:
flavor:
name: m1.nano
name: "m1.tiny"
image:
name: "^cirros.*uec$"
block_migration: false

View File

@ -3,7 +3,7 @@
{
"args": {
"flavor": {
"name": "m1.nano"
"name": "m1.tiny"
},
"image": {
"name": "^cirros.*uec$"

View File

@ -3,7 +3,7 @@
-
args:
flavor:
name: "m1.nano"
name: "m1.tiny"
image:
name: "^cirros.*uec$"
force_delete: false

View File

@ -3,7 +3,7 @@
{
"args": {
"flavor": {
"name": "m1.nano"
"name": "m1.tiny"
},
"image": {
"name": "^cirros.*uec$"

View File

@ -3,7 +3,7 @@
-
args:
flavor:
name: "m1.nano"
name: "m1.tiny"
image:
name: "^cirros.*uec$"
runner:

View File

@ -16,7 +16,7 @@
},
"servers": {
"flavor": {
"name": "m1.nano"
"name": "m1.tiny"
},
"image": {
"name": "^cirros.*uec$"

View File

@ -13,7 +13,7 @@
users_per_tenant: 1
servers:
flavor:
name: "m1.nano"
name: "m1.tiny"
image:
name: "^cirros.*uec$"
servers_per_tenant: 2

View File

@ -3,7 +3,7 @@
{
"args": {
"flavor": {
"name": "m1.nano"
"name": "m1.tiny"
},
"image": {
"name": "^cirros.*uec$"

View File

@ -3,7 +3,7 @@
-
args:
flavor:
name: "m1.nano"
name: "m1.tiny"
image:
name: "^cirros.*uec$"
force_delete: false

View File

@ -3,7 +3,7 @@
{
"args": {
"flavor": {
"name": "m1.nano"
"name": "m1.tiny"
},
"image": {
"name": "^cirros.*uec$"

View File

@ -3,7 +3,7 @@
-
args:
flavor:
name: "m1.nano"
name: "m1.tiny"
image:
name: "^cirros.*uec$"
to_flavor:

View File

@ -3,7 +3,7 @@
{
"args": {
"flavor": {
"name": "m1.nano"
"name": "m1.tiny"
},
"image": {
"name": "^cirros.*uec$"

View File

@ -3,7 +3,7 @@
-
args:
flavor:
name: "m1.nano"
name: "m1.tiny"
image:
name: "^cirros.*uec$"
force_delete: false

View File

@ -3,7 +3,7 @@
{
"args": {
"flavor": {
"name": "m1.nano"
"name": "m1.tiny"
},
"image": {
"name": "^cirros.*uec$"

View File

@ -3,7 +3,7 @@
-
args:
flavor:
name: "m1.nano"
name: "m1.tiny"
image:
name: "^cirros.*uec$"
force_delete: false

View File

@ -3,7 +3,7 @@
{
"args": {
"flavor": {
"name": "m1.nano"
"name": "m1.tiny"
},
"image": {
"name": "^cirros.*uec$"

View File

@ -3,7 +3,7 @@
-
args:
flavor:
name: "m1.nano"
name: "m1.tiny"
image:
name: "^cirros.*uec$"
volume_args:

View File

@ -3,7 +3,7 @@
{
"args": {
"flavor": {
"name": "m1.nano"
"name": "m1.tiny"
},
"image": {
"name": "^cirros.*uec$"

View File

@ -3,7 +3,7 @@
-
args:
flavor:
name: "m1.nano"
name: "m1.tiny"
image:
name: "^cirros.*uec$"
floating_network: "public"