RDO tickets are now tracked in Jira https://issues.redhat.com/projects/RDO/issues/
Bug 1242647 - Nova keypair doesn't work with Nova Networking
Summary: Nova keypair doesn't work with Nova Networking
Keywords:
Status: CLOSED DUPLICATE of bug 1202922
Alias: None
Product: RDO
Classification: Community
Component: openstack-packstack
Version: Kilo
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: ---
Assignee: Martin Magr
QA Contact: Shai Revivo
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-07-13 20:57 UTC by Ryan Hefner
Modified: 2016-05-18 16:14 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-05-18 16:14:24 UTC
Embargoed:


Attachments (Terms of Use)

Description Ryan Hefner 2015-07-13 20:57:58 UTC
Description of problem:
When Neutron is disabled and using Nova networking, you cannot log into a Nova virtual machine using an injected SSH key.

Version-Release number of selected component (if applicable):


How reproducible:
Always in my setup.

Steps to Reproduce:
1. Follow RDO quickstart instructions and generate an answer file
2. Set CONFIG_NEUTRON_INSTALL=n
3. packstack --answer-file ans.txt
4. nova keypair-add openstack > openstack.pem
5. nova boot --image cirros --flavor 1 --key-name openstack test
6. ssh cirros@[ip]

Actual results:
Public key authentication failed

Expected results:
Successful login

Additional info:
Even though Neutron is disabled, the Neutron config option service_metadata_proxy=True is still set in /etc/nova/nova.conf. This prevents the instances from successfully reaching the metadata server, thus preventing them from getting an injected SSH key.

I didn't see service_metadata_proxy set anywhere in Packstack, so it may need to be added.

Comment 4 Javier Peña 2016-05-18 16:14:24 UTC

*** This bug has been marked as a duplicate of bug 1202922 ***


Note You need to log in before you can comment on or make changes to this bug.