Unable to SSH/Ping to an instance
I can successfully create and run a RHEL instance but I cannot pin or ssh to it. I added TCP 22 0.0.0.0 and ICMP -1 -1 0.0.0.0 to the security rules and still nothing. I can't ping the floating IP from either the vm itself or the host machine. please help
Single node set up, installed using packstack, RHEL machine This is my nova.conf
[DEFAULT]
#
Options defined in nova.availability_zones
#
availability_zone to show internal services under (string
value)
#internal_service_availability_zone=internal
default compute node availability_zone (string value)
#default_availability_zone=nova
#
Options defined in nova.crypto
#
Filename of root CA (string value)
#ca_file=cacert.pem
Filename of private key (string value)
#key_file=private/cakey.pem
Filename of root Certificate Revocation List (string value)
#crl_file=crl.pem
Where we keep our keys (string value)
#keys_path=$state_path/keys
Where we keep our root CA (string value)
#ca_path=$state_path/CA
Should we use a CA for each project? (boolean value)
#use_project_ca=false
Subject for certificate for users, %s for project, user,
timestamp (string value)
#user_cert_subject=/C=US/ST=California/O=OpenStack/OU=NovaDev/CN=%.16s-%.16s-%s
Subject for certificate for projects, %s for project,
timestamp (string value)
#project_cert_subject=/C=US/ST=California/O=OpenStack/OU=NovaDev/CN=project-ca-%.16s-%s
#
Options defined in nova.exception
#
make exception message format errors fatal (boolean value)
#fatal_exception_format_errors=false
#
Options defined in nova.manager
#
Some periodic tasks can be run in a separate process. Should
we run them here? (boolean value)
#run_external_periodic_tasks=true
#
Options defined in nova.netconf
#
ip address of this host (string value)
#my_ip=10.0.0.1
Name of this node. This can be an opaque identifier. It is
not necessarily a hostname, FQDN, or IP address. However,
the node name must be valid within an AMQP key, and if using
ZeroMQ, a valid hostname, FQDN, or IP address (string value)
#host=nova
use ipv6 (boolean value)
#use_ipv6=false
#
Options defined in nova.notifications
#
If set, send compute.instance.update notifications on
instance state changes. Valid values are False for no
notifications, True for notifications on any instance
changes. (boolean value)
#notify_on_any_change=false
If set, send api.fault notifications on caught exceptions in
the API service. (boolean value)
#notify_api_faults=false
If set, send compute.instance.update notifications on
instance state changes. Valid values are None for no
notifications, "vm_state" for notifications on VM state
changes, or "vm_and_task_state" for notifications on VM and
task state changes. (string value)
#notify_on_state_change=<none>
#
Options defined in nova.paths
#
Directory where the nova python module is installed (string
value)
#pybasedir=/usr/lib/python/site-packages
Directory where nova binaries are installed (string value)
#bindir=$pybasedir/bin
Top-level directory for maintaining nova's state (string
value)
#state_path=/var/lib/nova state_path=/var/lib/nova
#
Options defined in nova.policy
#
JSON file representing policy (string value)
#policy_file=policy.json
Rule checked when requested rule is not found (string value)
#policy_default_rule=default
#
Options defined in nova.quota
#
number of instances allowed per project (integer value)
#quota_instances=10 ...