lp:~cbehrens/nova/passwd-with-spawn

Created by Chris Behrens and last modified
Get this branch:
bzr branch lp:~cbehrens/nova/passwd-with-spawn
Only Chris Behrens can upload to this branch. If you are Chris Behrens please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Chris Behrens
Project:
OpenStack Compute (nova)
Status:
Merged

Recent revisions

1115. By Chris Behrens

fix test. instance is not updated in DB with admin password in the API anymore

1114. By Chris Behrens

fix forever looping on a password reset API call

1113. By Chris Behrens

updating admin_pass moved down to compute where the password is actually reset. only update if it succeeds.

1112. By Chris Behrens

merged trunk

1111. By Chris Behrens

change install_ref.admin_password to instance_ref.admin_pass to match the DB

1110. By Chris Behrens

pep8 fix in nova/compute/api.py

1109. By Chris Behrens

instead of the API spawning a greenthread to wait for a host to be picked,
the instance to boot, etc for setting the admin password... let's push the admin password down to the scheduler so that compute can just take care of setting the password as a part of the build process.

1108. By Johannes Erdfelt

eventlet.spawn_n() expects the function and arguments, but it expects the arguments unpacked since it uses *args.

1107. By Johannes Erdfelt

Using the root-password subcommand of the nova client results in the password being changed for the instance specified, but to a different unknown password. The patch changes nova to use the password specified in the API call.

1106. By Chris Behrens

Pretty simple. We call openssl to encrypt the admin password, but the recent changes around this code forgot to strip the newline off the read from stdout.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:~hudson-openstack/nova/trunk
This branch contains Public information 
Everyone can see this information.

Subscribers