Merge pull request #14 from rackerjoe/master
default to tty linux image
This commit is contained in:
@@ -25,7 +25,7 @@ default["glance"]["db_user"] = "glance"
|
|||||||
default["glance"]["db_passwd"] = "glance"
|
default["glance"]["db_passwd"] = "glance"
|
||||||
default["glance"]["api_port"] = "9292"
|
default["glance"]["api_port"] = "9292"
|
||||||
default["glance"]["registry_port"] = "9191"
|
default["glance"]["registry_port"] = "9191"
|
||||||
default["glance"]["images"] = [ "tty", "natty" ]
|
default["glance"]["images"] = [ "tty" ]
|
||||||
|
|
||||||
default["volume"]["api_port"] = 8776
|
default["volume"]["api_port"] = 8776
|
||||||
default["volume"]["ipaddress"] = node["controller_ipaddress"]
|
default["volume"]["ipaddress"] = node["controller_ipaddress"]
|
||||||
|
|||||||
Reference in New Issue
Block a user