Skip to content
This repository has been archived by the owner on Nov 29, 2017. It is now read-only.

Need to implement image_id for openstack #42

Open
mstine opened this issue Sep 3, 2013 · 4 comments
Open

Need to implement image_id for openstack #42

mstine opened this issue Sep 3, 2013 · 4 comments

Comments

@mstine
Copy link
Contributor

mstine commented Sep 3, 2013

inception deploy blows up now for openstack b/c of:

https://github.com/cloudfoundry-community/inception-server/blob/master/lib/inception/providers/clients/openstack_provider_client.rb#L48

Snag appropriate logic from here:

https://github.com/cloudfoundry-community/bosh-bootstrap/blob/v0.10/lib/bosh-bootstrap/cli.rb#L1032-L1051

@drnic
Copy link
Contributor

drnic commented Sep 3, 2013

Temporary workaround is to look up the ID for a desired image, place it directly into settings.yml and re-run inception deploy:

inception:
  image_id: db6cc9ba-ac2f-483b-8d95-c1a61b431fcc
  initial_user: root

@drnic
Copy link
Contributor

drnic commented Sep 3, 2013

Simplest UI is to prompt for the flavor ID string

@drnic
Copy link
Contributor

drnic commented Sep 3, 2013

Note: also need to prompt for initial user (ubuntu or root etc)

@drnic
Copy link
Contributor

drnic commented Sep 4, 2013

Clones #16

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants