OpenStack Compute (Nova)
Go to file
Dave Walker (Daviey) 42a0d3a4b0 Option expose IP instead of dnshost in ec2 desc'
As documented in bug 901594, previous nova releases, the IP address
was exposed as the DNS hostname, which worked well with euca-tools.
This is unfortunately not always ideal for private clouds.

Whilst it is expected to be able to euca-describe-instances --ipv4
in newer euca2ools releases, this behaviour is not always desired.

This patchset allows the nova admin to set a global flag of:
--ec2_private_dns_show_ip=True, to restore legacy nova behaviour.

This does not change the current default behaviour of nova.

Change-Id: I7c71ffe63929d90d45d9c724ab3409dcdee52b44
2012-02-29 20:45:23 +00:00
bin Fixes cloudpipe extension to work with keystone 2012-02-26 00:54:36 -08:00
contrib Example config_drive init script, label the config drive 2012-02-24 02:57:09 -08:00
doc Make scheduler filters more pluggable 2012-02-27 23:41:06 +00:00
etc/nova Fixes cloudpipe extension to work with keystone 2012-02-26 00:54:36 -08:00
nova Option expose IP instead of dnshost in ec2 desc' 2012-02-29 20:45:23 +00:00
plugins/xenserver Copy data when migration dst is on a different FS 2012-02-23 20:01:14 -05:00
smoketests Don't allow EC2 removal of security group in use. 2012-02-14 17:20:53 -05:00
tools Clean stale lockfiles on service startup : fixes bug 785955 2012-02-24 15:10:33 -08:00
.gitignore Support tox-based unittests. 2012-02-20 11:54:37 -08:00
.gitreview Add .gitreview config file for gerrit. 2011-10-24 15:07:19 -04:00
.mailmap Option expose IP instead of dnshost in ec2 desc' 2012-02-29 20:45:23 +00:00
Authors Option expose IP instead of dnshost in ec2 desc' 2012-02-29 20:45:23 +00:00
babel.cfg Get rid of distutils.extra. 2012-02-08 19:30:39 -08:00
HACKING.rst Update cfg from openstack-common 2012-02-07 21:35:30 +00:00
LICENSE initial commit 2010-05-27 23:05:26 -07:00
MANIFEST.in Fix MANIFEST.in to include missing files 2012-02-24 15:55:44 +01:00
openstack-common.conf Update cfg from openstack-common 2012-02-07 21:35:30 +00:00
pylintrc Don't warn about C0111 (No docstrings) 2011-03-16 15:28:09 -07:00
README.rst Converted README to RST format. 2011-11-20 18:54:08 -05:00
run_tests.sh Monkey patch migrate < 0.7.3 2012-02-24 21:55:52 -06:00
setup.cfg Move translations to babel locations. 2012-02-08 19:30:39 -08:00
setup.py Move translations to babel locations. 2012-02-08 19:30:39 -08:00
tox.ini Support tox-based unittests. 2012-02-20 11:54:37 -08:00

The Choose Your Own Adventure README for Nova

You have come across a cloud computing fabric controller. It has identified itself as "Nova." It is apparent that it maintains compatibility with the popular Amazon EC2 and S3 APIs.

To monitor it from a distance: follow @openstack on twitter.

To tame it for use in your own cloud: read http://docs.openstack.org

To study its anatomy: read http://nova.openstack.org

To dissect it in detail: visit http://github.com/openstack/nova

To taunt it with its weaknesses: use http://bugs.launchpad.net/nova

To watch it: http://jenkins.openstack.org

To hack at it: read HACKING

To cry over its pylint problems: http://jenkins.openstack.org/job/nova-pylint/violations