[Openstack] Need to change Rabbitmq default port 5672

2014-04-16 Thread Jeffrey Nguyen (jeffrngu)
Hi, I have a setup in which I need to preserve port 5672 for ActiveMQ. On my OpenStack server, I'm trying to change the default port for Rabbitmq from 5672 to 5673. I modified this port in /etc/neutron/neutron.conf and /etc/rabbitmq/rabbitmq-env.conf and rebooted the server. After the ser

Re: [Openstack] Network API: how to set fixed MAC address

2014-04-15 Thread Jeffrey Nguyen (jeffrngu)
-nic port-id= those are cmdline examples, but you get the idea... On Mon, Apr 14, 2014 at 7:23 PM, Jeffrey Nguyen (jeffrngu) mailto:jeffr...@cisco.com>> wrote: Hi, I'm new to this mailing list, please feel free to direct my question to appropriate list if this is not the right on

Re: [Openstack] Network API: how to set fixed MAC address

2014-04-14 Thread Jeffrey Nguyen (jeffrngu)
ort beforehand with the required info and specify port-id on boot instead of net-id: # neutron port-create --fixed-ip ip_address=x.x.x.x --mac-address aa:bb:cc:dd:ee:ff my_network # nova boot ... --nic port-id= those are cmdline examples, but you get the idea... On Mon, Apr 14, 2014 at 7:23 PM

Re: [Openstack] Network API: how to set fixed MAC address

2014-04-14 Thread Jeffrey Nguyen (jeffrngu)
Ok, I found the extended API which from the description seems to allow attaching a fixed MAC address when creating a server: http://docs.openstack.org/api/openstack-compute/2/content/POST_OS-EXT-IPS-MAC-v2_createServer_v2__tenant_id__servers_ext-os-server-os-ext-ips-mac.html. However, I'm havi

[Openstack] Network API: how to set fixed MAC address

2014-04-14 Thread Jeffrey Nguyen (jeffrngu)
Hi, I'm new to this mailing list, please feel free to direct my question to appropriate list if this is not the right one. I'm currently using http://docs.openstack.org/api/openstack-compute/2/content/POST_createServer_v2__tenant_id__servers_CreateServers.html to launch an instance on OpenStac