Skip to content

Instantly share code, notes, and snippets.

View kumarcv's full-sized avatar

Ravi Chunduru kumarcv

View GitHub Profile
@kumarcv
kumarcv / keystonev3issues
Last active February 3, 2018 05:18
Keystone v3 - issue with project creation using domain admin creds
Create a domain
===============
POST /v3/domains
X-Auth-Token: ravi
Request
```
{
"domain": {
"description": "test vpc 1",
{
"_context_roles": [
"admin",
"KeystoneServiceAdmin",
"KeystoneAdmin"
],
"_context_request_id": "req-28580c0b-11a5-4bd1-a96b-81db8207c966",
"_context_quota_class": null,
"_context_service_catalog": [
{
{
"_context_roles": [
"admin",
"KeystoneServiceAdmin",
"KeystoneAdmin"
],
"_context_request_id": "req-3b886324-5fd5-4b61-8bcb-a3b1b3048c8a",
"_context_quota_class": null,
"_context_service_catalog": [
{
@kumarcv
kumarcv / network-delete.json
Created June 24, 2013 21:34
notifications sent out when netowrk is deleted
{
"_context_roles": [
"_member_",
"Member",
"admin"
],
"_unique_id": "ae4bed510a6a47a2be720ee5f1cc3984",
"_context_read_deleted": "no",
"event_type": "port.delete.start",
"timestamp": "2013-06-24 09:15:18.743557",
@kumarcv
kumarcv / network-create-notification.json
Last active December 18, 2015 22:19
sample notifications when network is created
{
"_context_roles": [
"_member_",
"Member",
"admin"
],
"_unique_id": "f57e71774df74ae183c6463488704e3c",
"_context_read_deleted": "no",
"event_type": "port.create.start",
# -*- mode: ruby -*-
Vagrant::Config.run do |config|
sshdir = "#{ENV['HOME']}/.ssh/"
cachedir = (ENV['CACHEDIR'] or "/Users/dhellmann/Documents/Devel/openstack-vm/cache")
checkout = (ENV['COOKBOOKS'] or "/Users/dhellmann/Documents/Devel/openstack-vm/openstack-cookbooks")
# Make /vagrant an NFS mount instead of using the default setting
#config.vm.share_folder("v-root", "/vagrant", ".", :nfs => true)