First time here? Check out the FAQ!
2016-04-13 11:54:20 -0600 | received badge | ● Notable Question (source) |
2016-04-13 11:54:20 -0600 | received badge | ● Famous Question (source) |
2015-10-19 13:53:53 -0600 | received badge | ● Famous Question (source) |
2015-10-05 06:58:14 -0600 | received badge | ● Famous Question (source) |
2015-08-31 02:23:07 -0600 | received badge | ● Popular Question (source) |
2015-08-26 08:14:14 -0600 | asked a question | unable to launce instance in new juno error no valid hosts was found MessageNo valid host was found.
|
2015-08-25 00:03:22 -0600 | received badge | ● Enthusiast |
2015-08-22 18:58:09 -0600 | received badge | ● Popular Question (source) |
2015-08-21 12:34:45 -0600 | received badge | ● Notable Question (source) |
2015-08-21 04:51:57 -0600 | asked a question | Error populating neutron database While installing openstack(juno), i was on final step of neutron installation i.e 1.Populate the database: and got this error after populate the database command : |
2015-08-20 20:29:07 -0600 | received badge | ● Popular Question (source) |
2015-08-20 09:41:21 -0600 | commented answer | after creating external network. i am unable to access my server through putty. please tell how to reset external network. thanks mohit for replying. tell me how to reset external network. and tell why my server is not pinging and also not able to access through putty. and any undo thing is possible there in openstack.? if possible please give your email id also. |
2015-08-20 08:27:38 -0600 | asked a question | after creating external network. i am unable to access my server through putty. please tell how to reset external network. To create the external network neutron net-create ext-net --router:external True \ --provider:physical_network external --provider:network_type flat Created a new network: To create a subnet on the external network •Create the subnet: neutron subnet-create demo-net --name demo-subnet \ --gateway 192.168.1.1 192.168.1.0/24 |
2015-08-19 09:14:34 -0600 | received badge | ● Notable Question (source) |
2015-08-18 21:57:12 -0600 | received badge | ● Popular Question (source) |
2015-08-18 10:48:45 -0600 | asked a question | Authentication failure when uploading an image to glance I am unable to upload the image to glance. it gives some authentication error. i am using the command for uploading the image in glance : glance image-create --name "cirros-0.3.3-x86_64" --file /tmp/images/cirros-0.3.3-x86_64-disk.img \ --disk-format qcow2 --container-format bare --is-public True --progress |