network to params

This commit is contained in:
amartynov 2015-07-28 15:53:28 +03:00
parent 7ebceaa8ec
commit d053ffea0f
3 changed files with 5 additions and 1 deletions

View File

@ -6,10 +6,12 @@ require 'test/unit'
require 'rack/test'
require "json"
=begin
USERNAME = '<username>'
PASSWORD = '<password>'
HOST = '<host>'
PORT = 7070
=end
class MyWorld

View File

@ -10,6 +10,7 @@ password_without_privileges: "test"
openstack:
flavor: "as_long_as_image"
image: "08093b30-8393-42c3-8fb3-c4df56deb967"
subnet: "subnet"
project:
name: "test_openstack"
env: "test"
@ -17,6 +18,7 @@ openstack:
ec2:
flavor: "m1.small"
image: "ami-63071b0a"
subnet: "subnet"
project:
name: "test_ec2"
env: "test"

View File

@ -18,7 +18,7 @@ Feature: create project
"flavor": "<%= @config["openstack"]["flavor"] %>",
"image": "<%= @config["openstack"]["image"] %>",
"subnets": [
"private"
"<%= @config["openstack"]["subnet"] %>"
],
"groups": [
"default"