First time here? Check out the FAQ!
2018-03-15 15:44:58 -0600 | answered a question | destination port unreachable when pinging 8.8.8.8 from instance Do you have a floating IP or External network assigned to it? Did you setup your security rules to allow outbound ping? |
2018-03-15 15:42:48 -0600 | answered a question | Cannot ping from an instance to external network, nor external interface of the router What is your instance Security Rules? |
2018-03-15 15:34:20 -0600 | answered a question | Can't ping/ssh new build instaces but with the old ones everything is ok First to recap: Existing Instances : Can be pinged from the network namespace on the controllers. New Instances in the same tenant/project on the same network: From the same location the ping fails. I have seen this behavior before during an Update.
If that works it may be related to https://review.openstack.org/#/c/395854/ |
2018-03-15 15:20:44 -0600 | commented answer | Error in deleting IP on Openstack Have you released all Floating IP's from all projects? |
2018-03-08 16:33:20 -0600 | commented answer | cannot list user using --project in CLI interesting so V2 no role assignment no issue. V3 issue. Excellent. |
2018-03-08 15:39:54 -0600 | answered a question | Problem with Devstack installation So your command seems to be missing the image name. Also did you source the devstack-admin rc? my command after I source my adminrc |
2018-03-08 15:23:35 -0600 | answered a question | Deploying Openstack on multiple servers RDO (https://www.rdoproject.org/install/) is good too. All depends on the underlying OS you wish to use. |
2018-03-08 15:18:20 -0600 | commented question | Can we setup openstack on Baremetal server? I use RHOSP to deploy to baremetal. RDO is the equivlent (https://www.rdoproject.org/install/) |
2018-03-08 15:12:15 -0600 | answered a question | cannot list user using --project in CLI Tried your steps on my undercloud node for Newton and then modified my rc file to read this (I used my ip not yours :) )
and it worked fine. |
2017-05-23 16:02:21 -0600 | received badge | ● Editor (source) |
2017-05-15 16:08:35 -0600 | answered a question | can't ping my router Hi, A few questions:
|
2016-11-21 09:49:27 -0600 | received badge | ● Famous Question (source) |
2016-11-18 09:53:05 -0600 | received badge | ● Enthusiast |
2016-11-17 23:25:29 -0600 | received badge | ● Popular Question (source) |
2016-11-17 23:25:29 -0600 | received badge | ● Notable Question (source) |
2016-11-17 11:02:29 -0600 | asked a question | Networking Configuration Looking at how to create networks for a single tenant that repeat the vlans. create switch2 assocaite to NIC2 and assign vlans 200 -220 switch3 associate to nic3 and assign vlans 200 - 220 switch4 associate to nic4 and assign vlans 200 – 220 through about nic 9 or 10 (We populate with 3 – 4 port nic in the hypervisor) Then we create Instances and associate them to the switch we need for them;. Basically each nic is cabled to a Test cluster and all Test clusters have the same vLANs on them. |
2016-07-22 10:51:19 -0600 | received badge | ● Nice Answer (source) |
2016-07-20 15:30:59 -0600 | received badge | ● Teacher (source) |
2016-07-20 09:56:14 -0600 | answered a question | visibility to security group in other project You can give a user access to a project in the member management section of the project. The real question can a configuration "security rule" cross projects, and I believe the answer is no. It would be easier to create a new rule for the Project A that mimics SG-B. |
2016-07-20 09:56:14 -0600 | answered a question | floating ip allocation and iptables Before getting into it too deep: Did you clear your security rules and create new ones for the tenant for what you want? I find that the default seem to block everything and clearing them and create specific Ingress and Egress rules works best. |
2016-07-20 09:56:13 -0600 | answered a question | how to switch between controller/compute nodes? Question can you provide your complete environment? |
2016-07-20 09:56:13 -0600 | answered a question | Difference between partitios image and whole disk image Check this document for more about the image http://docs.openstack.org/developer/ironic/deploy/install-guide.html (Ironic Install Guide) Starting with the Kilo release, Bare Metal service supports local boot with partition images, meaning that after the deployment the node’s subsequent reboots won’t happen via PXE or Virtual Media. Instead, it will boot from a local boot loader installed on the disk Reading the doc a whole disk image is a fully function image ready to laydown on the drive. |
2016-07-20 08:45:41 -0600 | received badge | ● Supporter (source) |
2013-10-14 01:44:05 -0600 | received badge | ● Notable Question (source) |
2013-10-14 01:44:05 -0600 | received badge | ● Famous Question (source) |
2013-10-14 01:44:05 -0600 | received badge | ● Popular Question (source) |
2013-09-24 15:51:08 -0600 | answered a question | Cinder create "boot from volume" from a Glance image You need to insure all tools are installed. Upon new install and fresh review of the logs the qemu-img was not installed. Once installed, using the /cirros-0.3.0-x86_64-disk.img image. I was abled to glance image-create --name cirros-img --disk-format=qcow2 --container-format=bare < ./cirros-0.3.0-x86_64-disk.img cinder create --image-id fea9c58f-fa20-40a4-945a-d15c0239e025 --display-name cirros-img 10 and finally in horizon boot the image. |
2013-09-24 12:12:54 -0600 | commented answer | Cinder create "boot from volume" from a Glance image Going to Reinstall from scratch my passwords are out of sync. and thus the errors. |
2013-09-24 07:41:34 -0600 | commented question | Cinder create "boot from volume" from a Glance image I need find an upload site. I can't upload files yet. |
2013-09-24 07:28:35 -0600 | commented question | Cinder create "boot from volume" from a Glance image I cleared all my log files and found the following. I need to solve this first. |
2013-09-24 07:27:39 -0600 | commented question | Cinder create "boot from volume" from a Glance image Just reviewed the logs and fou 2013-09-23 02:11:06 CRITICAL [cinder] (OperationalError) (1045, "Access denied for user 'cinder'@'192.168.124.81' (using password: YES)") None None Traceback (most recent call last): File "/usr/bin/cinder-manage", line 794, in <module> main() File "/usr/bin/cinder-manage", line 791, in main fn(*fn_args) File "/usr/bin/cinder-manage", line 219, in sync return migration.db_sync(version) File "/usr/lib/python2.7/dist-packages/cinder/db/migration.py", line 33, in db_sync return IMPL.db_sync(version=version) File "/usr/lib/python2.7/dist-packages/cinder/db/sqlalchemy/migration.py", line 76, in db_sync current_version = db_version() File "/usr/lib/python2.7/dist-packages/cinder/db/sqlalchemy/migration.py", line 88, in db_version return versioning_api.db_version(get_engine(), repository) File "/usr/lib/python2.7/dist-packages/cinder/db/sqlalchemy/session.py", line 123, in get_engine _ENGINE.connect() File "/usr/l |
2013-09-23 16:42:42 -0600 | asked a question | Cinder create "boot from volume" from a Glance image Running Grizzly release 1 Following the instructions from: http://docs.openstack.org/grizzly/openstack-compute/admin/content/instance-creation.html : Upload Cirros image "cirros-0.3.0-x86_64-disk.img" into Glance . run glance image-list get my image id. Run the "cinder create --image-id 10bcfed8-7d98-48a6-8fef-829f5ae5c295 --display_name=mycirros --display_description "test" 5" When I try to do a boot from volume in Horizon, the image just hangs in booting. I know I am missing a basic stepped. Any ideas would be helpful. |